View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Filling Down Automatically ?

You could write a macro to do it. By automatically, do you mean when the
value in B1 changes, then the cells would be filled down? How about if B1
decreases - would formulas be cleared.

How does the data in the last row get added (so that B1 would change)?
Manually?

--
Regards,
Tom Ogilvy


"Daniel Rascoe" wrote in message
...
Cell B1 has a formula which generates the row # of the last nonblank cell

in
Column E. The current value of cell B1 in my spreadsheet is 10,012.

Cell G13 has a formula in it.

Cell H264 has a formula in it.

Cell AC767 has a formula in it.

What I want is for Excel to automatically fill down the formulas from G13,
H264 and AC767 to the row number in cell B1 automatically.

The result would be that G13 would be filled down to G10012, H264 would be
filled down to H10012 and AC767 would be filled down to AC10012.

I want Excel to do this automatically instead of me choosing the cells and
manually filling down.

Does anyone know how to accomplish this?

Daniel