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 fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,214,819
Messages
6,121,739
Members
449,050
Latest member
excelknuckles

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