How to convert readings of every 15 minutes to one a day

caralb

New Member
Joined
Oct 26, 2017
Messages
6
I HAVE THIS TABLE:

2016-01-01 00:00:00501.1322
2016-01-01 00:15:00501.1432
2016-01-01 00:30:00501.1235
2016-01-01 00:45:00501.1046
2016-01-01 01:00:00501.1276
2016-01-01 01:15:00501.1499
2016-01-01 01:30:00501.1407
2016-01-01 01:45:00501.1447
2016-01-01 02:00:00501.1361
2016-01-01 02:15:00501.1318
2016-01-01 02:30:00501.159
2016-01-01 02:45:00501.1746
2016-01-01 03:00:00501.1606
2016-01-01 03:15:00501.145
2016-01-01 03:30:00501.1512
2016-01-01 03:45:00501.1656
2016-01-01 04:00:00501.1748
2016-01-01 04:15:00501.2027
2016-01-01 04:30:00501.1875
2016-01-01 04:45:00501.1583
2016-01-01 05:00:00501.1706
2016-01-01 05:15:00501.2023
2016-01-01 05:30:00501.2142
2016-01-01 05:45:00501.187
2016-01-01 06:00:00501.1858
2016-01-01 06:15:00501.1862
2016-01-01 06:30:00501.1941
2016-01-01 06:45:00501.2324
2016-01-01 07:00:00501.2255
2016-01-01 07:15:00501.1902
2016-01-01 07:30:00501.2071
2016-01-01 07:45:00501.2401
2016-01-01 08:00:00501.2562
2016-01-01 08:15:00501.2178
2016-01-01 08:30:00501.2023
2016-01-01 08:45:00501.2183
2016-01-01 09:00:00501.2467
2016-01-01 09:15:00501.2579
2016-01-01 09:30:00501.2495
2016-01-01 09:45:00501.2348
2016-01-01 10:00:00501.2403
2016-01-01 10:15:00501.265
2016-01-01 10:30:00501.2674
2016-01-01 10:45:00501.2603
2016-01-01 11:00:00501.2475
2016-01-01 11:15:00501.2537
2016-01-01 11:30:00501.2685
2016-01-01 11:45:00501.2903
2016-01-01 12:00:00501.2854
2016-01-01 12:15:00501.268
2016-01-01 12:30:00501.2832
2016-01-01 12:45:00501.305
2016-01-01 13:00:00501.3136
2016-01-01 13:15:00501.3031
2016-01-01 13:30:00501.2968
2016-01-01 13:45:00501.2967
2016-01-01 14:00:00501.3072
2016-01-01 14:15:00501.3211
2016-01-01 14:30:00501.3192
2016-01-01 14:45:00501.3226
2016-01-01 15:00:00501.3244
2016-01-01 15:15:00501.3294
2016-01-01 15:30:00501.3394
2016-01-01 15:45:00501.3236
2016-01-01 16:00:00501.3239
2016-01-01 16:15:00501.3349
2016-01-01 16:30:00501.3519
2016-01-01 16:45:00501.3501
2016-01-01 17:00:00501.3506
2016-01-01 17:15:00501.3552
2016-01-01 17:30:00501.3633
2016-01-01 17:45:00501.3681
2016-01-01 18:00:00501.3605
2016-01-01 18:15:00501.3634
2016-01-01 18:30:00501.3834
2016-01-01 18:45:00501.3691
2016-01-01 19:00:00501.3759
2016-01-01 19:15:00501.3632
2016-01-01 19:30:00501.3758
2016-01-01 19:45:00501.3942
2016-01-01 20:00:00501.3962
2016-01-01 20:15:00501.3897
2016-01-01 20:30:00501.399
2016-01-01 20:45:00501.4101
2016-01-01 21:00:00501.4022
2016-01-01 21:15:00501.4007
2016-01-01 21:30:00501.4123
2016-01-01 21:45:00501.4044
2016-01-01 22:00:00501.4194
2016-01-01 22:15:00501.4293
2016-01-01 22:30:00501.4376
2016-01-01 22:45:00501.4217
2016-01-01 23:00:00501.4305
2016-01-01 23:15:00501.4445
2016-01-01 23:30:00501.4419
2016-01-01 23:45:00501.4388

