Conditional Formatting

gtd526

Well-known Member
Joined
Jul 30, 2013
Messages
657
Office Version
  1. 2019
Platform
  1. Windows
Hello,
Im not sure why Conditional Formatting is acting this way.
I assume, I might need a different formula.
thx

My Macro Copy_Talentos SAH Artists_ - EXCEL.xlsm
AB
1Named Range
2NameRange
3_xlfn.IFERROR=#NAME?
4_xlfn.MAXIFS=#NAME?
5_xlfn.MINIFS=#NAME?
6AAge=Adults!$H:$H
7ABday=Adults!$I:$I
8ADays=Adults!$J:$J
9ANames=Adults!$B:$B
10ASex=Adults!$K:$K
11KAge=Kids!$H:$H
12KBDay=Kids!$I:$I
13KDays=Kids!$J:$J
14KNames=Kids!$B:$B
15KRep=Kids!$C:$C
16KSex=Kids!$K:$K
17TAge=Teens!$H:$H
18TBDay=Teens!$I:$I
19TDays=Teens!$J:$J
20TNames=Teens!$B:$B
21TRep=Teens!$C:$C
22TSex=Teens!$K:$K
Specs
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A:AExpression=LEFT($A2,1)="A"textNO
A:AExpression=LEFT($A2,1)="T"textNO
A:AExpression=LEFT($A2,1)="K"textNO
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
The formula must refer to the first row in the applies to range.
As you are using the entire column it should be A1 not A2
 
Upvote 0
Solution
The formula must refer to the first row in the applies to range.
As you are using the entire column it should be A1 not A2
Works. Thank you for the input.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,885
Messages
6,122,090
Members
449,065
Latest member
Danger_SF

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