Prescience
New Member
- Joined
- May 29, 2023
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
- MacOS
I am building on from a table seating planner I recently found, and want to make the process as user friendly as possible for anyone not too familiar with Excel. I have a small issue that is driving me mad, as I can't seem to find the right approach to fix the problem.
Using the code below in a table, works fine, until you insert a new line or lines, which results in duplication of the UnusedID. I'd like to find a way for a user to insert new rows and the row number increment. Currently they have to manually select and drag to the bottom of the list to resolve any duplicated UnusedID numbers.
=IF(C2="--",SUM(MAX(D$1:D1),1),"") code works without issue until you 'insert' a new line.
Can someone provide an adjustment to the code above to ensure when a new row is entered we don't see duplicated UnusedID's as shown in the image below?
Thanks in advance for your knowledge and support.
Using the code below in a table, works fine, until you insert a new line or lines, which results in duplication of the UnusedID. I'd like to find a way for a user to insert new rows and the row number increment. Currently they have to manually select and drag to the bottom of the list to resolve any duplicated UnusedID numbers.
=IF(C2="--",SUM(MAX(D$1:D1),1),"") code works without issue until you 'insert' a new line.
Can someone provide an adjustment to the code above to ensure when a new row is entered we don't see duplicated UnusedID's as shown in the image below?
Thanks in advance for your knowledge and support.