Related Posts
Extraversion. Intuition. Feeling. Perceiving <3
Any time period to switch between projects
Office chair recs? Looking to upgrade
I was supposed to have my second interview at Raytheon Technologies Corporation. I got an email three min before saying that they had a surprise fire drill and they had to evacuate the building and they needed to reschedule for next week. Do I need to to wait for them to reach back out or can touch base with them tomorrow? I don’t want to be obnoxious. 😅
Additional Posts in Excel Genius
New to Fishbowl?
unlock all discussions on Fishbowl.





Mentor
Look into SEQUENCE and/or COUNT/COUNTA. A combination of both can also make the column automatically update assuming the data is formatted as a Table.
“=row()-4” in the cell that should have ID 1 , copy paste down. I. Assuming your ID 1 starts in row 4, if not change the 4 in the formula to whatever row you start on.
Upvote this response. This is the correct consistent solution for a table
Can B not just be a pivot table you refresh with added rows?
Try the subtotal function
= Previous Row's ID + 1.
For example:
C11 would be = C10 + 1
Then drag the formula down. C10 should be the only hard inputted number, 1.
A little confused haha, by "above" are you referring to if you add rows before the first row of data, effectively pushing down number 1 to number XX?
Can you just make the ID be the row number? If you insert a row, it’ll auto update.
=row is the formula.