Hi there,
I am working on a sheet where I am trying to calculate a date 30 days from the "M1 Attendance Date" into the "M1 Exam Due Date".
The M1 attendance date is being fed into this sheet via a "=JOIN(COLLECT" formula from another sheet, as follows "=JOIN(COLLECT({M1 Date}, {Name}, [Combined First and Last Name]@row))", this formula works just fine.
When I try to do a simple "=[M1 Attendance Date]@row+30", it just adds the number 30 to the end of the date from the previous column (see image below).
The eventual goal is once the due date gets calculated is to have the sheet calculate the difference between the exam due date and the "M1 exam completion date" to identify if the person was past due on their exam, and if so, by how many days.
The "M1 exam completion date is being fed in from a different sheet as well with the formula, "=JOIN(COLLECT({Exam Completion Date}, {Combined Name}, [Combined First and Last Name]@row, {Course Title}, "Academy M1 Exam"))", which is obviously working at the present moment.
Any help with figuring out the second formula to get a number of days to populate in the duration column would be appreciated as well since there are many date fields on the sheet.
Additional info: the columns used for the 2 different feed sheets for the auto-populated dates (attendance date and exam completion date) are formatted as "Date" columns, so they would create the date shown. The columns they are populating into on the sheet above are also formatted as date columns.
Thank you in advance!