Conditional Formatting

cdnqte

Board Regular
Joined
Jul 14, 2004
Messages
132
I have a sheet that has multiple lines of data and in many cases there are repeated lines because I am linking headers and lines.

For example:

A B C D E F
Contract Customer Name Contract Date Charge qty Price
RC10111 Jim Smith Contract 01/01/16 FRT 1 50.00
RC10111 Jim Smith Contract 01/01/16 SUB 1 150.00
RC10111 Jim Smith Contract 01/01/16 PRT 1 35.00
RC10980 Pow Wow Contract 12/15/16 SUB 1 350.00
RC10350 Hot Rod Contract 03/01/16 DEL 1 800.00
RC10350 Hot Rod Contract 03/01/16 SUB 1 300.00

I want to conditional format it so that for the rows with duplicate data in A-C the font is white - only the first row should be in the default font for columns a-c then the rest would be white but d-f would remain in the default text

Any help/suggestions would be greatly appreciated!!!
 
Last edited:

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Hello, have you tried this one?
=AND(COUNTIF($A$4:A4,A4)>1,COUNTIF($B$4:B4,B4)>1,COUNTIF($C$4:C4,C4))

 
Last edited by a moderator:
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,040
Members
449,063
Latest member
ak94

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