I have three sheets that auto number, assigning a sheet specific prefix, a counter, and a year suffix. So on sheet one I have "New-XXXX-2015", on sheet 2 I have, "Existing-XXXX-2015".
I would like for the counter (XXXX) to increase upon each entry to either sheet. So if the first entry was "Existing-0001-2015", the next entry, regardless of where it is entered, would be assigned the number 0002.
Is this possible?
What about using a running counter as a vaiable in the autonumber process?
"{Project_Type}-{Project_Counter}-{YYYY}"
I think that would require cross-sheet data availability, wehich I don't think is available.