Update the output cells so that each row in column C displays the date of the next Monday that falls on or after the Start Date in column B. If the Start Date is already a Monday, return the same date (do not move it forward). The answer must be in the default date format of m/d/yyyy. See Examples
Your solution should use cell references so it updates automatically if the input cells change values.
This cell cannot be edited
Update the output cells so that each row in column C displays the date of the next Monday that falls on or after the Start Date in column B. If the Start Date is already a Monday, return the same date (do not move it forward). The answer must be in the default date format of m/d/yyyy.