Forum Discussion

ShainaDay88's avatar
ShainaDay88
Copper Contributor
Mar 15, 2023

Excel - Nested formulas in conditional formatting - Nightmare!

I can not figure out how to conditionally format other rows that match the value highlighted in column D. Column D is formatted by Column AB containing "Not Loaded" - I need to highlight the other ro...
  • Hecatonchire's avatar
    Mar 16, 2023

    Add this conditional formatting in second position

     

    =COUNTIFS($D$5:$D$9;$D5;$AB$5:$AB$9;"Not Loaded")

     

    Adjust value 9

     

     

    ShainaDay88 

Resources