COUNTIFS cross-sheet with 3 criteria
Answers
-
@Paul Newcome I have a similar formula and tried to use your example above but it didn't work. I am using a cross-sheet and have 3 criteria I need to count by each location. Can you assist? I have been looking at all sorts of formulas in the help section and everytime I think I found my answer....I still get the error unparseable.
=COUNTIFS({Location # and Name}, LOCATION@row, {Claim Status 4}, OR(@cell = "Pending - With Vendor", OR(@cell = "Pending - With Vendor AP", OR(@cell = "Pending - With AP"}))
Thank you,
Melanie
-
@Melanie Sanders You do not need multiple OR statements.
=COUNTIFS({Location # and Name}, LOCATION@row, {Claim Status 4}, OR(@cell = "Pending - With Vendor", @cell = "Pending - With Vendor AP", @cell = "Pending - With AP"))
-
Thanks, @Paul Newcome
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!