Forum Discussion

xaguilar12's avatar
xaguilar12
Copper Contributor
Jul 16, 2019
Solved

Help with Conditional formatting Excel

I am trying to create a Colored Matrix to show errors in my data. I want to be able to see all of the cells that are blank in one column only if there is a specific value in another column. For examp...
  • Roger Govier's avatar
    Jul 16, 2019

    xaguilar12 

    Select the complete range of your data.

    Go to Conditional Formatting > Use Formula to determine which cells to format > enter

    =AND(A1="apple",E1="")

Resources