+ Reply to Thread
Results 1 to 8 of 8

How to show cell value and value in Formula bar same

  1. #1
    Registered User
    Join Date
    09-23-2015
    Location
    Bangladesh
    MS-Off Ver
    2013
    Posts
    72

    How to show cell value and value in Formula bar same

    In a cell I am multiplying 21.23*25.25 = 536.1728392225
    By formating in cell it shows 536.17 but in formula bar it is still showing 536.1728392225
    How can I show the result same in both cell and in fomula bar as 536.17
    Can anyone help on this.

  2. #2
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2013
    Posts
    365

    Re: How to show cell value and value in Formula bar same

    in formula bar its showing 536.1728392225

    or

    =21.23*25 ...???
    If answer helped you say Thanks by Add Reputation

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to show cell value and value in Formula bar same

    21.23*25.25 = 536.05750000000000 not 536.1728392225

    How can I show the result same in both cell and in fomula bar as 536.17
    You cannot.
    The cell actually contains the full value, but has been set to only display 2 decimal places.

    The only way to make the actual answer have 2 decimal places is to use the ROUND() function...
    =ROUND(21.23*25.25,2)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    09-23-2015
    Location
    Bangladesh
    MS-Off Ver
    2013
    Posts
    72

    Re: How to show cell value and value in Formula bar same

    21.23*25.25=536.1728392

    In formula bar it is showing 536.1728392
    In need 536.17

  5. #5
    Registered User
    Join Date
    09-23-2015
    Location
    Bangladesh
    MS-Off Ver
    2013
    Posts
    72

    Re: How to show cell value and value in Formula bar same

    I am testing your formula and will let you know if it works.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to show cell value and value in Formula bar same

    Quote Originally Posted by Shahadat65 View Post
    21.23*25.25=536.1728392

    In formula bar it is showing 536.1728392
    In need 536.17
    No, sorry. 21.23*25.25 = 536.05750000000000 not 536.1728392225

    The ONLY way that 21.23*25.25 is NOT 536.0575, would be if the values you are using in the calc are not exactly 21.23 or 25.25...again, a formatting issue that is only showing 2 decimal places, when the actual value has far more decimal places

  7. #7
    Registered User
    Join Date
    09-23-2015
    Location
    Bangladesh
    MS-Off Ver
    2013
    Posts
    72

    Re: How to show cell value and value in Formula bar same

    Yes, this Round function is working. Thanks a lot

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to show cell value and value in Formula bar same

    Happy to help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Need to add to my formula so if a cell is blank the formula doesn't show
    By Rebeccak28 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-10-2015, 05:22 AM
  2. Replies: 2
    Last Post: 11-13-2012, 03:51 PM
  3. Replies: 1
    Last Post: 07-26-2012, 03:49 PM
  4. [SOLVED] Formula result will not show when formula is copied to another cell
    By nabraham00 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-06-2012, 01:03 PM
  5. Replies: 0
    Last Post: 09-04-2011, 09:14 AM
  6. [SOLVED] need sum to show instead of formula in cell
    By Linda in forum Excel General
    Replies: 2
    Last Post: 01-24-2006, 12:25 PM
  7. [SOLVED] How to show the formula of another cell
    By Bol in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-02-2006, 10:40 AM

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