Hello everyone I have the following formula:
XLOOKUP($M$5,'In Shop List'!C:C,'In Shop List'!A:A,"Update Inshop")
My result output is a number sequence show below.
202408100055
I would like to add a dash "-" inside the returned output. Example below:
20240810-0055
How would I go about doing this. Any is appreciated.
XLOOKUP($M$5,'In Shop List'!C:C,'In Shop List'!A:A,"Update Inshop")
My result output is a number sequence show below.
202408100055
I would like to add a dash "-" inside the returned output. Example below:
20240810-0055
How would I go about doing this. Any is appreciated.