Formula to Find combined cell total if criteria is met.
Hello, Please Help!!
I am working on a metrics sheet from an onboarding sheet. I am trying to find the total of FTE for each department.
I have a column called "FTE" which has various numbers in over 200 cells (e.g. 1, 0.78, 0.25 etc.) and i have a column called "Department" which has 5 service areas within the organisation.
What i want to find is like the below:
If the Department is "Community Services" then calculate the combined total of FTE.
Tags:
Best Answer
-
=SUMIF(Department:Department, "Community Services", FTE:FTE)
...
Answers
-
=SUMIF(Department:Department, "Community Services", FTE:FTE)
...
-
Thank you heyjay, This is working now!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 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!