Forum Discussion
xaguilar12
Jul 16, 2019Copper Contributor
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...
- Jul 16, 2019
Select the complete range of your data.
Go to Conditional Formatting > Use Formula to determine which cells to format > enter
=AND(A1="apple",E1="")
xaguilar12
Jul 16, 2019Copper Contributor
Thanks so much! Do you know what to do if I want to highlight every Apple cell in Column A that contains every value except for a specific name in column E- such as "Eric"?
SergeiBaklan
Jul 16, 2019Diamond Contributor