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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!