Can anyone help with getting a number range to convert to a sequential list of numbers?
I have columns with fields such as "1995 - 2001" or "2005 - 2018" which i want to convert into a sequence of numbers in the corresponding row former example:
1995,1996,1997,1998,1999,2000,2001
Thanks in advance
I have columns with fields such as "1995 - 2001" or "2005 - 2018" which i want to convert into a sequence of numbers in the corresponding row former example:
1995,1996,1997,1998,1999,2000,2001
Thanks in advance