View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default How can I insert a true blank inst. of a non-blank zero string

No.
--
David Biddulph

"MF" wrote in message
...
I have an if formula that gives a calcualted value based under the
condition
that there is proper values to calcualte from. If that condition is false
I
give a "". But since Excel don't consider "" as a blank it is put on top
when
I sort the data.

Is it possible to insert a true blank instead of "" in the formula?

My formula
=IF(A1;IF(B1;A1/B1;"");"")