create default cell value

D

Dave Peterson

Not really, but if you're using a formula, you could look for the "emptyness" of
that cell and use that:

=if(a1="","whatyourdefaultwouldbe",A1)
 
Top