Hello all...
I'm using a formula that I found elsewhere on the board to rount a number based on significant figures. This is a sample of what I'm using.
ROUND(G32,B11-1-INT(LOG10(ABS(G32))))
Where G32 is the number you want to round, and B11 is the number of sig. figs. desired.
Here is the problem that I have found. It seems that Excel insists on dropping the last number if it is a zero. So, in effect, what you get is not correct if the last significant figure is a zero.
Example. Lets say that I want 2 significant figures.
0.00123 will correctly display as 0.0012
However,
0.00101 will display as 0.001, which is only 1 significant figure, and not 2.
This only happens when the last number is a zero.
Help?
I'm using a formula that I found elsewhere on the board to rount a number based on significant figures. This is a sample of what I'm using.
ROUND(G32,B11-1-INT(LOG10(ABS(G32))))
Where G32 is the number you want to round, and B11 is the number of sig. figs. desired.
Here is the problem that I have found. It seems that Excel insists on dropping the last number if it is a zero. So, in effect, what you get is not correct if the last significant figure is a zero.
Example. Lets say that I want 2 significant figures.
0.00123 will correctly display as 0.0012
However,
0.00101 will display as 0.001, which is only 1 significant figure, and not 2.
This only happens when the last number is a zero.
Help?