Need Help with Formulas (Assigned To More than 3 Projects)
I should start off by saying I am very new to Smartsheets and have little experience. I am trying to add a formula(s) to eventually use conditional formatting in Ganett view to highlight the bars red if a employee(Assigned To) is assigned to 3 or more projects with overlapping dates per state. Is this even possible??
Here is an example of the sheet I am working on
Answers
-
Insert a flag column and use this formula:
=IF(COUNTIFS([ASsigned To]:[ASsigned To], @cell = [Assigned To]@row, Start:Start, @cell<= Finish@row, Finish:Finish, @cell>= Start@row)> 3, 1)
Then you can set up your conditional formatting based off of this flag column.
-
Thank you Paul. Is this also accounting for the state?
-
I missed that you needed the state as well. My apologies. You would just need to add another range/criteria set to the COUNTIFS to look at the State column and evaluate for State@row.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!