View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Help with 2 formulas together

How about putting your VLOOKUP within this

=IF(VLOOKUP()=1,VLOOKUP(),NA())

Or replace NA() with "". Just replace VLOOKUP() with your VLOOKUP formula.

"Areid" wrote:

I want to do a vloopkup and if is not 1 make it appear blank?