Looking for a formula that takes a min and max value, then generates a delimited list of numbers including and between those values.
For example:
min = 2015
max = 2017
result = 2015,2016,2017
Not sure what to call it/how to word it, everything I've tried gives me results unrelated.