Looking up the rounded value in a cell, not linking to the value.

  • Thread starter Thread starter John Wirt
  • Start date Start date
J

John Wirt

What function will look up the rounded value appearing in a cell, rather
than the value including all digits of precision.

Suppose cell A31 has this value in it: 34.23942498747
And the value is rounded in that cell to 2 digits: 34.24

What function can I enter in cell A2 to reference the value in cell A31 and
display its rounding value in A2?

This seems like an Excel 1.0 question but I do not know the answer.

Thanks.


John Wirt
 
What function will look up the rounded value appearing in a cell, rather
than the value including all digits of precision.

Suppose cell A31 has this value in it: 34.23942498747
And the value is rounded in that cell to 2 digits: 34.24

What function can I enter in cell A2 to reference the value in cell A31 and
display its rounding value in A2?

This seems like an Excel 1.0 question but I do not know the answer.

=ROUND(A31,2)


--ron
 
=ROUND(A31,2)

----- John Wirt wrote: -----

What function will look up the rounded value appearing in a cell, rather
than the value including all digits of precision.

Suppose cell A31 has this value in it: 34.23942498747
And the value is rounded in that cell to 2 digits: 34.24

What function can I enter in cell A2 to reference the value in cell A31 and
display its rounding value in A2?

This seems like an Excel 1.0 question but I do not know the answer.

Thanks.


John Wirt
 

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

Back
Top