A project manager has a sheet with project statuses in column C ('Not Started', 'In Progress', 'Complete'). They want to highlight the entire project row (A:E) in green as soon as the status in column C is changed to 'Complete'. Which custom formula should be applied to the range A2:E100 to achieve this?
-
A
=$C2="Complete"
-
B
=C2="Complete"
-
C
=$C$2="Complete"
-
D
=C:C="Complete"