Formula help: if project type = x then sum revenue?
I'm having a bear of a time with forumlas (as you can see from my posting history). I'd like to add up the MRR by project type automatically. I'm currently calculating this by hand and it is time consuming and error prone.
See screen shot.
I'd like to count the total MRR for all projects labeled MgdServ as an example. Is this possible?
Comments
-
Hi,
Yes, we'd use the SUMIFS function for that.
Try something like this.
=SUMIFS(MRR:MRR; [Project Type]:[Project Type]; "MgdServ")
The same version but with the below changes for your and others convenience.
=SUMIFS(MRR:MRR, [Project Type]:[Project Type], "MgdServ")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
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.
-
Yes, it worked beautifully! Thanks so much for your time
-
Excellent!
Happy to help!
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!