Forum Discussion
matthew baker
Sep 25, 2018Copper Contributor
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...
- Sep 26, 2018
the second one, =AND(A1=0,B1<>"") is working for me, with the format as Time
matthew baker
Sep 26, 2018Copper Contributor
It's actually formatted for "Time". I tried the suggested formula but it didn't work. Is there a different format need for a "Time" format?
BobOrrell
Sep 26, 2018Iron Contributor
the second one, =AND(A1=0,B1<>"") is working for me, with the format as Time
- matthew bakerSep 26, 2018Copper Contributor
It worked! I had quotations around the 0 that was preventing it from working. Thank you for your help!
- BobOrrellSep 26, 2018Iron Contributor
Great to hear. You're welcome, I'm glad I could help.