+ Reply to Thread
Results 1 to 4 of 4

Ceiling and Vlookup

Hybrid View

  1. #1
    Registered User
    Join Date
    02-05-2016
    Location
    Guildford, UK
    MS-Off Ver
    MAC 2011
    Posts
    15

    Ceiling and Vlookup

    Hello all,

    I have finally given up and decided to ask for some help please...

    Where I have come unstuck is trying to always 'round up to the nearest 500' (never down) within a VLOOKUP calc.

    Currently I have a work around as follows (Cell X3);
    =VLOOKUP(E3,'Mat & Finish £ Guide'!G:H,2,FALSE)*AC3/1000

    G - Material Type
    H - £ per linear meter

    Cell AC3;
    =CEILING(I3,500)

    Is there a way of incorporating the calculation in AC3 into Cell X3?

    Thank you for any time and assistance.

    Tom

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,842

    Re: Ceiling and Vlookup

    You can just substitute the reference to AC3 with the formula, like this:

    =VLOOKUP(E3,'Mat & Finish £ Guide'!G:H,2,FALSE)*CEILING(I3,500)/1000

    Hope this helps.

    Pete

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,436

    Re: Ceiling and Vlookup

    This ..

    =VLOOKUP(E3,'Mat & Finish £ Guide'!G:H,2,FALSE)*(CEILING(I3,500)/1000

    but I don't think this is what you want.

    Post a small sample Excel file showing expected results you want.

    Click "Go advanced" then "Paper Clip" icon to upload a file.

  4. #4
    Registered User
    Join Date
    02-05-2016
    Location
    Guildford, UK
    MS-Off Ver
    MAC 2011
    Posts
    15

    Re: Ceiling and Vlookup

    Pete and John,

    Thank you so much for your help. Problem solved and now my hair can begin to grow back.

+ 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. vlookup time frame to match ceiling time
    By mrprofit in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-22-2014, 03:12 AM
  2. Replies: 2
    Last Post: 09-19-2012, 11:44 AM
  3. Table Reference - Ceiling/Vlookup
    By mikera in forum Excel General
    Replies: 3
    Last Post: 03-11-2009, 12:20 PM
  4. How can I use CEILING with a VLOOKUP formula?
    By superfast48 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-23-2008, 05:06 PM
  5. Ceiling Function
    By Danielle123 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-22-2008, 01:36 PM
  6. Max, Ceiling, If, Etc
    By Chris W via OfficeKB.com in forum Excel General
    Replies: 3
    Last Post: 11-22-2005, 05:45 PM
  7. [SOLVED] roundup, ceiling or whatever
    By Blake in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-17-2005, 11:06 AM

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