+ Reply to Thread
Results 1 to 4 of 4

Displayed Value of a cell.

  1. #1
    Registered User
    Join Date
    06-01-2010
    Location
    Jacksonville, Florida
    MS-Off Ver
    Excel 2003
    Posts
    3

    Displayed Value of a cell.

    Is there any way to use the displayed numerical value of a cell instead of the real number when referencing that cell in a formula?

    Example: Cell B3, using a formula, displays a number, and cell B3 is formatted to 2 digits.

    So lets say the real number is 28.775678, and the displayed value of the cell once formatted is 28.78. I now need to write a formula in C3 that references B3, but I need C3 to use the value 28.78 and not 28.775678. Is there a way to do this?

    Please advise,
    Thanks.

  2. #2
    Registered User
    Join Date
    06-01-2010
    Location
    Arlington, VA
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Displayed Value of a cell.

    Quote Originally Posted by aceofspades4 View Post
    Is there any way to use the displayed numerical value of a cell instead of the real number when referencing that cell in a formula?

    Example: Cell B3, using a formula, displays a number, and cell B3 is formatted to 2 digits.

    So lets say the real number is 28.775678, and the displayed value of the cell once formatted is 28.78. I now need to write a formula in C3 that references B3, but I need C3 to use the value 28.78 and not 28.775678. Is there a way to do this?

    Please advise,
    Thanks.
    This might not be exactly what you are trying to accomplish, but you could use the ROUND() function. In the formula in which you want to want to reference cell B3, instead of B3, insert ROUND(B3,2)

    ROUND takes two arguments: a reference (B3) and a number of digits to which you want to round (2).

    Hope that helps. If not, I could probably provide a more sophisticated solution if you provide the exact example of what you are working with.

  3. #3
    Registered User
    Join Date
    06-01-2010
    Location
    Jacksonville, Florida
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Displayed Value of a cell.

    That's absolutely what I was look for, Thanks!

  4. #4
    Registered User
    Join Date
    06-01-2010
    Location
    Arlington, VA
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Displayed Value of a cell.

    You're welcome. Could you mark the thread "solved" please?
    http://www.excelforum.com/faq.php

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1