N
nrage21
I have the beginning of a list of names which could grow to 24000 rows
I defined a range = range1 = C4
24004
I place a function to flag duplicate records...
i.e. =IF(COUNTIF(Range1,C4)>1,"Duplicate","")
When I add or delete a record, excell begins calculating cells, thi
takes quite a while (over a minute). How can I improve the speed? I
there anything better that I can use as a function?
TIA
- Larry -
VBA Amateu
I defined a range = range1 = C4
24004I place a function to flag duplicate records...
i.e. =IF(COUNTIF(Range1,C4)>1,"Duplicate","")
When I add or delete a record, excell begins calculating cells, thi
takes quite a while (over a minute). How can I improve the speed? I
there anything better that I can use as a function?
TIA
- Larry -
VBA Amateu
