+ Reply to Thread
Results 1 to 4 of 4

Round numbers for new values mathematically

  1. #1
    Forum Contributor
    Join Date
    03-16-2004
    MS-Off Ver
    2016
    Posts
    175

    Round numbers for new values mathematically

    Hi

    Column A is 107.4 and column B is 108.6. Total is 216. When I format Col A to its rounded number of 107, the answer is still 216 instead of 215.6. How do you tell excel that you want the rounded value in Col A to be calculated, not its true value.
    Last edited by light; 10-04-2022 at 07:55 PM.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Round numbers for new values mathematically

    you could try something like... =ROUNDDOWN(A2,0)+B2
    that will return 215.6

    or =ROUND(A2,0)+B2
    Last edited by Sam Capricci; 10-04-2022 at 04:23 PM.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Round numbers for new values mathematically

    Changing the formatting does not change the underlying value of the cell, only how that value is being displayed.

    If you want to take the sum of a rounded value in column A , with the value in column B, you can do something like this:

    =SUM(ROUND(A2),B2)

  4. #4
    Forum Contributor
    Join Date
    03-16-2004
    MS-Off Ver
    2016
    Posts
    175

    Re: Round numbers for new values mathematically

    Thanks guys!

+ 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. Replies: 5
    Last Post: 05-28-2022, 04:42 PM
  2. Replies: 5
    Last Post: 02-08-2022, 12:42 PM
  3. [SOLVED] Mathematically possible?
    By excelnabb in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-18-2020, 12:37 AM
  4. ODDFPRICE function solved mathematically
    By Streamer in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 04-02-2019, 07:56 PM
  5. Replies: 5
    Last Post: 01-30-2015, 11:34 AM
  6. Mathematically possible?
    By Sardonumse in forum Excel General
    Replies: 1
    Last Post: 05-16-2010, 03:18 PM
  7. Replies: 1
    Last Post: 02-25-2008, 12:30 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