+ Reply to Thread
Results 1 to 5 of 5

Nested If and Vlookups

  1. #1
    Forum Contributor
    Join Date
    08-29-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    155

    Nested If and Vlookups

    I need a formula in E2 that I can copy down the page that looks up the day number from the date in column C and then the company name in column D and then matches it to the company and day numbers found in the chart to pull out the drivers name.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Nested If and Vlookups

    Here's one way

    in C2
    =INDEX(INDIRECT(LOOKUP(D2,{"AIRX","POSTIT","SHIPEX","ZIPPO"},{"I$12:J$16","G$12:H$16","G$20:H$24","I$20:J$24"})),WEEKDAY(C2)-1,2)
    and copy down
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    08-29-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    155

    Re: Nested If and Vlookups

    Why is cell K2 not working for POSTIT? POSTIT does not seem to work in the attached.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Nested If and Vlookups

    K2 does not contain the formula I posted.

    LOOKUP needs to be in alphabetical order.
    You've swapped round POSTIT and AIRX
    It should be in this order.

    AIRX,POSTIT,SHIPEX,ZIPPO

    (You'll need to swap round the second set of table ranges as well)

  5. #5
    Forum Contributor
    Join Date
    08-29-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    155

    Re: Nested If and Vlookups

    Sounds good. I just posted one last thing in the macros section to do a function macro to convert celsius to fahrenheit. Can you answer that one.

+ 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. Nested Vlookups?
    By tenscourts in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-19-2012, 06:03 AM
  2. nested vlookups
    By czoske4 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-11-2011, 02:29 PM
  3. Nested IFs and VLOOKUPs
    By Johny1 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 09-26-2009, 07:11 AM
  4. Nested Vlookups
    By TarekHamouda in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-12-2006, 02:45 AM
  5. Limit to nested Vlookups
    By karambos in forum Excel General
    Replies: 2
    Last Post: 08-26-2005, 09:05 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