Prior Year SUMIFS with multiple dropdown selections

Hi - I'm trying to figure out how to make this formula work. I've tried several different ways of listing the Status options and it keeps saying #UNPARSABLE.

I'm trying to get the dollar amount of rows that meet criteria in three columns: Source, Status, and Date Received. Source and Status are both multiple dropdown columns - for Source I want to use CONTAINS and then for Status I need to list several options that it should use.

Here is what I have currently:

=SUMIFS(TOR:TOR, Source:Source, CONTAINS("GSD", (@cell)), [Status]:[Status], OR(@cell = “Win”, @cell = “Win_Contract Negotiations”, @cell = “Submitted_Pending Award_BAFO”, @cell = “Submitted_Pending Award”, @cell = “Loss”, @cell = “Disqualified”, @cell = “Cancelled Procurement (Post Submission)”)), [Date Received]:[Date Received], IFERROR(YEAR(@cell), 0) = 2020)))

Thank you!

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!