A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
If the date is in A1:
=CHAR(YEAR(A1)-1957)&CHAR(MONTH(A1)+64)&DAY(A1)
Andreas.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good day everyone,
How do you create an ID from the date, for example:
If today is the 31/05/2022 I would like the ID to be "AE31"
where A represents the year
E represents the 5th month
and 31 is the date
Also, please note that there is a column where the date is entered, so I would like to take that date and create the ID as above
Could someone help me, please and if any other information is needed please feel free to ask me
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
If the date is in A1:
=CHAR(YEAR(A1)-1957)&CHAR(MONTH(A1)+64)&DAY(A1)
Andreas.
It worked! Thank you so much Andreas!
It's possible by Macro, see the similar scenario: https://stackoverflow.com/questions/35439122/creating-unique-id-based-on-date-and-number-of-requests