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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!