Prevost
Board Regular
- Joined
- Jan 23, 2014
- Messages
- 198
Hi there. I have a list of electricity use data that I need to use to create a chart. Each row entry contains a calculates an hourly kilowatt hour use extrapolated from an average kilowatt hour use for 15 minutes (so if in the 15 minutes there is 25 kilowatt hours of electricity used then the calculated value would be 100 kilowatt hours).
The problem is that there are data points for every 15 minutes for each day for two years. So I need to get the total use for each day which means I have to sum up all the interval points for each day and then use those summed values to create a usage vs time chart.
Any ideas? The first column contains the date in MM/DD/YYYY format, the second column contains the time (which is in 24 hours and increases by 15 minutes) and the third column contains the kilowatt hour use.
Thanks!
The problem is that there are data points for every 15 minutes for each day for two years. So I need to get the total use for each day which means I have to sum up all the interval points for each day and then use those summed values to create a usage vs time chart.
Any ideas? The first column contains the date in MM/DD/YYYY format, the second column contains the time (which is in 24 hours and increases by 15 minutes) and the third column contains the kilowatt hour use.
Thanks!