Use if(contains) based off of items that are submitted today

I want to used if contains to only search on rows submitted today.

This formula doesn't work. (Invalid Operation)

=IF({Daily Swing Stage Submission Range 1} = TODAY(), IF(CONTAINS([Swing Stage ID]@row, {Swing Stage Submitted}) = "TRUE", "Submitted", "Not Submitted"))

But this formula does, but looks at all entries in the range {Swing Stage Submitted}

=IF(CONTAINS([Swing Stage ID]@row, {Swing Stage Submitted}) = true, "Submitted", "Not Submitted")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!