GeolAssistant
New Member
- Joined
- May 29, 2020
- Messages
- 2
- Office Version
- 2013
- Platform
- Windows
Hi Community,
I´m working on a summary sheet (by date and within a time span (between 2 dates)) and all fine with numeric values, but i can´t figure out how to aproach the columns with cells/columns containing text. For some columns i have to get all disctinct values in one cell for a given day, on others get the first and last value.
The source data can have tens of thousands rows and several entries for a single day, adicionally the text values can repeat within a day.
I could loop through the range evaluating each row to see if it is the correct date and get the value, avaluate it again to see if i already have it for that specific date, and then add it to an array, but whit the amount of data and all the times i would have to run it (1 time for each day within the time span) it could take a while, i think there´s have to be a better way.
What is the fastest/efficient way to acommplish that?
This is the source sheet:
This is what i have to accomplish:
The summary has one entry for day, i have to get rows B, C, D and E, and that came from sorce sheet in columns S, Q and A respectively.
Thanks in advance
I´m working on a summary sheet (by date and within a time span (between 2 dates)) and all fine with numeric values, but i can´t figure out how to aproach the columns with cells/columns containing text. For some columns i have to get all disctinct values in one cell for a given day, on others get the first and last value.
The source data can have tens of thousands rows and several entries for a single day, adicionally the text values can repeat within a day.
I could loop through the range evaluating each row to see if it is the correct date and get the value, avaluate it again to see if i already have it for that specific date, and then add it to an array, but whit the amount of data and all the times i would have to run it (1 time for each day within the time span) it could take a while, i think there´s have to be a better way.
What is the fastest/efficient way to acommplish that?
This is the source sheet:
This is what i have to accomplish:
The summary has one entry for day, i have to get rows B, C, D and E, and that came from sorce sheet in columns S, Q and A respectively.
Thanks in advance