Automatically update formula

I currently have an Excel spreadsheet where I have a row number in column "A" running down the spreadsheet.
Is there a way that I can get excel to automatically update this number, (and also subsequent row numbers) after a row has been inserted?Any help gratefully received.
Thanks,
Paul Caddick

Comments
There are 10 comments. Login or register to view them.

Automatically update formula

Anonymous |

Renumbering after Inserting a row

Anonymous |

Simple solution

b.potter |

Silly Question

chris.lee99 |

Use =row()

David160 |

Heavy handed VBA option

ACDWebb |
ACDWebb's picture

autoupdate =CELL("row",A1)

listerramjet |
listerramjet's picture

=CELL("row"A1)

paul.malcolmpiper.co.uk |

It all depends!

adam.arca |

how about

listerramjet |
listerramjet's picture