Is there a way to specify a cell to contain a default value?
D Dave Peterson Aug 24, 2005 #2 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)
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)