Hi everyone,
I have a task where I need to round a number up to 2 decimals ONLY IF the third decimal place is greater than 5, otherwise it'd stay as it is.
For example, if the figure is $26.24701 then round it to $26.25
If it's $26.24301 then keep the 5 decimals.
I've been trying to run an IF but cannot find a way to specifically select the 3rd decimal place.
Thanks in advance.
Emily
I have a task where I need to round a number up to 2 decimals ONLY IF the third decimal place is greater than 5, otherwise it'd stay as it is.
For example, if the figure is $26.24701 then round it to $26.25
If it's $26.24301 then keep the 5 decimals.
I've been trying to run an IF but cannot find a way to specifically select the 3rd decimal place.
Thanks in advance.
Emily