Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Harlan Grove" wrote...
.... . . . If your formula should return #N/A when A52 is blank, use =INDEX(Data!$N$2:$N$5000,IF(ISBLANK(A52),#N/A, MATCH(A52,Data!$R$1:$R$5000,0))) .... Let me simplify that. =IF(ISBLANK(A52),#N/A,INDEX(Data!$N$2:$N$5000, MATCH(A52,Data!$R$1:$R$5000,0))) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index function | Excel Worksheet Functions | |||
Index Function | Excel Discussion (Misc queries) | |||
Index Function/Match Function | Excel Discussion (Misc queries) | |||
If function using Index | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |