View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default hide formula in cells till data is available for calc

A look at your formula would have been nice.

=IF(cellref="","",do something) traps for cellref having no data.


Gord Dibben MS Excel MVP

On Sat, 3 Apr 2010 15:02:01 -0700, kiwi
wrote:

I recall being able to copy a formula in a column and hiding it until data
becomes available to complete the calculation. This way you don't have a
series of #value# in the work sheet.
The formula contains an absolute reference as well.

Thanks,

Kiwi