+ Reply to Thread
Results 1 to 6 of 6

how do i get a function to multiply by rounded up number in the cell?

  1. #1
    Forum Contributor
    Join Date
    01-20-2012
    Location
    Texas
    MS-Off Ver
    Office 365
    Posts
    128

    how do i get a function to multiply by rounded up number in the cell?

    HOTEL ACCOMODATIONS ROOMS DAYS ALLOWANCE TOTAL
    1 2 $125.00 $200.00
    This is what it is kickin out. The formula is as follows; =(C53*D53)*E53 Problem is D53 is calculated from another cell and comes up a decimal sometimes, but i have the number formating in the cell with no decimals to round up automatically. But the formula is still using the decimals? How do i make it use the displayed value, instead of the actual value? Thanks
    Last edited by NBVC; 02-16-2012 at 04:20 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: how do i get a function to multiply by rounded up number in the cell?

    =(C53*ROUND(D53,0))*E53

    or if truly rounded up

    =(C53*ROUNDUP(D53,0))*E53
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    01-20-2012
    Location
    Texas
    MS-Off Ver
    Office 365
    Posts
    128

    Re: how do i get a function to multiply by rounded up number in the cell?

    What do you mean "truly rounded up" That might me need to know? Thanks

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: how do i get a function to multiply by rounded up number in the cell?

    ROUND will round up or down based on the current number (i.e. above or below 5), ROUNDUP always rounds up to next higher value.

  5. #5
    Forum Contributor
    Join Date
    01-20-2012
    Location
    Texas
    MS-Off Ver
    Office 365
    Posts
    128

    Re: how do i get a function to multiply by rounded up number in the cell?

    and to clarify D53 is the cell value that is rounded up.

  6. #6
    Forum Contributor
    Join Date
    01-20-2012
    Location
    Texas
    MS-Off Ver
    Office 365
    Posts
    128

    Re: how do i get a function to multiply by rounded up number in the cell?

    You are the best! Thanks Man!

+ 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