Hi there,
Thank you for helping me out!
I'm working with a SS that contains some specific information.
Due to internal regulations, each new job requested must contain a URN, which I would like to be automatically generated based on information from the existing sheet.
The format I would like is as follows:
[Stand type] first 3 letters from the left_Requested date DDMMYYYY_[Sequence]000
This is the formula I am trying to input currently:
=UPPER(LEFT([Stand type]@row , 3)) & "_" & TEXT([Date Requested]@row , "ddmmyyyy") & "_" & [Sequence]@row
The column names are correct (Stand type, Date Requested) but for some reason it's not liking it.
I'm trying to add this into a cell.
Any suggestions?