View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Using Vlookup and IF statements to check for blank cells

=if(b4="","",VLOOKUP(B4,'Price List'!$A$3:$B$13,2,FALSE))


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


--

Dave Peterson