Forum Discussion
MarkBeck54
Mar 17, 2026Copper Contributor
Mark
Hi trying to find last wednesday of month where thursday is not new month
Olufemi7
Mar 17, 2026Iron Contributor
Hello MarkBeck54,
Use the formula =EOMONTH(A1,0) - WEEKDAY(EOMONTH(A1,0)-3,1) where A1 contains any date in the month. This returns the last Wednesday whose following Thursday is still in the same month.
- MarkBeck54Mar 17, 2026Copper Contributor
Thank you works a treat