Advanced Conditonal Formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Want to see if there's a way I can make a cell turn red if the value it
contains is 15 minutes (or more) higher or lower than the value in the
adjacent cell.

Is this possible?
 
One way:

Assume the entry cell is A1 and the "adjacent cell" is B1.

Select A1 and enter this cf:

CF1: Formula Is =ABS(B1-A1)>=TIME(0, 15, 0)
Format1: Pattern/Red
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top