I need to modify the following formula to include additional AND conditions.
=IF(Finished12 = 1, "Blue", IF(Target12 >= TODAY(+14), "Green", IF(AND(Target12 >= TODAY(+7), Target12 < TODAY(+14, "Yellow", IF(AND(Target12 < TODAY(+7),%COMPLETE>70, "Red"))))
The additional condition would be in the third if and would be Percent Complete is less than .5.
Any ideas?