Formulas: Reference Data from Other Sheets
Good afternoon Smartsheet Community:
I am trying to add the total from the count of 2 sheets given the criteria. However, I am receiving an INCORRECT ARGUMENT SET when using SUM or Count conditions (formula below).
Any help appreciated, Thanks!
=SUMIFS({A9: PayChex TLS Impact List Range 1}, "Need A File Build", {A2: ALL Other Merchant TLS Impact List Range 1}, "Need A File Build")
Comments
-
Kal-El, I think you should be using the COUNTIFS function to count the number of "Need A File Build" occurrences in a range of cells. I think the formula below would work:
=COUNTIFS({A9: PayChex TLS Impact List Range 1}, "Need A File Build") + COUNTIFS({A2: ALL Other Merchant TLS Impact List Range 1}, "Need A File Build")
The first COUNTIFS will count the number of occurrences of "Need A File Build" on the first sheet and the second will count the number of occurrences of "Need A File Build" on the second sheet and they get added together.
-
Thanks, I stepped away from it yesterday and when I came back it clicked on what I was doing wrong. However, I really appreciate your reply helping me with this formula.
Have a Blessed Day!
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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!