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
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!