Forum Discussion

matthew baker's avatar
matthew baker
Copper Contributor
Sep 25, 2018
Solved

Conditional formatting using data from 2 different cells

Hello, I am trying to conditionally format a cell to change fill color if it's own value equals "0:00" AND if another specific cell of my choosing has any value. What would be the best way to do this...
  • BobOrrell's avatar
    BobOrrell
    Sep 26, 2018

    the second one, =AND(A1=0,B1<>"") is working for me, with the format as Time

Resources