sarahsarah
New Member
- Joined
- Feb 21, 2012
- Messages
- 3
I have data that I need to format (a la a Gantt chart).
The data is:
-Project Name
-Project Health (3=red, 2=yellow, 1=green)
-Durations of project
My formula to code the Duration of the project works and is this: =AND(P$3>=$J4, O$3<=$M4).
However, I want to amend this formula so I can shade the Durations different colors based on their Project Health.... something along the lines of IF project health = 3, and =AND(P$3>=$J4, O$3<=$M4), then Color will be RED.
I cannot figure out how to amend the formula to do this... anyone have any ideas?
Thanks!
The data is:
-Project Name
-Project Health (3=red, 2=yellow, 1=green)
-Durations of project
My formula to code the Duration of the project works and is this: =AND(P$3>=$J4, O$3<=$M4).
However, I want to amend this formula so I can shade the Durations different colors based on their Project Health.... something along the lines of IF project health = 3, and =AND(P$3>=$J4, O$3<=$M4), then Color will be RED.
I cannot figure out how to amend the formula to do this... anyone have any ideas?
Thanks!