Question : How can I delete cells and still preserve the formulas in other cells?

When data is deleted in a column and cells are moved up, the formulas in other cells are broken.
I would ilke to preserve the original formulas, how is this possible please?
If my question is unclear, please see my attached sample.
I would like the original formluas preserved in range C4:C12
Des

Answer : How can I delete cells and still preserve the formulas in other cells?

For those formulas you could use =INDEX(F:F,row())
for more complicated scenarios, you could use INDIRECT - e.g.
=INDIRECT("F1")
Random Solutions  
 
programming4us programming4us