Hi all,
I have a list of daily hours a machine has achieved by date, (the total hours of operation of that machine for each day of it's life). I want to find the average hours that machine is used in a day.
So I need to calculate the differences between two consecutive cells (B2-B1, B3-B2...ect), then find the average of all those differences to give me an estimated hourly use of a machine per day.
I’m trying very hard not to create any additional columns for “working” in my spreadsheet.
My data is
ROW COLUMN A COLUMN B
DATE HOURS
1 01 Oct 12 29,091
2 02 Oct 12 29,111
3 03 Oct 12 29,130
4 04 Oct 12 29,150
5 05 Oct 12 29,172
6 06 Oct 12 29,172
7 07 Oct 12 29,172
8 08 Oct 12 29,172
9 09 Oct 12 29,182
10 10 Oct 12 29,192
11 11 Oct 12 29,208
12 12 Oct 12 29,208
13 13 Oct 12 29,227
14 14 Oct 12 29,248
15 15 Oct 12 29,271
16 16 Oct 12 29,294
17 17 Oct 12 29,315
18 18 Oct 12 29,330
19 19 Oct 12 29,352
20 20 Oct 12 29,365
21 21 Oct 12 29,387
22 22 Oct 12 29,408
23 23 Oct 12 29,430
24 24 Oct 12 29,448
25 25 Oct 12 29,468
26 26 Oct 12 29,486
27 27 Oct 12 29,487
28 28 Oct 12 29,503
29 29 Oct 12 29,505
30 30 Oct 12 29,506
31 31 Oct 12 29,512
Manually I have worked out that this machine works on average 14 hours a day, but in my manual workings I needed to make an extra column to create the difference in values between each day.
Another thing, this list is being updated daily (new daily hours are being entered), so I need the formula to be able to pick up the new entries as they are entered.
I don’t want much do I![]()
If you can help it would be much appreciated.
Bookmarks