I want the total count from 2 sheets from a column with multiple leads
When I created the first formula it worked, when I add the second one linked to another sheet I get the nested criteria error. Even when I remove the extra end parenthesis still an error. Separately these both work together it doesn't work
Answers
-
It seems to be the Has in your formula try replacing the Has formula with a Contains formula
-
You can keep the HAS. The issue is parenthesis. Take two from the very end and use the to close out the first OR and first COUNTIFS before the +.
You have
=COUNTIFS(………………) + COUNTIFS(…………..)))))
You should have
=COUNTIFS(…………..))) + COUNTIFS(…………….)))
-
@Paul Newcome Amazing as always I tried all kinds of combinations. It worked thank you so much for the quick reply
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!