How to generate dates that correspond to the sequence Monday, Wednesday, Friday, which is repeating every week?
For example, if Monday is 25/7/2016, I would like to have the following sequence in one column:
25/7/2016
27/7/2016
29/7/2016
1/8/2016
3/8/2016 and so on.
Since the "select-and-drag" extrapolation does not work, I do not know, how to do this.