+ Reply to Thread
Results 1 to 4 of 4

Need to round UP to values from a table.

  1. #1
    Registered User
    Join Date
    04-30-2010
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    5

    Need to round UP to values from a table.

    Hello again,
    It was so helpful last time, so I figured I would post here again.
    Basically, I want the accumulator volume to only round UP to one of the values listed in the table. I am using a vlookup right now, but that still rounds it down as well, and from what I could find on the forum, ceiling won't help me because the intervals are not uniform. Any help is appreciated.
    -Alex
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,739

    Re: Need to round UP to values from a table.

    One way is to use an "array formula" like this

    =MIN(IF(E2:E13>=B1,E2:E13))

    confirmed with CTRLSHIFT+ENTER

  3. #3
    Registered User
    Join Date
    04-30-2010
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Need to round UP to values from a table.

    I did that and for some reason for the value of 12.65, instead of giving me 15.0, it gave me the lowest value, 0.25. I do not know what it's deal is.

  4. #4
    Registered User
    Join Date
    04-30-2010
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Need to round UP to values from a table.

    nvm. I had the wrong cell highlighted for the value. You are the man, thanks!

+ 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