Conditionally format worksheet text from multiple cells containing text.

bradjsteve88

New Member
Joined
Feb 10, 2022
Messages
4
Office Version
  1. 365
Platform
  1. Windows
I am looking to clean up the conditional formatting as this document will be used on multiple projects moving forward.

I am wanting to know if it is possible to have the rule CONTAINING TEXT 'FORMAT ONLY CELLS THAT CONTAIN" for;

Screenshot 2022-02-14 110423.png

  • 'Cell Value contains = $R$8 to instead be
  • Cell Value contains = '$R$8','$R$20','$R$21','$R$22','$R$23','$R$24' if possible.
Book1
ABCDEFGHIJKLMNOPQRS
1
2DO NOT EDIT PAST THIS COLUMN
314-02-22
4DESCRIPTIONCONTRACT ITEM (IF APPLICABLE)CAPTURED BYIDENTIFIEDFORECAST COMPLETIONACTUAL COMPDAYS OPENNEXT ACTION Team LeadRESPONSE BYSTATUSCOMMENT
5LIST
6HIGH LEVEL RISKSCOMPANY NAME
7R001AL09-Feb-2219-Feb-224AS14-Feb-22TRACKINGALAL
8R002AL11-Feb-2230-Apr-222ASTRACKINGCLIENTMT
9R003  END USERAD
10R004  CONTRACTORSAC
11R005  
12R006  
13  
14PROJECT GAPS  LEADS
15PG001AD04-Feb-227TRACKINGALAA
16PG002AD11-Feb-222TRACKINGAB
17PG003AC11-Feb-222NFTRACKINGAC
18PG004AD11-Feb-222TRACKINGAD
19PG005AC11-Feb-222NFTRACKINGAE
20PG006  CLIENTNF
21PG007  PS
22PG008  ES
23PG009  HF
24PG010  RH
25PG011  END USERDT
26DT
27DT
28
29
30CONTRACTORSDS
31RN
32FE
33SS
34AB
35
36
37
38
Risk Register
Cell Formulas
RangeFormula
Q3Q3=TODAY()
K7K7=Q3
B8:B12,B16:B25B8=B7+1
I7:I25I7= IF(H7>0,NETWORKDAYS(F7,H7), IF(F7>0,NETWORKDAYS(F7,$Q$3), IF(F7=0," ","")))
L7L7=IF(Q3<K7,"RESP.LATE", IF(H7>0,"CLOSED", IF(F7>0,"TRACKING", "")))
L8:L25L8=IF(H8>0,"CLOSED",IF(F8>0,"TRACKING",""))
Cells with Conditional Formatting
CellConditionCell FormatStop If True
K7:K25Cell Valuebetween TODAY()-1 and "today()-365"textNO
K7:K25Cell Valuebetween TODAY() and "today()+7"textNO
K7:K25Cell Valuebetween TODAY()+7 and "today()+30"textNO
K7:K25Cell Valuebetween TODAY()+31 and "today()+90"textNO
J7:J25,L7:L25Cell Valuecontains "CLOSED"textNO
J7:J25,L7:L25Cell Valuecontains "TRACKING"textNO
E:LCell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E7:L25Cell Valuecontains ""textNO
E15:E25,E4,E6:E13Cell Valuecontains ""textNO
E15:E25,E4,E6:E13Cell Valuecontains ""textNO
E15:E25,E4,E6:E13Cell Valuecontains ""textNO
E15:E25,E4,E6:E13Cell Valuecontains ""textNO
E15:E25,E4,E6:E13Cell Valuecontains ""textNO
E15:E25,E4,E6:E13Cell Valuecontains ""textNO
Cells with Data Validation
CellAllowCriteria
J7:J25List=LEADS
E7:E25List=COMPANIES
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
I am looking to clean up the conditional formatting as this document will be used on multiple projects moving forward.

I am wanting to know if it is possible to have the rule CONTAINING TEXT 'FORMAT ONLY CELLS THAT CONTAIN" for;
  • 'Cell Value contains = $R$8 to instead be
  • Cell Value contains = '$R$8','$R$20','$R$21','$R$22','$R$23','$R$24' if possible.

Hi,

It would be =OR(?cell=$R$8,?cell=$R$20,?cell=$R$21,etc......

where ?cell is your subject cell reference.
 
Upvote 0

Forum statistics

Threads
1,214,874
Messages
6,122,036
Members
449,062
Latest member
mike575

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