Hello I have the following data in my table:
Columns A to E indicate the year tag, and columns from F to J indicate the years. Each tag corresponds to a year. For the first line:
T1 -> 2004T2 -> 2003T3 -> 2003T4 -> 2000T5 -> 1986 (correctly ordered)
For the 9th Line as you can see:
L1 -> 1967L2 -> 1977L3 -> 1980L4 -> 1985L5 -> 1990 (ordered wrong)
What I want to do is to pair Columns A to E with the columns F to J and sort based on year, like follows:
(C4 should be B3, sorry for inconvenience)

