Agreed.
If Iād generated a new sheet and resorted the data, and then the original data changed on the first sheet.
Iād have to link the data with the first sheet. Iāve done that before and itās a right pain in the hole.
Agreed.
If Iād generated a new sheet and resorted the data, and then the original data changed on the first sheet.
Iād have to link the data with the first sheet. Iāve done that before and itās a right pain in the hole.
The dark wet day has arrived and success has arrived with it. Thanks!
Just need to transfer it to the main page nowā¦
So I have hundreds of individual excel templates
Standard naming convention on each
I want to extract 30 data points from each template onto a master file
Whats the plan
Iād do this using a programming language. Load them in to pandas in python and scrape what you need out
I dont know how you could do it natively in excel
OK thatās not an option. Not a work related issue so on my own
They should have designed the template around the ultimate reporting but of course they fkn didnāt
Prob 15000 data points to be collected the effort and potential for fuck ups is monstrous
Do you mean spreadsheet when you say template? Is all the data in one file ?
Im guessing people got sent templates to populate with information. They now have the templates/workbooks returned and they need to extract certain information.
Fairly easy to do with pythonā¦
How soon does this need to be done fella. If it isnāt sensitive information i could throw an executable together for you
As the Kerry farmer said when asked whatās the quickest way to Killarney, āWell, I wouldnāt start from hereā.
Sounds messy, I have done something like this, using the below, but it was only for a handful of spreadsheets. Not sure how it would work for hundreds
Python is a great bit of kit.
BIC and IBAN type details? Ruh roh.
Correct
You could do it with a Macro I guess, write it to retrieve the data from the files and store as you need it in a summary file. Handy if the files are all in the same format, if theyāre not it will be a bit of a nightmare. Something like the below could get you started.
Iāve done this kind of thing with SQL Server before but youād want the data in the files in a table format really which I presume it isnāt.
VBA or Power Query.
I asked a fella at work today he said heād do it for me using macros as long as they were all a standard naming convention, which they are
He reckoned it was a handy enough job and heād run it when he was leaving work some evening and would be done in an hour or so
You can double check it on the morning with copy and paste.
I made a fucking beautiful spreadsheet today. All sorts of magic things were happening in it. It was a thing of beauty. I took the rest of the day off then.
Recursion is a thing of beauty in the hands of an expert like yourselfā¦ā¦
lads if i have 2 columns of data (Column A 1900 entries and Column B 1200 entries) how do I find the 700 ones that are not common to both, if that makes sense?
Two rows of words or what? What do you want to do with the 700 not common ones?
Gives two some made up data that is similar as an example