Help with OR formula
Hi,
I'm trying to use the formula as below, it does not seem to work for me.
=COUNTIFS({product type}, "type1", OR({product type}), "type2", {supplier}, $suppliername1, {product or service}, "product", {status}, "")
Basically I want to count the number of blank status that are a "product", within type1 and type2 for product type.
The {product type}, {supplier}, {product or service} and {status} are reference from another single sheet.
Best Answer
-
Hi @HueyD,
Due to OR usage for type1 or type2 of the product, I suggest to use total caculation as below. Try this one :
=COUNTIFS({status}, "", {product type}, "type1", {supplier}, $suppliername1, {product or service}, "product") + COUNTIFS({status}, "", {product type}, "type2", {supplier}, $suppliername1, {product or service}, "product").
Hope it help!
Answers
-
Hi @HueyD,
Due to OR usage for type1 or type2 of the product, I suggest to use total caculation as below. Try this one :
=COUNTIFS({status}, "", {product type}, "type1", {supplier}, $suppliername1, {product or service}, "product") + COUNTIFS({status}, "", {product type}, "type2", {supplier}, $suppliername1, {product or service}, "product").
Hope it help!
-
thank you very much, the formula works :)
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
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!