diurpaneus
New Member
- Joined
- Jun 2, 2023
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hi all,
I found this lovely community while googling for a solution to an issue I have. I want to kindly ask for your help with it.
I have this huge dataset, with 8000+ rows. It is basically an exported *.xlsx file from a database. For each client there is a specific ID and next to it there is a column with how many times that client was logged in. The database crates a separate row for each date - so after sorting according to Client_ID i had all client IDs grouped by number. Afterwards I found a VBA that enabled me the merge the cells with the same client ID - as in from Scenario 1 I am now in Scenario 2.
Now I am stuck - I want now to merge the cells on the colum Times_logged, based on the merging in column Client_ID AND to sum up the values. I found VBAs that merge cells based on the merging in other columns on this forum, but without summing the values up.
Could someone please help me out with some advice?
Thanks a lot in advance!!
I found this lovely community while googling for a solution to an issue I have. I want to kindly ask for your help with it.
I have this huge dataset, with 8000+ rows. It is basically an exported *.xlsx file from a database. For each client there is a specific ID and next to it there is a column with how many times that client was logged in. The database crates a separate row for each date - so after sorting according to Client_ID i had all client IDs grouped by number. Afterwards I found a VBA that enabled me the merge the cells with the same client ID - as in from Scenario 1 I am now in Scenario 2.
Now I am stuck - I want now to merge the cells on the colum Times_logged, based on the merging in column Client_ID AND to sum up the values. I found VBAs that merge cells based on the merging in other columns on this forum, but without summing the values up.
Could someone please help me out with some advice?
Thanks a lot in advance!!