Grimezy
Prolific Poster
I'm trying to get 90,000 rows of data on excel into an easy to filter pivot table. I did it easily with 2000 rows but we have some more in-depth data that's laid out a bit different.
Basically it's data from a Flow-monitoring survey. We sub-contracted it out for our client and now that he's had the final report he basically keeps coming back to us for help because he can't manipulate the data and the company we subbed it to are quite frankly useless.
My excel data has 4 columns, Date (with the time next to it), Depth, flow and intensity. Then 90,000 readings taken in a 13 week (I think) period every 2 minutes. The client wants to see this in like a daily average rather than every 2 minutes so I should technically be able to select all and then insert a pivot table and it should group all the readings from the date into the same filter and show me the average for that day. HOWEVER, my date columns are like "21/12/2012 00:02" showing the time the reading was taken at. On the 2000 row spreadsheet the times were already separated in a different column so it was easy to work around... this one is proving more difficult.
So I've tried formatting the cells into a date format that only shows the date and not the time. It worked with one but I'm fairly sure that's because the time was 00:00 so it just ignored the 0's. For the rest of them I can get it to display as the date only but the time is still there in the formula bar so my pivot table isn't grouping them like it should.
So what I'm asking you guys is is there any way I can create a formula that splits the date and times into 2 columns (kind of like the =RIGHT + =LEFT) formulas... Which I suppose I could do =LEFT and then do the right number of characters just for the date... And then hide the column with the date and time in and just use my new date one... This brainstorming malarky is brilliant..
But I'm still not sure this would be the best way, is it something where I could create a macro to delete the same things in every cell? Or is there any way to set my pivot table to filter out the times and just look at the dates?
After this rant I'm thinking the =LEFT formula could be the best bet... Why didn't I think of that earlier. Any advice that might be easier would be much appreciated!
Basically it's data from a Flow-monitoring survey. We sub-contracted it out for our client and now that he's had the final report he basically keeps coming back to us for help because he can't manipulate the data and the company we subbed it to are quite frankly useless.
My excel data has 4 columns, Date (with the time next to it), Depth, flow and intensity. Then 90,000 readings taken in a 13 week (I think) period every 2 minutes. The client wants to see this in like a daily average rather than every 2 minutes so I should technically be able to select all and then insert a pivot table and it should group all the readings from the date into the same filter and show me the average for that day. HOWEVER, my date columns are like "21/12/2012 00:02" showing the time the reading was taken at. On the 2000 row spreadsheet the times were already separated in a different column so it was easy to work around... this one is proving more difficult.
So I've tried formatting the cells into a date format that only shows the date and not the time. It worked with one but I'm fairly sure that's because the time was 00:00 so it just ignored the 0's. For the rest of them I can get it to display as the date only but the time is still there in the formula bar so my pivot table isn't grouping them like it should.
So what I'm asking you guys is is there any way I can create a formula that splits the date and times into 2 columns (kind of like the =RIGHT + =LEFT) formulas... Which I suppose I could do =LEFT and then do the right number of characters just for the date... And then hide the column with the date and time in and just use my new date one... This brainstorming malarky is brilliant..
But I'm still not sure this would be the best way, is it something where I could create a macro to delete the same things in every cell? Or is there any way to set my pivot table to filter out the times and just look at the dates?
After this rant I'm thinking the =LEFT formula could be the best bet... Why didn't I think of that earlier. Any advice that might be easier would be much appreciated!