how do I do a running count of rows. I have a list of 12000+ items that I would like to number, but as I go through them, I will be deleting about half, but I want the count to update as I delete them.
Thanks.
how do I do a running count of rows. I have a list of 12000+ items that I would like to number, but as I go through them, I will be deleting about half, but I want the count to update as I delete them.
Thanks.
Last edited by rossmoyne; 02-08-2011 at 06:07 PM.
Welcome to the forum.
If column A is available, and row 1 is the header, then in A2 and copy down
=ROWS(A$1:A2)-1
Entia non sunt multiplicanda sine necessitate
Thanks, but that does add up the total rows I have, but that's not what I need. Let me rephase my question:
I want each row to have a unique number. I can do that easy enough at the start, by putting an '1 in the first cell / row I want counted and then dragging it down. However, doing it that way, if I delete row 4, then my overall count doesn't update, row 5 is still row 5, when now it should be the new row 4.
What I would like, is a way for the row numbers to update automatically when delete a row, instead of having to manually redo the row numbers.
Any help would be greatly appreciated.
Thanks.
Life is like a roll of toilet paper. The closer it gets to the end, the faster it goes.
John Wright
Your right. I must have done something wrong the first time.
If you're satisfied with his solution click on the scales in his post and give him some credit, then go back and edit your first post in this thread to "solved.
....to mark thread as solved, choose edit button, then choose Go Advanced, scroll up to the title and change the prefix to Solved, and then choose save.
Last edited by jwright650; 02-04-2011 at 01:37 PM. Reason: added choosing save
Give jwright the credit, he did the heavy lifting ...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks