How do I count down the days till next payday if one is paid on the second Wednesday of every month?
I can get the second Wednesday date by using:
=WORKDAY.INTL(EOMONTH(F11,0),2,"1101111")
But I don’t know to use it with using it in the following:
=DATEDIF(NOW(),**??**, "d") & " days till payday"
or is there a better/easier way?
Thanks for any solutions or suggestions.