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

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
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,215,537
Messages
6,125,398
Members
449,222
Latest member
taner zz

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