indesignkat
Member
I have 3 lists of 6 digit numbers. The lists range in length from ~50,000 to about ~80,000. I want to make one list that includes only the 6 digit numbers that are present in all three lists. I don't want to use VBA unless it's a considerable speed advantage as I need to be able to explain how to do it to people that aren't very familiar with excel.
I'm doing it now by putting the three lists on one excel sheet (A1:C80000), then generating a list of just the unique values, then using countif to see how many times each unique value appears in that range. The problem with this is that it takes a very long time for excel to do the counting. It'll work for me today, but I'll need to do this again periodically so I'm looking for a faster method.
any ideas?
I'm doing it now by putting the three lists on one excel sheet (A1:C80000), then generating a list of just the unique values, then using countif to see how many times each unique value appears in that range. The problem with this is that it takes a very long time for excel to do the counting. It'll work for me today, but I'll need to do this again periodically so I'm looking for a faster method.
any ideas?