I need a formula that counts the number of requests that have been submitted within the last seven days if assigned to "John Doe".
Smartsheet's AI generated this formula, however it comes back to me as #UNPARSEABLE.
=COUNTIFS({Filing Submitted Date}:{Filing Submitted Date}, {Filing Submitted Date}@cell>=TODAY(-7), {LRT Assigned To:}:{LRT Assigned To:}, "Drake Detwiler")
Thoughts?