View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ALHR ALHR is offline
external usenet poster
 
Posts: 3
Default How do I make a cell truly empty using an "If" statement?

If the condition is false, I want the cell to be empty. When I use ""
counta() and other functions treat the cell as text.

Thank you