Is there a formula that I can make use of that would do the following:
1. find duplicate rows (date/activity/time) and merge them into a single row and add the time value of all rows. (i.e. 5 rows with the same content, each valued at 0.1. Merge to 1 row with a value of 0.5); or
2. Find row with 'Email sent to John Smith on January 1, 2024' and if there is another row with 'Email from John Smith on January 1, 2024' then merge row to read 'Emails exchanged with John Smith on January 1, 2024'
For example, take these entries:
And then turn it into this:
Any guidance would be appreciated!
Many Thanks!
1. find duplicate rows (date/activity/time) and merge them into a single row and add the time value of all rows. (i.e. 5 rows with the same content, each valued at 0.1. Merge to 1 row with a value of 0.5); or
2. Find row with 'Email sent to John Smith on January 1, 2024' and if there is another row with 'Email from John Smith on January 1, 2024' then merge row to read 'Emails exchanged with John Smith on January 1, 2024'
For example, take these entries:
And then turn it into this:
Any guidance would be appreciated!
Many Thanks!