COUNTIFS across sheets
Hi,
I am trying to pull data from two sheets into one, where it will be used to support reports. Is this syntax correct for this? I'm getting the incorrect argument set error.
=COUNTIFS({JDP Attribute}, "Safety & Reliability; 1.1 Reliability of gas service", {2022 CSAT Comms Range 2}, "Safety & Reliability; 1.1 Reliability of gas service")
Thanks,
John
Best Answer
-
@jomansfi87106 If you are trying to use off sheet references from more than one sheet in the same function, this will not work. However, you can use 2 functions to accomplish the same thing. Such as:
=COUNTIF({JDP Attribute}, "Safety & Reliability; 1.1 Reliability of gas service") + COUNTIF({2022 CSAT Comms Range 2}, "Safety & Reliability; 1.1 Reliability of gas service")
Does that work for you?
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Answers
-
@jomansfi87106 If you are trying to use off sheet references from more than one sheet in the same function, this will not work. However, you can use 2 functions to accomplish the same thing. Such as:
=COUNTIF({JDP Attribute}, "Safety & Reliability; 1.1 Reliability of gas service") + COUNTIF({2022 CSAT Comms Range 2}, "Safety & Reliability; 1.1 Reliability of gas service")
Does that work for you?
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
This worked, thank you so much!
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!