Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
another basic alternative would be
=IF(ISNA(VLOOKUP(B4,'Price List'!$A$3:$B$13,2,FALSE)),"",VLOOKUP(B4,'Price List'!$A$3:$B$13,2,FALSE)) you can have not found by replacing "" with "not found" in the formula. regards, "Koomba" wrote: I neglected to include my formula in the 1st message. Sorry. Here it is: =VLOOKUP(B4,'Price List'!$A$3:$B$13,2,FALSE) -- Thanks from Salt Spring |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
checking for blank cells when using vlookup | Excel Worksheet Functions | |||
check a row ignore blank cells print only those with text | Excel Discussion (Misc queries) | |||
check for two blank cells before populating a 3rd. | Excel Worksheet Functions | |||
Need Vlookup to return a value of $0.00 in blank cells | Excel Worksheet Functions | |||
Need Vlookup to return a value of $0.00 in blank cells | Excel Worksheet Functions |