Hi,
First Column data is in this format:
STR-Joe-Bloggs23-03-2023
STR-Nigel-Lovelace28-03-2023
I want to sort the column by date by stripping the date from end of value eg from Nigel's record I want the date at end 28-03-2023
as a variable and sort the columns records by date. I cant do this easy as the column is not a proper date field or string, it combined with the name. (Done Before my time)
Any Help Apricated.
John