C
captbluefin
HELP Once again I am driving myself insane.
We need to format cells in our worksheet to show significant figures.
We need to post lab results using the correct number of significan
figures.
Ex.
0.1 must be displayed as 0.100
10 needs to be displayed as 10.0
105 as 105
1023 as 1020
10343 as 10300
165435 as 165000
I have written a complicated if then else statement for every cell.
The statment works perfectly EXCEPT when a number is an exact number.
The problem is that when some of the trailing digits are 0's they ge
truncated.
We always want numbers less than 1 to show 3 decimal places
Numbers between 1 and less than 10 should show 2 decimal places.
Numbers between 10 and less than 100 should show 1 decimal place.
My statement works fine for numbers 100 and above.
My statement also works fine for numbers less than 100 when there ar
no trailing zeroes.
10.2 shows as 10.2 but 10.0 shows as 10
Please - if you are familiar with significant figures and know of
solution, I would be greatly appreciative of any hel
We need to format cells in our worksheet to show significant figures.
We need to post lab results using the correct number of significan
figures.
Ex.
0.1 must be displayed as 0.100
10 needs to be displayed as 10.0
105 as 105
1023 as 1020
10343 as 10300
165435 as 165000
I have written a complicated if then else statement for every cell.
The statment works perfectly EXCEPT when a number is an exact number.
The problem is that when some of the trailing digits are 0's they ge
truncated.
We always want numbers less than 1 to show 3 decimal places
Numbers between 1 and less than 10 should show 2 decimal places.
Numbers between 10 and less than 100 should show 1 decimal place.
My statement works fine for numbers 100 and above.
My statement also works fine for numbers less than 100 when there ar
no trailing zeroes.
10.2 shows as 10.2 but 10.0 shows as 10
Please - if you are familiar with significant figures and know of
solution, I would be greatly appreciative of any hel