S Sue Jul 25, 2008 #1 I have used a function and dont want to get #n/a but replace with a blank after using =INDEX('K1'!A:B, MATCH(HAM!C62, 'K1'!A:A,0),2)
I have used a function and dont want to get #n/a but replace with a blank after using =INDEX('K1'!A:B, MATCH(HAM!C62, 'K1'!A:A,0),2)
P Pete_UK Jul 25, 2008 #2 You can do it like this: =IF(ISNA(MATCH(HAM!C62,'K1'!A:A,0)),"",INDEX('K1'!A:B,MATCH(HAM! C62,'K1'!A:A,0),2)) Hope this helps. Pete
You can do it like this: =IF(ISNA(MATCH(HAM!C62,'K1'!A:A,0)),"",INDEX('K1'!A:B,MATCH(HAM! C62,'K1'!A:A,0),2)) Hope this helps. Pete