+ Reply to Thread
Results 1 to 21 of 21

Multiple IF statements with VLOOKUP

Hybrid View

  1. #1
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,645

    Re: Multiple IF statements with VLOOKUP

    Quote Originally Posted by RedSummer View Post
    Bebo, the projects are liable to change so using {5,7,9,11,13,15,17} hard coded won't be the best solution

    I'm intent on using an OFFSET MATCH to get the right row but it's increasingly annoying to test it out. I'm nearing it though
    {5,7,9,11,13,15,17} represent for {Identify, Define,...,Close} column, I think they are fixed.
    And my formula also is dynamic for project number.
    Basically, I use VLOOKUP(project#,range,{1,3,5,7,9},0) to establish date range of project#.
    After that, compare D32 (current date) to that date range to find down the fist date that less than.

    =IFERROR(INDEX('Master List of Projects'!$E$2:$R$2,MATCH(TRUE,D$32<=VLOOKUP($A6,'Master List of Projects'!$B$2:$R$33,{5,7,9,11,13,15,17},0),0)*2-1),"")
    Test it again and tell me what's wrong with it.
    Quang PT

  2. #2
    Forum Contributor
    Join Date
    07-30-2014
    Location
    USA
    MS-Off Ver
    Version 14.4.3, Mac 2011
    Posts
    145

    Re: Multiple IF statements with VLOOKUP

    It's really clever,
    It comes to different conclusions on the values than mine, and I'm a little confused...
    Can you tell me what is going on in this sheet?
    The top one is what I had and i tried including a bottom one with yours
    Attached Files Attached Files

+ 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] Problems connecting multiple If and VLOOKUP statements
    By thomas.lyons in forum Excel General
    Replies: 11
    Last Post: 12-30-2014, 02:02 PM
  2. Replies: 3
    Last Post: 07-25-2013, 08:25 AM
  3. Replies: 7
    Last Post: 11-13-2012, 11:46 AM
  4. Replies: 7
    Last Post: 03-18-2012, 01:44 AM
  5. Replies: 3
    Last Post: 09-08-2011, 02:40 AM
  6. Using vlookup and if/then statements for multiple tables
    By HP RodNuclear in forum Excel General
    Replies: 9
    Last Post: 04-06-2011, 05:15 PM
  7. if statements depending on multiple VLOOKUP functions
    By njuneardave in forum Excel General
    Replies: 1
    Last Post: 06-21-2006, 11:40 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