Hi
I have a cell containing the date at which some engineering tasks are completed (Complete date). I need to display in a separate cell the release date which is the new Thursday following the Complete date (or the Complete date if the Complete date is a Thursday)
In a previous thread I found the following formula which works to calculate the next Monday
=IF(WEEKDAY(Date@row) = 1, Date@row - (WEEKDAY(Date@row) - 5), Date@row - (WEEKDAY(Date@row) - 5) + 7)
but I cannot figure out how this formula works and how to modify it to make it work for Thursday.
Thank you for your help in advance
Xavier..