+ Reply to Thread
Results 1 to 6 of 6

Cell Rounding Formula

  1. #1
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Cell Rounding Formula

    So here is my problem. If I have data in cell A1, I would like cell B1 to round the data in A1. Here is my formula =ROUND(A1,2).

    Now, if there is no data in A1 I get the #Value! error message. Is there a formula where the value error won't display?


    Scratching my head.

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,947

    Re: Cell Rounding Formula

    =IFERROR(ROUND(A1,2),"")

    What version of Excel are you using?
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Re: Cell Rounding Formula

    Excel 2013

  4. #4
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Re: Cell Rounding Formula

    Same situation for an averaging formula. The cell also displays the value error. Here is my formula =L37/30

  5. #5
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,947

    Re: Cell Rounding Formula

    IFERROR is available in 2013 and will also work for your second formula.

  6. #6
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Re: Cell Rounding Formula

    6StringJazzer

    Thank you. Those worked great.

+ 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] macro to adjust rounding value at random cell based on a cell value in another sheet
    By JEAN1972 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-23-2018, 04:42 AM
  2. [SOLVED] Rounding problems using lookup instead of rounding functions
    By thnkfree in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-18-2014, 06:21 PM
  3. Need formula for concatenating and rounding up numbers into one cell
    By Yeager in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-11-2013, 03:56 PM
  4. Cell Rounding Macro - significant digits is variable from cell to cell
    By schmidt62 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-04-2012, 05:06 PM
  5. Replies: 4
    Last Post: 06-19-2012, 05:44 AM
  6. Rounding a formula to nearest 100 within a cell
    By pjfoster in forum Excel General
    Replies: 9
    Last Post: 02-23-2012, 10:39 AM
  7. [SOLVED] rounding down another cell with a formula
    By Steve in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-06-2006, 02:35 PM

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