-
Re: Formula to return Monday from a week a date was on
Thanks! Also, this works as a shortened version- =Date@row - (WEEKDAY(Date@row) - 2)1 · -
Re: Formula to return Monday from a week a date was on
Figured it out- =IF(WEEKDAY(Date@row) > 4, Date@row - (WEEKDAY(Date@row) - 2), Date@row - (WEEKDAY(Date@row) - 2))1 · -
Re: Formula to Count The First Or Second Time Something Has Appeared In A Sheet
Thank you for your response! I used this and kept working on this with a collogue of mine and we came up with this after poking at it for a LONG while and it completely works! =COUNT(COLLECT([Row ID]…1 ·