View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vlado Sveda Vlado Sveda is offline
external usenet poster
 
Posts: 50
Default BLANK cell as a result of IF condition

I'm trying to find a way how to use IF condition:
=IF(MyCondition; ValueIfTrue; ... else leave cell empty ...).

=IF(MyCondition; ValueIfTrue; "") is not good for me, because it does not
leave the cell empty.

Thanks in advance for every suggestions.

Vlado