+ Reply to Thread
Results 1 to 5 of 5

Round down , Round up ?

  1. #1
    Registered User
    Join Date
    11-07-2020
    Location
    Toronto
    MS-Off Ver
    365
    Posts
    3

    Round down , Round up ?

    Hi, I am new to the forum and hoping the experts here can help,

    I have a recipe that shows the bag size of each ingredient. Then It shows the total of kilos (of each ingredient) required to make a batch.
    I need to show the number of FULL bags required and the # of partial units (kilos) to complete the recipe

    I am attaching a quick example

    THANK YOU !
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,213

    Re: Round down , Round up ?

    How about in E9 enter:
    =ROUNDDOWN(D9/B9,0)
    and copy down,
    and in F9 enter:
    =MOD(D9,B9)
    and copy down.

    Why does your expected results in Row 11 show 4 full bags and 0 kgs when it doesn't take a full 4 bags?

  3. #3
    Forum Expert
    Join Date
    07-06-2004
    Location
    Northern California
    MS-Off Ver
    2K, 2003, 2010, O365
    Posts
    1,490

    Re: Round down , Round up ?

    E2: =ROUNDUP(D2/B2,0)

    would give the number of 20kg bags needed to provide 690kg aggregate weight of sugar.

    E2: =ROUNDDOWN(D2/B2,0) or =INT(D2/B2)

    would give the number of bags needed to provide almost all the 690kg aggregate weight to sugar.

    Looks like you want the latter.

  4. #4
    Registered User
    Join Date
    11-07-2020
    Location
    Toronto
    MS-Off Ver
    365
    Posts
    3

    Re: Round down , Round up ?

    Thank You Gregb11 ! You are right. It worked !!

  5. #5
    Registered User
    Join Date
    11-07-2020
    Location
    Toronto
    MS-Off Ver
    365
    Posts
    3

    Re: Round down , Round up ?

    Thank You hrIngrv ! I used "INT " . Thank you !

+ 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] How to PRESENT round-down, but not perform round-down function?
    By superlative in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-02-2019, 12:06 PM
  2. [SOLVED] Custom formulas that will round up when a condition is met or round down
    By cinstanl in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-20-2016, 01:32 PM
  3. Replies: 5
    Last Post: 01-30-2015, 11:34 AM
  4. Replies: 2
    Last Post: 12-06-2014, 01:58 PM
  5. [SOLVED] How to round to nearest .01 and round down if thousands place is .005
    By dredre609 in forum Excel General
    Replies: 5
    Last Post: 09-29-2014, 11:47 AM
  6. [SOLVED] Conditional Round up or Round up Function
    By cdmterence in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 09-18-2013, 06:03 PM
  7. How do I ROUND() round off decimals of a column dataset?
    By Højrup in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-12-2005, 07:06 AM

Tags for this Thread

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