Thread: Blank
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Blank

Basic construct eg .. IF(VLOOKUP=0,"",VLOOKUP)
Try:
=IF(ISBLANK(A60),"",IF(VLOOKUP(A60,Data,20,FALSE)= 0,"",VLOOKUP(A60,Data,20,FALSE)))
Success? hit the YES below
--
Max
Singapore
---
"Missile" wrote:
Using the belowing formula in Sheet 1 Cell K80 (Date Formatted)
=IF(ISBLANK(A60),"",VLOOKUP(A60,Data,20,FALSE))

If Data,20 is blank how can I change the formula to have cell K80 also
blank, currently the result is zero, which is 00 Jan 00 under date formatting.

Thanks