Conditional Format

Status
Not open for further replies.

Steve 1962

Active Member
Joined
Jan 3, 2006
Messages
343
Office Version
  1. 365
Platform
  1. Windows
HI

I have a value in cell A1 (say 5) and values in both cell B1 (say 11) and C1 (say 5). I need to highlight cell A1 each time there is not a match in either cell B1 or C1.

Thanks
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
you could use the following formula in conditional format formula bar.

=IF(COUNTIFS(B1:C1,A1)>0,TRUE,FALSE)


1626152950251.png



Kind regards

Saba
 
Upvote 0
Just one more -

I have values in A1 and B1 and values in C1 and D1.

If the count of values in C1 & D1 (can be either 0, 1 or 2 as there are only two colums) does not equal the count of values in A1 & B1 (can be either 0, 1 or 2 as there are only two colums), then I need to conditional format (TRUE).

Thanks
 
Upvote 0
Duplicate to: Conditonal Format (2)

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

In relation to your question here, I have closed this thread so please continue in the linked thread.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,213,546
Messages
6,114,256
Members
448,557
Latest member
richa mishra

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top