Need data where ever we get all the letters

sksanjeev786

Well-known Member
Joined
Aug 5, 2020
Messages
961
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi Team,

I need a data if that cell has all the letters based on row 2 ie. "'56 BCDEFGHIJKLMNOP" has all the letters except Colunm A need to highlight or pull the data in a separate cell

same for '48 ACDEFGHIJKLMNOP except for column B (Based on row 2 )

book1
ABCDEFGHIJKLMNOPQ
2ABCDEFGHIJKLMNOP
3
4TBCA56 BCDEFGHIJKLMNOP43 FGHIJKLMNOP42 FGHIJKLMNOP40 FGHIJKLMNOP39 FHIJKLMNOP29 HIJKLMNOP34 FHIJKLMNOP22 IKLMNOP15 LMP18 KLMNOP14 P111114 P1310
5Unaided Awareness38 CDFGHIJKLMNOP48 ACDEFGHIJKLMNOP21 HIJKLMNOP24 HIJKLMNOP42 CDFGHIJKLMNOP28 CHIJKLMNOP32 CDHIJKLMNOP12 IJKLMNOP7 JKLMNOP4 MNOP4 MNOP3 MOP1211
6Consideration (Top 2 Box)60 CDEFGHIJKLMNOP59 CDEFGHIJKLMNOP45 GHIJKLMNOP49 FGHIJKLMNOP46 FGHIJKLMNOP40 HIJKLMNOP38 HIJKLMNOP26 IJLMNOP21 LMNOP21 LMNOP22 LMNOP1413151513
Sheet1
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Is this Conditional Formatting what you mean?

24 08 13.xlsm
ABCDEFGHIJKLMNOPQ
2ABCDEFGHIJKLMNOP
3
4TBCA56 BCDEFGHIJKLMNOP43 FGHIJKLMNOP42 FGHIJKLMNOP40 FGHIJKLMNOP39 FHIJKLMNOP29 HIJKLMNOP34 FHIJKLMNOP22 IKLMNOP15 LMP18 KLMNOP14 P111114 P1310
5Unaided Awareness38 CDFGHIJKLMNOP48 ACDEFGHIJKLMNOP21 HIJKLMNOP24 HIJKLMNOP42 CDFGHIJKLMNOP28 CHIJKLMNOP32 CDHIJKLMNOP12 IJKLMNOP7 JKLMNOP4 MNOP4 MNOP3 MOP1211
6Consideration (Top 2 Box)60 CDEFGHIJKLMNOP59 CDEFGHIJKLMNOP45 GHIJKLMNOP49 FGHIJKLMNOP46 FGHIJKLMNOP40 HIJKLMNOP38 HIJKLMNOP26 IJLMNOP21 LMNOP21 LMNOP22 LMNOP1413151513
Check letters
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B4:Q6Expression=COUNT(FIND($B$2:$Q$2,B$2&B4))=COLUMNS(B$2:Q$2)textNO
 
Upvote 1
Solution
Is this Conditional Formatting what you mean?

24 08 13.xlsm
ABCDEFGHIJKLMNOPQ
2ABCDEFGHIJKLMNOP
3
4TBCA56 BCDEFGHIJKLMNOP43 FGHIJKLMNOP42 FGHIJKLMNOP40 FGHIJKLMNOP39 FHIJKLMNOP29 HIJKLMNOP34 FHIJKLMNOP22 IKLMNOP15 LMP18 KLMNOP14 P111114 P1310
5Unaided Awareness38 CDFGHIJKLMNOP48 ACDEFGHIJKLMNOP21 HIJKLMNOP24 HIJKLMNOP42 CDFGHIJKLMNOP28 CHIJKLMNOP32 CDHIJKLMNOP12 IJKLMNOP7 JKLMNOP4 MNOP4 MNOP3 MOP1211
6Consideration (Top 2 Box)60 CDEFGHIJKLMNOP59 CDEFGHIJKLMNOP45 GHIJKLMNOP49 FGHIJKLMNOP46 FGHIJKLMNOP40 HIJKLMNOP38 HIJKLMNOP26 IJLMNOP21 LMNOP21 LMNOP22 LMNOP1413151513
Check letters
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B4:Q6Expression=COUNT(FIND($B$2:$Q$2,B$2&B4))=COLUMNS(B$2:Q$2)textNO

Perfect!! thank you so much Peter :)
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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