FarzanaSaleem
Programmer
In an Excel Sheet, first column is Serial Number. This excel file is shared and used by all team members to enter goals for the coming month.
I used =ROW()-1 in cell A2 and pasted this formula up to A500. Now when I deleted Serial No. 5 (Row 6), then all serial numbers adjusted accordingly.
I need one more feature in this sheet.
When a person inserts a new row between two serial numbers, then serial numbers below it adjust accordingly but the inserted row shows a blank. For example, if I insert a new row between Serial No. 5 and 6 (A6 and A7), then
A6 = 5
A7 = BLANK
A8 = 7
I need A7 to show 6 automatically.
I used =ROW()-1 in cell A2 and pasted this formula up to A500. Now when I deleted Serial No. 5 (Row 6), then all serial numbers adjusted accordingly.
I need one more feature in this sheet.
When a person inserts a new row between two serial numbers, then serial numbers below it adjust accordingly but the inserted row shows a blank. For example, if I insert a new row between Serial No. 5 and 6 (A6 and A7), then
A6 = 5
A7 = BLANK
A8 = 7
I need A7 to show 6 automatically.