+ Reply to Thread
Results 1 to 2 of 2

IF + Rounding

  1. #1
    Registered User
    Join Date
    06-23-2009
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2007
    Posts
    92

    IF + Rounding

    Have this formula to calculate pieces per carton (roundup) and the total of cartons:

    =ROUNDUP(F99/352,0)+ROUNDUP(H99/135,0)+ROUNDUP(J99/110,0)

    But this calculation should only be performed if the P cell in the row is blank. The rounding must be maintained. What would be the best formula for this?
    Last edited by peri1224; 01-11-2010 at 12:45 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: IF + Rounding

    =if(p99<>"", "", roundup(f99/352, 0) + roundup(h99/135, 0) + roundup(j99/110, 0) )
    Entia non sunt multiplicanda sine necessitate

+ 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