mrsamjones
New Member
- Joined
- Jun 4, 2019
- Messages
- 4
I need to return a date after 30 days and if it is weekend then return Friday. It is okay if the Friday date is less than 30 days because I can be before a deadline but not after.
I have this formula but it still returns Sunday.
=if(text(A1+30,"D")="7",A1+28,if(text(A1+30,"D")="6",A1+29,A1+30))
For example, My date was 11/1/19 (A1). It returns 12/1/19 which is a Sunday. I need this date to be 11/29/19
I have this formula but it still returns Sunday.
=if(text(A1+30,"D")="7",A1+28,if(text(A1+30,"D")="6",A1+29,A1+30))
For example, My date was 11/1/19 (A1). It returns 12/1/19 which is a Sunday. I need this date to be 11/29/19