Estimate Date Planned against the target date
I need to calculate the planned date against the Go-Live date for each column. The dates are above the columns that should be prior to the Go-Live Target which is 10/31/22. I need to make the actual columns cells yellow for 3 dates against the planned date, red at the planned date. If a date is entered in actual column, the cell will turn green.
I am having a hard time to get this to work
Any help I will appreciate!
Rob
Thank you very much for any help!😉
Rob
Best Answer
-
@Rob_NYC your question is a two-parter...
- The dates need to be calculated and are simple math
- in the [Lan Migration Complete Planned] it would be =[Go-Live Target]
- In the [LAN Migration Scheduled Planned] it would be =[Lan Migration Complete Planned]-5
- In [LAN Migration Ready Approved Planned] it would be =[LAN Migration Scheduled Planned]-10
- In the [Lan Migration Ready Planned] it would be =[LAN Migration Ready Approved Planned]-13
Then you would use conditional formats in for each cell.. It is a lot of coding for the individual cells..
But you would have 3 conditional formats for each of the 4 cells so a total of 12
For each cell you would need
- if it has a date then green
- if it is the planned date using the Today() function then Red
- if the planned date is withing today(3) then yellow
Brent C. Wilson, P.Eng, PMP, Prince2
Facilityy Professional Services Inc.
http://www.facilityy.com
Answers
-
@Rob_NYC your question is a two-parter...
- The dates need to be calculated and are simple math
- in the [Lan Migration Complete Planned] it would be =[Go-Live Target]
- In the [LAN Migration Scheduled Planned] it would be =[Lan Migration Complete Planned]-5
- In [LAN Migration Ready Approved Planned] it would be =[LAN Migration Scheduled Planned]-10
- In the [Lan Migration Ready Planned] it would be =[LAN Migration Ready Approved Planned]-13
Then you would use conditional formats in for each cell.. It is a lot of coding for the individual cells..
But you would have 3 conditional formats for each of the 4 cells so a total of 12
For each cell you would need
- if it has a date then green
- if it is the planned date using the Today() function then Red
- if the planned date is withing today(3) then yellow
Brent C. Wilson, P.Eng, PMP, Prince2
Facilityy Professional Services Inc.
http://www.facilityy.com
-
Brent
Thank you very much!
Rob
Thank you very much for any help!😉
Rob
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!