Home |
Search |
Today's Posts |
#13
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry! I forgot about the sheet reference. But I'm glad you've got it
sorted out. Cheers! In article , lpj 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(OF FSET(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(OF FSET(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 , lpj 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 a T3:U27, X3:Y48, AC3:AD134, AH3:AI69 This is the statement, after the modifications: =IF(E2<"",VLOOKUP(E2,CHOOSE(MATCH(TRUE,COUNTIF(OF FSET(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! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple if or multiple vlookup | Excel Worksheet Functions | |||
Multiple Ranges for a Chart | Charts and Charting in Excel | |||
how do I use vlookup for multiple occurrences of the same value | Excel Worksheet Functions | |||
Can VLOOKUP return multiple answers based on several identical lo. | Excel Worksheet Functions | |||
compare unique identifiers in multiple ranges | Charts and Charting in Excel |