Hi there,
I have a large dataset using unique # for every customer, over 450k of them. Each of these customers also has a customer ID number.
I have a set of data where the # has been extracted but it should have been the customer ID number.
I have this code to match the customer ID to the # but due to the number or records, it slows excel a lot.
=IF(ISNA(INDEX(J:J,MATCH(C4,I:I,0))),"",INDEX(J:J,MATCH(C4,I:I,0)))
Is there a VBA solution to do exactly what that formula does, which would used less memory process please?
Thanks,
Ian
Bookmarks