I'm getting an invalid Switch formula, even though it's super simple.
I have several columns of singular date fields. Each date field is a milestone. I'm writing a simple Switch formula to check if Today() = one of the date fields, then if so say the column's name.
I've simplified this formula to it's most basic to evaluate against itself and I'm still getting an invalid formula. What am I overlooking?
SWITCH(
TODAY(),
TODAY(),"yes",
"no"
)
