T
Tom Lewis
I am using custom formatting to display data to the
nearest thousand with a format string like:
_(#,",000"_);(#,"000");_("-"_)
This works fine, but I would also like to be able to refer
to the displayed value of cells formatted in this way
rather than the full-precision value of the cell.
I know that I can create formulas that round to thousands
or other precisions, but I was hoping for a simpler
approach, as I would not want to manually synchronize the
precision of applied formats with the related formulas
that calculate the equivalent precisions.
Likewise, I do not want to use "Precision as displayed"
since I also need to be able to obtain the full accuracy
value at times, (plus other worksheets would also be
affected).
Can anyone think of a tidy solution to accomplish what I
want?
Much appreciated,
Tom
nearest thousand with a format string like:
_(#,",000"_);(#,"000");_("-"_)
This works fine, but I would also like to be able to refer
to the displayed value of cells formatted in this way
rather than the full-precision value of the cell.
I know that I can create formulas that round to thousands
or other precisions, but I was hoping for a simpler
approach, as I would not want to manually synchronize the
precision of applied formats with the related formulas
that calculate the equivalent precisions.
Likewise, I do not want to use "Precision as displayed"
since I also need to be able to obtain the full accuracy
value at times, (plus other worksheets would also be
affected).
Can anyone think of a tidy solution to accomplish what I
want?
Much appreciated,
Tom