Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good morning Excel Masters,
Quick question - how do I write the following so that it returns a blank cell if the cell it is referencing is blank? =VLOOKUP(F2,[Vehicle_Data.xls]Master_Sales_Lookup!$B$2:$J$89,2,FALSE) Right now I get a #N/A Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One simple way which might suffice:
=IF(F2="","",yourvlookup) any good? hit YES below -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- "Jim" wrote: Quick question - how do I write the following so that it returns a blank cell if the cell it is referencing is blank? =VLOOKUP(F2,[Vehicle_Data.xls]Master_Sales_Lookup!$B$2:$J$89,2,FALSE) Right now I get a #N/A |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this.
=IF(ISNA(VLOOKUP(F2,[Vehicle_Data.xls]Master_Sales_Lookup!$B$2:$J$89,2,FALSE)),"",VLOOKU P(F2,[Vehicle_Data.xls]Master_Sales_Lookup!$B$2:$J$89,2,FALSE)) -- -------------------- (MS-Exl-Learner) -------------------- "Jim" wrote: Good morning Excel Masters, Quick question - how do I write the following so that it returns a blank cell if the cell it is referencing is blank? =VLOOKUP(F2,[Vehicle_Data.xls]Master_Sales_Lookup!$B$2:$J$89,2,FALSE) Right now I get a #N/A Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ISERROR | Excel Worksheet Functions | |||
IF ISERROR | Excel Discussion (Misc queries) | |||
iserror | Excel Worksheet Functions | |||
ISERROR - #NAME? | Excel Worksheet Functions | |||
iserror | Excel Discussion (Misc queries) |