Sumifs with multiple criteria
Hello again! Yes, I am working on a Saturday...these formulas are killing me!
I am trying to sum the number of techs that are both "Transactional" and "LM Tech", referencing "Availability" sheet. This is the formula I am using:
=SUMIFS({Availability Range 1}, "transactional", {Availability Range 19}, "GE Tech", {Availability Range 2})
The formula should use the criteria in Range 1 and Range 19 to determine if the cell should be summed. The value in Range 2, should be summed.
Best Answer
-
Hi @Amanda Medina ,
SUMIFS works the other way round than SUMIF.
You put the range to be summed first:
=SUMIFS({Availability Range 2}, {Availability Range 1}, "transactional", {Availability Range 19}, "GE Tech")
And you wrote "LM Tech" but in your formula you write "GE Tech"...
Hope this helps
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
Answers
-
Hi @Amanda Medina ,
SUMIFS works the other way round than SUMIF.
You put the range to be summed first:
=SUMIFS({Availability Range 2}, {Availability Range 1}, "transactional", {Availability Range 19}, "GE Tech")
And you wrote "LM Tech" but in your formula you write "GE Tech"...
Hope this helps
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
-
Stefan,
Thank you for your response! I your suggestion worked beautifully! Thank you so much!
-
Happy to help :-)
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
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!