Dear Fellows,
I have been working on a sheet and have encountered a problem.
I have around 1000 rows with values ranging from 2.693466 to 12.256987
I want if the value is under 2.8 replace that value with the previous allowed value and if the value exceed 9.5 replace the values with the previously value.
as an example. the formula should replace the value 2.693466 by 2.899442
2.900890 and also 2.680346 by 2.899442
2.899442 and likewise if value exceed 9.500000 replace it
2.693466 the with the previous value.
2.680346 =if(or( B2>9.5;B2<2.8);B1;B2)
9.346484 i hav made this formula but its not working when
9.324685 values exceed the limits.
9.492468
9.504648
.
.
.
.
.
. Thanks
I have been working on a sheet and have encountered a problem.
I have around 1000 rows with values ranging from 2.693466 to 12.256987
I want if the value is under 2.8 replace that value with the previous allowed value and if the value exceed 9.5 replace the values with the previously value.
as an example. the formula should replace the value 2.693466 by 2.899442
2.900890 and also 2.680346 by 2.899442
2.899442 and likewise if value exceed 9.500000 replace it
2.693466 the with the previous value.
2.680346 =if(or( B2>9.5;B2<2.8);B1;B2)
9.346484 i hav made this formula but its not working when
9.324685 values exceed the limits.
9.492468
9.504648
.
.
.
.
.
. Thanks
Last edited: