Thread
:
formula to convert 15 minute to hourly data
View Single Post
#
4
Posted to microsoft.public.excel.newusers
Dave Curtis
external usenet poster
Posts: 100
formula to convert 15 minute to hourly data
Hi again,
Correction to previous reply. To get the time in Column C,
put the following into C2 and drag down.
=IF(MOD(ROW()+2,4)=0,ROUNDDOWN(A2*24,0)/24,"")
Dave
url:
http://www.ureader.com/msg/10356248.aspx
Reply With Quote
Dave Curtis
View Public Profile
Find all posts by Dave Curtis