Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"systemx" wrote:
=IF(ISERROR(VLOOKUP($B2,Distribution!$B$12:$B$150, 1,FALSE)), "MY TEXT STRING",(VLOOKUP($B2,Distribution!$B$12:$B$150,1,F ALSE))) Perhaps this shorter version using MATCH would also suffice: =IF(ISNA(MATCH($B2,Distribution!$B$12:$B$150,0))," MY TEXT STRING",$B2) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Another way to lookup data | Excel Worksheet Functions | |||
Lookup Vector > Lookup Value | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Lookup function w/Text and Year | Excel Worksheet Functions | |||
double lookup, nest, or macro? | Excel Worksheet Functions |