I have following table and I want to build a conditional formatting or Macro to highlight the cell value column A if following criteria is not meeting..
if all column values are Yes > all good.. no action required. if Column B, C or D value is "No"; check Column A Cell value for "NO"; if it is different, change the background color of Column A Cell value as red.
similarly, if Column B,C, and Column Values are "Yes" but Column A cell value is "NO"; change the background color of Column A cell value as Red.
here is an example:
StablePlan CaseCount StockCount TotalCount
Yes Yes Yes Yes
Yes Yes No Yes
No Yes Yes Yes
No Yes Yes No
Yes Yes Yes Yes
Currently using (but not working):
=OR($A3="NO",$B3="No",$C3="No",$D3="No")