Conditional format duplicates for part of cells only

angeloudaki

New Member
Joined
Jul 7, 2015
Messages
46
Anyone know the conditional formatting formula for highlighting cells where characters before '@' match? These characters before '@' can range from 3 to 6 letters/numbers in length so I can't use the "first 4" formula, and the characters after the '@' also differ so I can't use that as an identifier... AAAGH!

:)
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Is this what you mean?

Excel Workbook
A
1abc@def
2tom.smith@somewhere.com.uk
3abc@anywhere.com
4abcd@def
5Jim@jam
6tom.smith@somewhere.com.uk
7
8
9
10
CF Dupes
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A11. / Formula is =COUNTIF(A$1:A$10,LEFT(A1,FIND("@",A1))&"*")>1Abc
 
Last edited:
Upvote 0

Forum statistics

Threads
1,221,418
Messages
6,159,790
Members
451,589
Latest member
Harold14

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