Help with Formula

asha.D
✭
Hello- I am needing assistance with creating a formula to count the active FTEs that are on an active project. Not sure what to select first and second to pull the count per FTE.
Thank you
Answers
-
This seems like a sumif scenario if what you are trying to do is get the total FFEs on active projects:
=sumifs(ffecount:ffecount,active:active,true)
If what you are trying to do is get the value in FFEcount, it seems like a countm inside an if would do ya:
=if(active@row=true,countm(FFEresources@row),0)
-
-
Thank you both for providing me some formulas, but neither are pulling the correct count. Still stuck ;(
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 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!