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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!