What do I have to do to get on per day e.g 09:00:00AM
<colgroup><col width="149" style="width: 112pt;"> <col width="64" style="width: 48pt;"> <tbody> </tbody>
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Divide column B by 96 and format as [h]:mm:ss or AM/PM time
 
Last edited:
Upvote 0
Not sure I understand what you want, but if it's to get the reading for a particular date and time (like say, 1/1/2016 at 9:00 AM), you can use a vlookup.
Excel Workbook
ABCDEFGH
11/1/2016 0:00501.1322YearMonthDayTimeNumber
21/1/2016 0:15501.14322016119:00 AM501.2467
31/1/2016 0:30501.1235
41/1/2016 0:45501.1046
51/1/2016 1:00501.1276
61/1/2016 1:15501.1499
71/1/2016 1:30501.1407
81/1/2016 1:45501.1447
91/1/2016 2:00501.1361
101/1/2016 2:15501.1318
111/1/2016 2:30501.159
121/1/2016 2:45501.1746
131/1/2016 3:00501.1606
141/1/2016 3:15501.145
151/1/2016 3:30501.1512
161/1/2016 3:45501.1656
171/1/2016 4:00501.1748
181/1/2016 4:15501.2027
191/1/2016 4:30501.1875
201/1/2016 4:45501.1583
211/1/2016 5:00501.1706
221/1/2016 5:15501.2023
231/1/2016 5:30501.2142
241/1/2016 5:45501.187
251/1/2016 6:00501.1858
261/1/2016 6:15501.1862
271/1/2016 6:30501.1941
281/1/2016 6:45501.2324
291/1/2016 7:00501.2255
301/1/2016 7:15501.1902
311/1/2016 7:30501.2071
321/1/2016 7:45501.2401
331/1/2016 8:00501.2562
341/1/2016 8:15501.2178
351/1/2016 8:30501.2023
361/1/2016 8:45501.2183
371/1/2016 9:00501.2467
381/1/2016 9:15501.2579
Sheet1
 
Upvote 0
Not sure I understand what you want, but if it's to get the reading for a particular date and time (like say, 1/1/2016 at 9:00 AM), you can use a vlookup.
Sheet1

ABCDEFGH
11/1/2016 0:00501.1322 YearMonthDayTimeNumber
21/1/2016 0:15501.1432 2016119:00 AM501.2467
31/1/2016 0:30501.1235
41/1/2016 0:45501.1046
51/1/2016 1:00501.1276
61/1/2016 1:15501.1499
71/1/2016 1:30501.1407
81/1/2016 1:45501.1447
91/1/2016 2:00501.1361
101/1/2016 2:15501.1318
111/1/2016 2:30501.159
121/1/2016 2:45501.1746
131/1/2016 3:00501.1606
141/1/2016 3:15501.145
151/1/2016 3:30501.1512
161/1/2016 3:45501.1656
171/1/2016 4:00501.1748
181/1/2016 4:15501.2027
191/1/2016 4:30501.1875
201/1/2016 4:45501.1583
211/1/2016 5:00501.1706
221/1/2016 5:15501.2023
231/1/2016 5:30501.2142
241/1/2016 5:45501.187
251/1/2016 6:00501.1858
261/1/2016 6:15501.1862
271/1/2016 6:30501.1941
281/1/2016 6:45501.2324
291/1/2016 7:00501.2255
301/1/2016 7:15501.1902
311/1/2016 7:30501.2071
321/1/2016 7:45501.2401
331/1/2016 8:00501.2562
341/1/2016 8:15501.2178
351/1/2016 8:30501.2023
361/1/2016 8:45501.2183
371/1/2016 9:00501.2467
381/1/2016 9:15501.2579

<colgroup><col style="width: 30px; font-weight: bold;"><col style="width: 108px;"><col style="width: 71px;"><col style="width: 64px;"><col style="width: 89px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 60px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
H2=VLOOKUP(DATE(D2,E2,F2)+MOD(G2,1),$A$1:$B$96,2,0)

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4

JoeMo

I did it, but I got
#N/A
<colgroup><col width="137" style="width: 103pt;"> <tbody> </tbody>
I don't know what I am doing wrong.
 
Upvote 0

Forum statistics

Threads
1,215,136
Messages
6,123,243
Members
449,093
Latest member
Vincent Khandagale

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top