+ Reply to Thread
Results 1 to 2 of 2

Need to populate cells based on >= values on multiples of adjacent cells

  1. #1
    Registered User
    Join Date
    07-17-2012
    Location
    Minneapolis
    MS-Off Ver
    Excel 2003
    Posts
    6

    Question Need to populate cells based on >= values on multiples of adjacent cells

    This should probably be easy, but I am struggling with it...

    What I have is an inventory template that needs to calculate the number of packs to order, based on a usage value compared to a pack size value. So on a single sheet i need to compare column F to Column C and return values based on F meeting or exceeding multiples of C.

    If F < C then return zero.
    If F >= C then return 1.
    If F >= C*2 then return 2.

    This pattern should continue up to multiples of 10.

    Is there something dynamic to do this, or can I nest a whole string of calculations together, or what?

    Thanks.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Need to populate cells based on >= values on multiples of adjacent cells

    If you have all positive values, shouldn't INT(F/C) do it?
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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