I am currently using the formula below to auto-create IDs based on the Module, Subworkstream and RAID Type of each item in my sheet. The problem that I am having is that if the RAID type changes, it resets every ID in the list. How do I prevent that from happening? Hoping for some guidance. Thank you!!!
=[HELPER COLUMN: Module Abbreviation]@row + "-" + [HELPER COLUMN: Sub-Workstream Abbreviation]@row + "-" + [HELPER COLUMN: RAIDD Type Abbreviation]@row + COUNTIFS([HELPER COLUMN: Module Abbreviation]:[HELPER COLUMN: Module Abbreviation], @cell = [HELPER COLUMN: Module Abbreviation]@row , [HELPER COLUMN: RAIDD Type Abbreviation]:[HELPER COLUMN: RAIDD Type Abbreviation], @cell = [HELPER COLUMN: RAIDD Type Abbreviation]@row , Auto:Auto, @cell <= Auto@row )