View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Debsdad Debsdad is offline
external usenet poster
 
Posts: 11
Default Return Text or Blank

This is my formula =IF(D3+E3<C3,"REL",0), this works fine if I need to
release more work but it returns a 0 when I have enough. I would like to have
it return as "blank" (no text, no numbers) when I have enough.

Thanks
Debsdad