Can I create conditional formatting to highlight an entire row of columns?

Hello,

I have a sheet set up to keep track of Overtime, Comp Time and Sick Leave requests. There are 14 columns. I want the row to change color when ALL 14 are filled in. Is this possible?

I'd appreciate any help.

Terri



Best Answers

  • Tjmarget
    Tjmarget ✭✭
    Answer ✓

    Hi Paul,

    If there are drop down choices, I put @row<>"" and if it is a cell that is either blank or populates like names or dates, I clicked on it. Below is how it currently looks and I am getting an "Invalid Data type" error. Any ideas? Much appreciated!

    =IF(AND([Employee Name]1, [T&L]1, [OT/CT/ Sick Leave]@row <> "", [Start Date]1, [Start Time]1, [End Date]1, [End Time]1, [Total Time]@row <> "", Justification1, [Scheduled?]@row <> "", [Call Back?]@row <> "", [Lunch Break?]@row <> "", [Supervisor Approval]@row <> "", [VATAS Status - Timekeeper Only]@row <> ""), 1)

Answers