Custom format

S

Scottmk

Hi,
Is there anyway to create a custom format that returns "-" for a blan
cell?
Thank
 
D

Dave Peterson

I don't think so, but maybe you could use a helper cell and hide the original:

=if(a1="","-",a1)
 
Top