Help on formula
Hello there,
I'm attempting to create a summary sheet that counts the number of times a DARCI 'Category' '& 'Status' is mentioned for a specific 'Project' and 'Product' (in this instance "DAP" - which appears in both columns) within the Source Sheet. Note that these column types for 'Project' and 'Product' are dropdown multi-selects and 'Status' is dropdown single-select.
I tried using the following formula, and although it wasn't correct, it was only applicable for the 'Project' column.
=COUNTIFS({Category}, [Primary Column]@row, CONTAINS("DAP", {Project))
Any advice?
Many thanks in advance!
Summary sheet:
Source Sheet:
Best Answer
-
Oh - I saw an error with one of the brackets in the formula. Try this, where {Product} is the named range for the Product column:
=COUNTIFS({Category}, [Primary Column]@row, {Project}, CONTAINS("DAP", @cell), {Product}, CONTAINS("DAP", @cell))
Answers
-
Hi @Mohamed Ali ,
Try this:
=COUNTIFS({Category}, [Primary Column]@row, {Project), CONTAINS("DAP", @cell))
Let me know if it works!
Best,
Heather
-
Hi @Heather D , thanks for the prompt response. Unfortunately, this didn't work. I will also highlight that the formula only searches for 'Project' but it also needs to search for 'Product' too.
-
Oh - I saw an error with one of the brackets in the formula. Try this, where {Product} is the named range for the Product column:
=COUNTIFS({Category}, [Primary Column]@row, {Project}, CONTAINS("DAP", @cell), {Product}, CONTAINS("DAP", @cell))
-
Thank you, @Heather D. Truly appreciate the speedy resolution. You're a ⭐️!!
-
@Mohamed Ali Glad it worked for you! I'm happy to help. Have a great week.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives