lorikgator
New Member
- Joined
- Aug 26, 2014
- Messages
- 25
This answer may exist and I just don't know the right combo of Google search terms to find it because I've tried everything!
I have a "to do" list and I want to add a unique index number for each new entry BUT I'm going to be sorting the list for due dates and priorities. How can I automatically always increment to the largest number when I enter a new row? I know ROW() would get me the largest number, but then I'd have to also copy-> paste value every time. If that's the best/easiest way, so be it, but I figure there must be another option...
Excel 2007, Windows 7
Example:
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]Index[/TD]
[TD]Task[/TD]
[TD]Priority[/TD]
[TD]Due Date[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]Manager report[/TD]
[TD]1 - High[/TD]
[TD]10/1/2014[/TD]
[TD]2 - In progress[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]Create presentation[/TD]
[TD]1 - High[/TD]
[TD]10/5/2014[/TD]
[TD]1 - Not started[/TD]
[/TR]
[TR]
[TD]1004[/TD]
[TD]Time sheet[/TD]
[TD]2 - Medium[/TD]
[TD]9/30/2014[/TD]
[TD]2 - In progress[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]Worksheet update[/TD]
[TD]2 - Medium[/TD]
[TD]9/25/2014[/TD]
[TD]3 - On hold[/TD]
[/TR]
[TR]
[TD]1005[/TD]
[TD]Check e-mail[/TD]
[TD]3 - Low[/TD]
[TD]9/10/2014[/TD]
[TD]2 - In progress[/TD]
[/TR]
[TR]
[TD](1006)[/TD]
[TD](new row)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to use a formula or maybe even a macro to always give the next highest number in the existing sequence, even though they're not sorted in their column.
Any ideas welcome!
Lorikgator
I have a "to do" list and I want to add a unique index number for each new entry BUT I'm going to be sorting the list for due dates and priorities. How can I automatically always increment to the largest number when I enter a new row? I know ROW() would get me the largest number, but then I'd have to also copy-> paste value every time. If that's the best/easiest way, so be it, but I figure there must be another option...
Excel 2007, Windows 7
Example:
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]Index[/TD]
[TD]Task[/TD]
[TD]Priority[/TD]
[TD]Due Date[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]Manager report[/TD]
[TD]1 - High[/TD]
[TD]10/1/2014[/TD]
[TD]2 - In progress[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]Create presentation[/TD]
[TD]1 - High[/TD]
[TD]10/5/2014[/TD]
[TD]1 - Not started[/TD]
[/TR]
[TR]
[TD]1004[/TD]
[TD]Time sheet[/TD]
[TD]2 - Medium[/TD]
[TD]9/30/2014[/TD]
[TD]2 - In progress[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]Worksheet update[/TD]
[TD]2 - Medium[/TD]
[TD]9/25/2014[/TD]
[TD]3 - On hold[/TD]
[/TR]
[TR]
[TD]1005[/TD]
[TD]Check e-mail[/TD]
[TD]3 - Low[/TD]
[TD]9/10/2014[/TD]
[TD]2 - In progress[/TD]
[/TR]
[TR]
[TD](1006)[/TD]
[TD](new row)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to use a formula or maybe even a macro to always give the next highest number in the existing sequence, even though they're not sorted in their column.
Any ideas welcome!
Lorikgator