+ Reply to Thread
Results 1 to 20 of 20

multiple ranges on Vlookup

Hybrid View

Guest multiple ranges on Vlookup 01-10-2006, 03:10 PM
Guest RE: multiple ranges on Vlookup 01-10-2006, 03:20 PM
Guest RE: multiple ranges on Vlookup 01-10-2006, 03:35 PM
Guest RE: multiple ranges on Vlookup 01-10-2006, 04:00 PM
Guest RE: multiple ranges on Vlookup 01-10-2006, 05:15 PM
Guest RE: multiple ranges on Vlookup 01-10-2006, 06:25 PM
Guest Re: multiple ranges on Vlookup 01-10-2006, 09:35 PM
Guest Re: multiple ranges on Vlookup 01-11-2006, 10:30 AM
Guest Re: multiple ranges on Vlookup 01-11-2006, 11:10 AM
Guest Re: multiple ranges on Vlookup 01-11-2006, 11:40 AM
Guest Re: multiple ranges on Vlookup 01-11-2006, 12:10 PM
Guest Re: multiple ranges on Vlookup 01-11-2006, 01:10 PM
Guest Re: multiple ranges on Vlookup 01-11-2006, 01:45 PM
Guest Re: multiple ranges on Vlookup 01-11-2006, 01:50 PM
Guest Re: multiple ranges on Vlookup 01-11-2006, 10:40 AM
Guest RE: multiple ranges on Vlookup 01-10-2006, 03:55 PM
Guest Re: multiple ranges on Vlookup 01-10-2006, 04:15 PM
Guest Re: multiple ranges on Vlookup 01-10-2006, 05:15 PM
Guest Re: multiple ranges on Vlookup 01-10-2006, 04:30 PM
Guest Re: multiple ranges on Vlookup 01-10-2006, 05:15 PM
  1. #1
    lpj
    Guest

    Re: multiple ranges on Vlookup

    got it on my own - thanks for all of your help!


    "Domenic" wrote:

    > The formula should be as follows...
    >
    > =IF(E2<>"",VLOOKUP(E2,CHOOSE(MATCH(TRUE,COUNTIF(OFFSET(T3:U27,,{0,4,9,14}
    > ,{25,46,132,67}),E2)>0,0),T3:U27,X3:Y48,AC3:AD134,AH3:AI69),2,0),"")
    >
    > If you have no other data below your tables and you want to use whole
    > column references, use the following formula instead...
    >
    > =IF(E2<>"",VLOOKUP(E2,CHOOSE(MATCH(TRUE,COUNTIF(OFFSET(T:U,,{0,4,9,14}),E
    > 2)>0,0),T:U,X:Y,AC:AD,AH:AI),2,0),"")
    >
    > Both these formulas need to be confirmed with CONTROL+SHIFT+ENTER, not
    > just ENTER. In other words, after typing the formula, instead of
    > pressing just ENTER, hold the CONTROL+SHIFT keys down and while those
    > two keys are pressed down press ENTER. Excel will automatically place
    > braces {} around the formula which will indicate that you've entered it
    > correctly.
    >
    > In article <B9401B53-9F93-47AE-A332-69F92000DEE6@microsoft.com>,
    > lpj <lpj@discussions.microsoft.com> wrote:
    >
    > > HI Domenic -
    > > unfortunately i still can't get this working, even with my modifications. I
    > > don't receive an error msg just doesn't find a match (N/A#). My table ranges
    > > are: T3:U27, X3:Y48, AC3:AD134, AH3:AI69
    > > This is the statement, after the modifications:
    > >
    > > =IF(E2<>"",VLOOKUP(E2,CHOOSE(MATCH(TRUE,COUNTIF(OFFSET(T3:U27,,{0,4,5,5}
    > > ,{25,46,132,67}),E2)>0,0),T3:U27,X3:Y48,AC3:AD134,AH3:AI69),2,0),"")
    > >
    > > P.S. You stated you hit CTL,Shift, Enter - what is this for?
    > > Thanks so much!

    >


  2. #2
    Domenic
    Guest

    Re: multiple ranges on Vlookup

    Sorry! I forgot about the sheet reference. But I'm glad you've got it
    sorted out.

    Cheers!

    In article <6BCC9DDE-CDFD-40BC-9C3D-F5FB28E0E645@microsoft.com>,
    lpj <lpj@discussions.microsoft.com> wrote:

    > got it on my own - thanks for all of your help!
    >
    >
    > "Domenic" wrote:
    >
    > > The formula should be as follows...
    > >
    > > =IF(E2<>"",VLOOKUP(E2,CHOOSE(MATCH(TRUE,COUNTIF(OFFSET(T3:U27,,{0,4,9,14}
    > > ,{25,46,132,67}),E2)>0,0),T3:U27,X3:Y48,AC3:AD134,AH3:AI69),2,0),"")
    > >
    > > If you have no other data below your tables and you want to use whole
    > > column references, use the following formula instead...
    > >
    > > =IF(E2<>"",VLOOKUP(E2,CHOOSE(MATCH(TRUE,COUNTIF(OFFSET(T:U,,{0,4,9,14}),E
    > > 2)>0,0),T:U,X:Y,AC:AD,AH:AI),2,0),"")
    > >
    > > Both these formulas need to be confirmed with CONTROL+SHIFT+ENTER, not
    > > just ENTER. In other words, after typing the formula, instead of
    > > pressing just ENTER, hold the CONTROL+SHIFT keys down and while those
    > > two keys are pressed down press ENTER. Excel will automatically place
    > > braces {} around the formula which will indicate that you've entered it
    > > correctly.
    > >
    > > In article <B9401B53-9F93-47AE-A332-69F92000DEE6@microsoft.com>,
    > > lpj <lpj@discussions.microsoft.com> wrote:
    > >
    > > > HI Domenic -
    > > > unfortunately i still can't get this working, even with my modifications.
    > > > I
    > > > don't receive an error msg just doesn't find a match (N/A#). My table
    > > > ranges
    > > > are: T3:U27, X3:Y48, AC3:AD134, AH3:AI69
    > > > This is the statement, after the modifications:
    > > >
    > > > =IF(E2<>"",VLOOKUP(E2,CHOOSE(MATCH(TRUE,COUNTIF(OFFSET(T3:U27,,{0,4,5,5}
    > > > ,{25,46,132,67}),E2)>0,0),T3:U27,X3:Y48,AC3:AD134,AH3:AI69),2,0),"")
    > > >
    > > > P.S. You stated you hit CTL,Shift, Enter - what is this for?
    > > > Thanks so much!

    > >


  3. #3
    Domenic
    Guest

    Re: multiple ranges on Vlookup

    Sorry! I forgot about the sheet reference. But I'm glad you've got it
    sorted out.

    Cheers!

    In article <6BCC9DDE-CDFD-40BC-9C3D-F5FB28E0E645@microsoft.com>,
    lpj <lpj@discussions.microsoft.com> wrote:

    > got it on my own - thanks for all of your help!
    >
    >
    > "Domenic" wrote:
    >
    > > The formula should be as follows...
    > >
    > > =IF(E2<>"",VLOOKUP(E2,CHOOSE(MATCH(TRUE,COUNTIF(OFFSET(T3:U27,,{0,4,9,14}
    > > ,{25,46,132,67}),E2)>0,0),T3:U27,X3:Y48,AC3:AD134,AH3:AI69),2,0),"")
    > >
    > > If you have no other data below your tables and you want to use whole
    > > column references, use the following formula instead...
    > >
    > > =IF(E2<>"",VLOOKUP(E2,CHOOSE(MATCH(TRUE,COUNTIF(OFFSET(T:U,,{0,4,9,14}),E
    > > 2)>0,0),T:U,X:Y,AC:AD,AH:AI),2,0),"")
    > >
    > > Both these formulas need to be confirmed with CONTROL+SHIFT+ENTER, not
    > > just ENTER. In other words, after typing the formula, instead of
    > > pressing just ENTER, hold the CONTROL+SHIFT keys down and while those
    > > two keys are pressed down press ENTER. Excel will automatically place
    > > braces {} around the formula which will indicate that you've entered it
    > > correctly.
    > >
    > > In article <B9401B53-9F93-47AE-A332-69F92000DEE6@microsoft.com>,
    > > lpj <lpj@discussions.microsoft.com> wrote:
    > >
    > > > HI Domenic -
    > > > unfortunately i still can't get this working, even with my modifications.
    > > > I
    > > > don't receive an error msg just doesn't find a match (N/A#). My table
    > > > ranges
    > > > are: T3:U27, X3:Y48, AC3:AD134, AH3:AI69
    > > > This is the statement, after the modifications:
    > > >
    > > > =IF(E2<>"",VLOOKUP(E2,CHOOSE(MATCH(TRUE,COUNTIF(OFFSET(T3:U27,,{0,4,5,5}
    > > > ,{25,46,132,67}),E2)>0,0),T3:U27,X3:Y48,AC3:AD134,AH3:AI69),2,0),"")
    > > >
    > > > P.S. You stated you hit CTL,Shift, Enter - what is this for?
    > > > Thanks so much!

    > >


+ 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