Conditional Format formula help

ezd960

New Member
Joined
Feb 1, 2022
Messages
2
Office Version
  1. 2010
Platform
  1. Windows
I'm trying to find a formula to use conditional formatting in cell E13 when 2 words appear inside B4:B8 from a list of words at E5:E9. I have attached a picture to visually describe what I'm trying to accomplish. Tried using Search and Find but cant figure it out :(


Any help would be appreciated.

Dave
 

Attachments

  • Excel help.png
    Excel help.png
    14.4 KB · Views: 5

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Hi,

Based on your description:

Book3.xlsx
ABCDEF
1
2
3
4
5GBPUSDGBPJPY
6GBPUSD
7NZDUSDAUDJPY
8EURJPY
9NZDUSD
10
11
12
13
14
Sheet974
Cells with Conditional Formatting
CellConditionCell FormatStop If True
E13Expression=AND(COUNTIF(B4:B8,E6),COUNTIF(B4:B8,E9))textNO
 
Upvote 0
Solution

Forum statistics

Threads
1,215,626
Messages
6,125,896
Members
449,271
Latest member
bergy32204

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