I'm trying to write a formula to calculate the next monday, wednesday, and friday following a particular date.
The AI formula generated =IF(ISDATE([Start Date]@row), [Start Date]@row + (8 - WEEKDAY([Start Date]@row, 2)), "") using the example above; however, it generated an #INCORRECT ARGUMENT error.
The expected results should be MON, 12/30/2024, WED, 1/1/2025, and FRI, 1/3/2025.
Can someone help me figure out why?