Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Time Series and Creating data points within a series

I am trying to change hourly data to include data points for every 15
minutes.

What I have What I need
Time Data Time Data
3/1/2009 0:00 99.12 3/1/2009 0:00 99.12
3/1/2009 1:00 99.07 3/1/2009 0:15 99.12
3/1/2009 0:30 99.12
3/1/2009 0:45 99.12
So, 1) I need to create data points for time and time within my existing data
2) I need to copy data that occurs in one cell (99.12 for example b2) four
times before copying the next value (00.07 for example b3)

My data is for 9 months, too time intensive to do by hand.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Time Series and Creating data points within a series

Check out your other post.

Pete

On Nov 30, 6:39*pm, Cristal wrote:
I am trying to change hourly data to include data points for every 15
minutes. *

What I have * * * * * * * * * * * * * * *What I need
Time * * * * * * * * * * *Data * * * * Time * * * * * * * * * * *Data
3/1/2009 0:00 * * * *99.12 * * * *3/1/2009 0:00 * * * *99.12
3/1/2009 1:00 * * * *99.07 * * * *3/1/2009 0:15 * * * *99.12
* * * * * * * * * * * * * * * * * * * * * * 3/1/2009 *0:30 * * * *99.12
* * * * * * * * * * * * * * * * * * * * * * *3/1/2009 0:45 * * * 99.12
So, 1) I need to create data points for time and time within my existing data
2) I need to copy data that occurs in one cell (99.12 for example b2) four
times before copying the next value (00.07 for example b3)

My data is for 9 months, too time intensive to do by hand.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 135
Default Time Series and Creating data points within a series

Cristal -

Assuming this is a one-time conversion, make a copy of your spreadsheet and
do the following:

Assume your data is in columns A and B.

In column C, add a formula like this:
=B16+1/(24*4)
This will add 15 minutes (one day divided by 24 hours in a day divided by 4
15-minute intervals in an hour).
Copy column D to column E.

Now you have the 15-minute data you need, so you can copy/paste special |
values these records in columns C and D into your original spreadsheet.

Change the formula in column C for the 30-minute time:
=B16+1/(24*2)
Copy/paste or drag the formula down - no need to alter column D.

Copy/Paste Secial | Values into your original spreadsheet.

Change the formula in column C for the 30-minute time:
=B16+3/(24*4)
Copy/paste or drag the formula down - no need to alter column D.

Copy/Paste Secial | Values into your original spreadsheet.

Hope this helps!
--
Daryl S


"Cristal" wrote:

I am trying to change hourly data to include data points for every 15
minutes.

What I have What I need
Time Data Time Data
3/1/2009 0:00 99.12 3/1/2009 0:00 99.12
3/1/2009 1:00 99.07 3/1/2009 0:15 99.12
3/1/2009 0:30 99.12
3/1/2009 0:45 99.12
So, 1) I need to create data points for time and time within my existing data
2) I need to copy data that occurs in one cell (99.12 for example b2) four
times before copying the next value (00.07 for example b3)

My data is for 9 months, too time intensive to do by hand.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i color points in a plot with a third data series? aaron Charts and Charting in Excel 5 August 6th 09 03:40 PM
Excel Chart - Too many data points in Series? Will H. Excel Discussion (Misc queries) 1 December 16th 08 07:35 AM
Discontinuous lines in series due to gaps in data points Boon8888 Charts and Charting in Excel 2 March 27th 06 06:52 PM
Points in between Data Series Broken man Charts and Charting in Excel 2 November 22nd 05 10:18 PM
Trendline excluding last 2 data points of series Mary Ann Charts and Charting in Excel 2 June 15th 05 01:17 PM


All times are GMT +1. The time now is 07:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"