I am working on creating a tracker, my client has requested the data be on sharepoint list for ease of viewing.
In order to organize the tracker on the Sharepoint List, I would like to generate an autonumber (calculated column) in one column, I've given it the naming convention of Task ID.
For my logic - Task ID (Column A) will be based on another column, known as Title (Column B),
IF column B is not the same then Column A should generate a new number. IF Column B is duplicative then Column A should generate the same number.
I would like the Task ID (Column A) to generate something like this: "TSK-0001"
Is this possible to create for sharepoint list? Thanks again for any help. Let me know if there is still more questions to be answered before figuring out the calculated value.
Note: Column B is a single line of text
I have not tried anything to this point. I have seen that you can generate random numbers via the Left(Right(),X,X) function.
I would like the outcome to show this in Sharepoint List: [1]: https://i.stack.imgur.com/quzGg.png