TrinaHemphill
6 years agoQrew Member
Sequential Numbering System based on multiple factors
I have a complicated formula for which I am getting an error. Essentially, I need a sequential numbering system based on multiple factors. For example, Company A should have a sequential number starting with year and 500 + a sequential number. If it's Company B, the sequence should be year and 700 + a sequential number. Each year starts over at 00 with the first entry for that year. The year is derived from data entry "2019" or "2020" in a field titled [Year Expected], not an automatic date. For example, the output should be:
Company A = 2019-500, 2019-501, 2019-502, etc.; or 2020-500, 2020-501, etc.
Company B = 2019-700, 2019-701, 2019-702, etc.; or 2020-700, 2020-701, 2020-702, etc.
I would appreciate someone's help.
Company A = 2019-500, 2019-501, 2019-502, etc.; or 2020-500, 2020-501, etc.
Company B = 2019-700, 2019-701, 2019-702, etc.; or 2020-700, 2020-701, 2020-702, etc.
I would appreciate someone's help.