Forum Discussion

Matt94's avatar
Matt94
Copper Contributor
Jan 30, 2020
Solved

Conditional Formatting Help

I am a department supervisor at a large medical center. Every morning, I create a spreadsheet that details where each of my employees will be at each hour of the day, as they rotate post locations ho...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jan 30, 2020

    Matt94 

    So, mandatory locations are defined somewhere in Excel

    let say in L1:L6. Actually it could be in another hided sheet, doesn't matter. Let add in J3 formula

     

    =SUM(COUNTIF($L$1:$L$6,B$3:I$3))

     

    and drag it down till end of the range. It returns 6 if all mandatory locations are listed in the row, less number otherwise.

    After that apply conditional formatting with icons set to our cells in column J

    In rule description

    select Type Number, set 6 for first value and zero for next one; select from drop down list desired icons for first two; and select Show Icon Only.

Resources