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
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!