G georg0307 Registered User. Local time Today, 20:52 Joined Sep 11, 2014 Messages 91 Feb 8, 2021 #1 Dear All. could you please hlp me? I need to aggregate all sheets data (the same for all A:A) in a new sheet, so that I obtain a unique field with all data. Thanks in advance Georg Attachments TEST.zip TEST.zip 83.5 KB · Views: 239
Dear All. could you please hlp me? I need to aggregate all sheets data (the same for all A:A) in a new sheet, so that I obtain a unique field with all data. Thanks in advance Georg
Gasman Enthusiastic Amateur Local time Today, 19:52 Joined Sep 21, 2011 Messages 17,081 Feb 8, 2021 #2 Is this a regular requirement?, as a quick copy and paste would be the best way if not.? Else look at moving through all worksheets https://www.google.com/search?q=vba...j0i22i30l6.10511j0j4&sourceid=chrome&ie=UTF-8 Finding last line of data https://www.google.com/search?sxsrf...pgBAKABAaoBB2d3cy13aXrIAQjAAQE&sclient=psy-ab Setting range with a variable https://www.google.com/search?q=set...2j0i22i30l7.7133j0j9&sourceid=chrome&ie=UTF-8 HTH
Is this a regular requirement?, as a quick copy and paste would be the best way if not.? Else look at moving through all worksheets https://www.google.com/search?q=vba...j0i22i30l6.10511j0j4&sourceid=chrome&ie=UTF-8 Finding last line of data https://www.google.com/search?sxsrf...pgBAKABAaoBB2d3cy13aXrIAQjAAQE&sclient=psy-ab Setting range with a variable https://www.google.com/search?q=set...2j0i22i30l7.7133j0j9&sourceid=chrome&ie=UTF-8 HTH
G georg0307 Registered User. Local time Today, 20:52 Joined Sep 11, 2014 Messages 91 Feb 8, 2021 #3 Hi, at the end of the year there will be a lot sheets (1 per day), the column A:A is the same for all sheets. it will be regular equirement. Thanks in advance for prompt answer Georg
Hi, at the end of the year there will be a lot sheets (1 per day), the column A:A is the same for all sheets. it will be regular equirement. Thanks in advance for prompt answer Georg
Gasman Enthusiastic Amateur Local time Today, 19:52 Joined Sep 21, 2011 Messages 17,081 Feb 8, 2021 #4 FWIW with Excel, at least you can use the macro recorder to start with the basic code, then modify to suit.? That is how I learnt a lot of my Excel plus Googling of course. You also need to check your data as it is not all just numbers?
FWIW with Excel, at least you can use the macro recorder to start with the basic code, then modify to suit.? That is how I learnt a lot of my Excel plus Googling of course. You also need to check your data as it is not all just numbers?
arnelgp ..forever waiting... waiting for jellybean! Local time Tomorrow, 02:52 Joined May 7, 2009 Messages 20,363 Feb 8, 2021 #5 for test, use Test.xlsm on the ribbon->Home, there is a Custom Group (Consolidate). click this button and click on the Sheet where you want to save the consolidated result. Attachments TEST.zip TEST.zip 193.7 KB · Views: 147
for test, use Test.xlsm on the ribbon->Home, there is a Custom Group (Consolidate). click this button and click on the Sheet where you want to save the consolidated result.