D
David
I use this in H3 to hold the nearest Wednesday to today's date:
=TODAY()+3-WEEKDAY(TODAY(),2)
It holds until the next Monday, then updates by a week as desired (for now)
Is there a formula that will change it by 2 weeks?
What I'm trying to do is have a biweekly Wednesday paydate available a few
days before and beyond the actual target Wednesday in case I can't process
the range connected to it on that exact date.
=TODAY()+3-WEEKDAY(TODAY(),2)
It holds until the next Monday, then updates by a week as desired (for now)
Is there a formula that will change it by 2 weeks?
What I'm trying to do is have a biweekly Wednesday paydate available a few
days before and beyond the actual target Wednesday in case I can't process
the range connected to it on that exact date.