Basically we have terms for a university course, following the structure:
Term 1 2019
Term 2 2019
Term 3 2019
Term 1 2020
Term 2 2020
etc.
Is there a way to set a list with a specified order, and have VBA compare items in that list, returning information if the item is higher or lower?
My workaround has been appending the term number to the year (eg 20191, 20202 etc) and comparing by integer value. But I would like to know if there are any native or library functions that achieve the same result, as this problem has come up a couple of times in other areas.