SUMIF formula that calculates the criteria between a number range
Having a blank mental moment. I am trying to create a sum if formula to total all of the "medium" priorities using a range of numbers. High is fine as i just did a greater or equal to (>=) and likewise (<=) for the low. When I get to the medium priority, I can't work out how to do an "in between".
Below is a screen shot of what I am working on and where the formula is up to.
=SUMIF(Score:Score, >=27, [Requested Amount]:[Requested Amount])
What do I put after the 27? Number range finishes at 53.
Many thanks!!
Tash
Answers
-
Try...
=SUMIFS([Requested Amount]:[Requested Amount], Score:Score, AND(@cell >= 27, @cell <= 53))
-
Hi Natasha,
Try with the SUMIFS function instead:
=SUMIFS([Requested Amount]:[Requested Amount], Score:Score, >=27,Score:Score, <=53).
Have a nice day,
Mathieu | Workflow Consultant
info@evolytion.com
-
Thanks @Paul Newcome & @Mathieu PERSICO, they both worked perfectly.
I keep thinking I understand the @cell well but often have trouble thinking how to use it effectively in a formula. I will keep trying! Thanks for your help :)
-
The @cell reference basically tells the formula to evaluate the previously established range one cell at a time.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!