Hello! Long time listener, first time caller —
We have a weekly update dashboard that is presented on Thursdays. We'd like to have the date displayed be either the previous weeks Thursday or the current Thursday, if today is Thursday.
In other words, the date should always display a Thursday date; if today == Thursday, display that date, if today != Thursday, display previous week's Thursday date.
I've been able to get the previous week's Thursday displaying via "=TODAY() - WEEKDAY(TODAY()) - 2" in a field in the sheet summary view, however it does consider if today is Thursday or not. Is there a way to do both in one formula?