=IF(AND([Yard Location]@row = "Galion", [Pole Size]@row = "35/4")), SUMIF({Pole Count Detail Range 1
Getting an "#UNPARSEABLE" error and cannot figure out what it is. I am trying to sum the pole count for size 35/4 in the Galion Location.
First sheet where we want the formula:
Sheet that we are pulling the data from
Any help is gratefully appreciated. We are a bit new to the functionality of SmartSheet.
Regards,
Laura Zimmerman
Answers
-
Try a SUMIFS.
.
-
Thank you for the response! I want to verify that the SUMIFS will work with the first spreadsheet have the Yard Location+Pole Size right next to each other, but the second sheet has Location in a column and Pole Size in the top row? In other words, I want the the 2nd report to sum the appropriate column when the Location + Pole Size = Location + Pole Size from the 1st report.
Thank you again for the assistance.
-
Yes. You would use cell references as the "criteria" for each of your ranges.
=SUMIFS({Range To Sum}, {1st Criteria Range}, @cell = [Column Name]@row, {2nd Criteria Range}, @cell = [Column Name]1)
-
Thank you! Appreciate your help.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 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!