Sum If Help
I'd like to sum the number of story points if "label" = "Unity_Beta"
Then sum the number of story points if the "label" = "Unity_Beta" and the "Status" = done
Best Answers
-
For the second part:
=SUMIFS([Story Points]:[Story Points], Labels:Labels, "Unity_beta", Status:Status, "Done")
-
My apologies. I forgot to take out the first "In Progress".
=SUMIFS([Story Points]:[Story Points], [Fix Versions]:[Fix Versions], "Unity Beta Migration", [Status]:[Status], OR(@cell = "PR (develop)", @cell = "In Progress"))
Answers
-
Hi Elizabeth,
Try something like this.
=SUMIF(Labels:Labels; "Unity_beta"; [Story Points]:[Story Points])
The same version but with the below changes for convenience.
=SUMIF(Labels:Labels, "Unity_beta", [Story Points]:[Story Points])
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
For the second part:
=SUMIFS([Story Points]:[Story Points], Labels:Labels, "Unity_beta", Status:Status, "Done")
-
@Elizabeth Jones Apologies, I missed the second part!
@Paul Newcome Thanks!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Is it possible to do look for two status "PR (develop)" or "In Progress" ?
=SUMIFS([Story Points]:[Story Points], [Fix Versions]:[Fix Versions], "Unity Beta Migration", [Status]:[Status], "In Progress", OR "PR (develop)
getting an error...maybe a misplaced comma?
-
=SUMIFS([Story Points]:[Story Points], [Fix Versions]:[Fix Versions], "Unity Beta Migration", [Status]:[Status], "In Progress", OR(@cell = "PR (develop)", @cell = "In Progress"))
Give something like that a try...
-
hmm I'm getting "invalid" as the response
-
My apologies. I forgot to take out the first "In Progress".
=SUMIFS([Story Points]:[Story Points], [Fix Versions]:[Fix Versions], "Unity Beta Migration", [Status]:[Status], OR(@cell = "PR (develop)", @cell = "In Progress"))
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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!