I have a CSV file with dates, times, and integers. They are as follows:
9/15/2004 13:12,20.1
9/15/2004 13:16,25.4
9/15/2004 13:18,68.6
9/15/2004 13:24,52.3
and so on down the list
I need to make a script file in another spread sheet to find the data in the CSV file, sort it into 6 different four hour time slots starting with Midnight – 4a.m., and then average the integers in the particular time slots. I need to return the averages in particular cells in the spreadsheet.
If anyone can help me with this I would appreciate it.
Thanks,
Nick