display specified significant digits

J

JF

Can Excel be told to display "n" significant digits
automatically, without formatting each cell manually.

For example, a column of 4 numbers formatted to 3 sig.
digits:

1.234567 would format to 1.23
..0234321 would format to .0234
123.023 would format to 123.
23.123456789 would format to 23.1

thanks
 
B

Bernie Deitrick

JF,

No, not automatically. But you can use a helper column:

=ROUND(A1,2-INT(LOG(A1)))

will give the value in cell A1 to 3 significant digits.

HTH,
Bernie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top