Hi,
I have a rollup field (called “Lessons Included”) that won’t work in the following formula:
IF(AND(FIND(“Math”, {Lessons Included}), {Submit Date}=BLANK()), “Math Pending”,
IF({Submit Date} = BLANK(), “Math Not Included”,
DATETIME_DIFF(
{Material...