Hello everybody!
I have a very big database with car specifiactions, including the years of production like this:
2002-2008
2008-2013
2013-2015
2009-2013
2013-2015
2009-2014
As you can see, every value is different, and I need to split them; fill inbetween every year, and separate them with ;.
Example: 2002-2008 - should come back like this: 2002;2003;2004;2005;2006;2007;2008.
Any advice?
Thank you in advance!
Patko15
I have a very big database with car specifiactions, including the years of production like this:
2002-2008
2008-2013
2013-2015
2009-2013
2013-2015
2009-2014
As you can see, every value is different, and I need to split them; fill inbetween every year, and separate them with ;.
Example: 2002-2008 - should come back like this: 2002;2003;2004;2005;2006;2007;2008.
Any advice?
Thank you in advance!
Patko15