SUMIFS - multiple criteria refrencing another sheet
Hello - I need help with a SUMIFS formula referencing another sheet.
I would like it to sum the tech count column if the request type is "FSA" and the FW01 column is "true"
Here is my formula that is currently not working:
=SUMIFS({Tech Count Range 1}, {Tech Count Range 2}, "FSA", {Tech Count Range 3}, "true"})
Tech Count Range 1 = Tech Count column ( value to be summed)
Tech Count Range 2 = Request Type Column
Tech Count Range 3 = FW01 Column
Thank you!
Tags:
Answers
-
@Alyssa_OBrien if the formula you have there is an exact copy then you have an extra "}" after true that shouldn't be there. try
=SUMIFS({Tech Count Range 1}, {Tech Count Range 2}, "FSA", {Tech Count Range 3}, "true")
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
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!