ConditionalF in table too slow. Other solution?

Weeble

Board Regular
Joined
Nov 30, 2016
Messages
95
Office Version
  1. 365
I have a table where column C are dates and column E are names.
I have a conditional formatting rule that checks for duplicates.. If date and name are duplicate, highlight red. My problem is that since I am using a table I can't specify a range ( excel don't support that yet? ) And right now I am at 12000 rows. When I want to filter it takes forever for excel.
Could I possibly use VBA to to the same thing but in a table range?

For example. VBA
IF Table1 updates
CHECK IF C and F = Duplicates
IF true = Highlight C to F
If false = break
 
If the table is created with Power Query, then I don't know if there is another way of doing it, as I've never used PQ.
Thank you for the advice. I'll see if I can find a VBA formula that marks duplicates red after a table updates.
 
Upvote 0

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.

Forum statistics

Threads
1,215,025
Messages
6,122,734
Members
449,094
Latest member
dsharae57

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