I need to input a start year and an end year using data validation lists.
The time span is 2010 - 2020.
The first list is easy, but I would like the second list (end year) to be defined by the start year. If for example 2015 has been chosen as the start year, it should not be possible to select an end year earlier than the start year (the list should then be '2016', '2017', '2018', '2019', '2020').
/Soren
The time span is 2010 - 2020.
The first list is easy, but I would like the second list (end year) to be defined by the start year. If for example 2015 has been chosen as the start year, it should not be possible to select an end year earlier than the start year (the list should then be '2016', '2017', '2018', '2019', '2020').
/Soren