Conditional formating

thewardn

New Member
Joined
Jan 21, 2025
Messages
7
Office Version
  1. 2016
Platform
  1. Windows
I am trying to make columns p-z turn green when contain the word "gap" and column aa contains "outed" only when both of theses match in the same line to change columns with gap to green.
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
This is a image of kinda what im working with couldnt get it to attach to original post
 

Attachments

  • 1000007331.jpg
    1000007331.jpg
    199.9 KB · Views: 2
Upvote 0
Welcome to the MrExcel board!

I suggest that you investigate XL2BB for providing sample data to make it easier for helpers by not having to manually type out sample data to test with.
(If you have trouble with XL2BB, review the "XL2BB Icons greyed out" link in the 'Known XL2BB issues' section near the top of the XL2BB Instructions page linked above.)

Is this what you want?

25 01 21.xlsm
OPQRSTUVWXYZAA
7FULFILLED
8FULFILLED
9FULFILLED
10FULFILLED
11FULFILLED
12FULFILLED
13GAPGAPOUTED
14GAPFULFILLED
15FULFILLED
16GAPFULFILLED
17FULFILLED
CF
Cells with Conditional Formatting
CellConditionCell FormatStop If True
O7:Z17Expression=AND(O7="GAP",$AA7="OUTED")textNO
 
Upvote 0
Solution

Forum statistics

Threads
1,226,093
Messages
6,188,871
Members
453,505
Latest member
BigVince

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