Help with Countifs formula
Hello,
I need help with the last part of the below formula( {Region}, "US" OR "CAN) ). I am referencing a column called Region on a sheet and I need the count to include if it has US or CAN listed. Please help in how I can make this formula work because I am getting an #unparsable error right now.
=SUMIFS({Project Intake Total Funds}, {Project Intake Status}, [Metric 3]@row, {Status}, "Closed", {Project Intake Range 1}, CONTAINS([Metric 4]@row, @cell), {Region}, "US" OR "CAN)
Thanks,
Sonia
Answers
-
=SUMIFS({Project Intake Total Funds}, {Project Intake Status}, [Metric 3]@row, {Status}, "Closed", {Project Intake Range 1}, CONTAINS([Metric 4]@row, @cell), {Region}, OR("US","CAN"))
-
Thanks for the quick response David. However, I get an error message when I use the formula you provided - # invalid data type. Any idea what the issue could be?
-
Hi @Sonia Kour
#INVALID DATA TYPE means you're working apples with oranges here.
Check your column types within each criteria. Which type of column is [Metric 4]? Which type is {Project Intake Range 1}. Also check where do these values come from? Formulas or hard typed values?
It's a mismatch between what you want to do, and what you have on a sheet.
If you're having trouble finding out, maybe posting a screenshot or two with dummy data could help sorting this out.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!