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
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!