If And Conditional Formatting

honeybeebzz

New Member
Joined
Jul 18, 2017
Messages
1
Hello,

I am wondering if anyone can help me. I currently have a Conditional Formatting set up to highlight a cell if it is a duplicate. Is it possible to highlight a cell if it's duplicate and another cell contains specific text. In my spreadsheet, there is a name in column D that I want highlighted but only if column Q shows the word "open". I might have the name listed in the spreadsheet elsewhere but it has already been worked and therefore shows "closed" in column Q.

Thank you.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Welcome to the Board!

In my spreadsheet, there is a name in column D that I want highlighted but only if column Q shows the word "open".
Does it need to be on the same row?

It might actually be best to post a small sample of your data, and show us what you want the end result to look like.
While you cannot upload files to this site. But there are tools you can use to post screen images. They are listed in Section B of this link here: http://www.mrexcel.com/forum/board-a...forum-use.html. Also, there is a Test Here forum on this board that you can use to test out these tools to make sure they are working correctly before using them in your question.
 
Upvote 0
Assuming you ant the open to be on the same row

In conditional formatting try
adjust ranges as need
Code:
=AND(SUMPRODUCT(--($D$2:$D$18=D2))>1,(Q2="open"))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,824
Messages
6,181,186
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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