I have a sheet that each ROW is a monthly store visit.
I have a column that counts the number of visits each store has and add that number to a unique store visit ID…. example Store 123 visits= 3 then the store visit ID would be: store123-3
Every thing has been working fine, it is great because you can always tell how many store visits there were by the store visit ID.
Problem…… there are times I need to delete a store visit from an earlier date and there are store visits after the row i am deleting - once I delete the store visit is changes all the store visits ID below.
Not a big issue if I was only working in a sheet, but this is the intake sheet for Control Center, and control center uses the Store visit ID to spin the project up.
I want to be able to delete a store visit but maintain the Store visit ID count indicator on store visits after the deleted store Visit. Is there a way to lock in the store visit ID once it is created?
Thanks, hope this makes sense.