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