help with a conditional formatting formula

T

todd

Hi, I am trying to make a formula using conditional
formating to turn a cell (A9)red if two cells match and a
third doesn't.

Here is what I have and it isn't working. Can someone
help?

=If(AND(B4=B10,(A10<>B10)))


B4 = Invoices to Enter
B10 = Invoices Entered
A10 = Information Entered Verified

A9 = cell with conditional format
 
B

Bob Phillips

Todd,

Just use

=AND(B4=B10,A10<>B10)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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

Top