R
rition
Hello
I wanted to create a list with weekdays only and I have found this
formula which works perfectly but I wondered if someone could explain
it to me so that I can write one myself if I need to in the future.
=IF(WEEKDAY(A2+1)=7,A2+3,IF(WEEKDAY(A2+1)=1,A2+4,A2+1))
Thank you
I wanted to create a list with weekdays only and I have found this
formula which works perfectly but I wondered if someone could explain
it to me so that I can write one myself if I need to in the future.
=IF(WEEKDAY(A2+1)=7,A2+3,IF(WEEKDAY(A2+1)=1,A2+4,A2+1))
Thank you