View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DAXU DAXU is offline
external usenet poster
 
Posts: 7
Default can I force formula to be applied automatically?

Hi,

For example, I have a excel sheet with two columns, A and B.
B's value is calculated based on A, e.g. =A1+1


My problem is that the formula is only applied to the cells selected.
I have to drag it to apply for other cells.
Is there a way that when new cell is added to column A, column B will
be automatically populated?

Many Thanks

Jerry