Categories
- AML (10)
- Foundation (4)
- Personal Finance (19)
- Technology (21)
Latest Postings
- 15 May 2009: Buying Call Options.
- 7 Jan 2009: Watchlist filtering white paper
- 31 Oct 2008: Autonumber in Microsof Excel (works after inserting rows)
- 21 Oct 2008: Loss making stock positions
- 15 Oct 2008: Transaction Monitoring Application Design Observations
- 2 Sep 2008: OFAC/SDN Watchlist Software Application Axiom #6
- 25 Aug 2008: OFAC/SDN Watchlist Software Application Axiom #5
- 11 Aug 2008: Database Metadata Information Leverage
- 27 Jun 2008: Count Unique values in a list - Microsoft Excel
- 21 Jun 2008: Improve HTML page loading time
Archives
Autonumber in Microsof Excel (works after inserting rows)
If you want the autonumber to work even after you insert a row in Excel, use the following formula.
=CELL(”contents”, INDIRECT(CONCATENATE(”B”, ROW()-1)))+1
I am assuming the list of values are in B column.
A simple formula =”aboverow”+1 does not work if you insert a new row which falls in the value range.
If you have a better way of doing this please let me know
