I am having an excel issue that is driving me crazy, mostly because I feel like I have reached some limit of excel where I do not have the processing power to do this task.
I have two columns that I need to do the following:
one column contains record ids and the other column contains information about those ids. The total number of record id's is 185629 and the total number of records containing the information is 498776.
My goal is to compare the two columns and do a special vlookup that will return the information values and if it finds an id that is the same it will return it in the same record but with just a comma or some other delimiter to separate the information. The link I sent does a better job of explaining my task.
I have followed both methods, the first method works but it takes about 1 second to run per record, so with my calculations it would take 52 or so hours to complete the task. The other way, using the kutools plugin just sends the computer into limbo where it says not responding until the computer falls asleep as per sleep settings. I feel like this method will either not work at all or still take 52 hours as well.
I have also followed all the tips in this guide to make formulas run faster:
http://professor-excel.com/15-ways-to-speed-up-excel/
My processor is a laptop intel core i7-4720HQ 2.59GHZ and I have excel set to utilize all 8 cores.
My spreadsheet is originally from an SQL database which I imported though the data tab on excel. What do you guys think? Is this too much data for a custom vlookup to crunch quickly? Is there anything else I should try? Have you worked with this much data in Excel Before? Thanks!