Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 20
Default How to one cells variables as a serie to a column

I cant find the way out. I have a daily variable data in a single cell (say
in A1) ant I want to form a serie with using daily values of that cell.

(Variable)
Date Value
21.12.2006 400

(Series)
01.12.2006 300
02.12.2006 350
....
....
20.12.2006 420
21.12.2006 400

  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How to one cells variables as a serie to a column

One way ..

Assuming the reference date is entered in A1, eg: 21-Dec-2006

Place in say, A3:
=IF(DATE(YEAR($A$1),MONTH($A$1),ROW(A1))$A$1,"",D ATE(YEAR($A$1),MONTH($A$1),ROW(A1)))

Copy A3 down by 31* rows to A33
*to cater for the maximum days per any month of the year

A3:A33 will return the required results,
ie an auto-fill from the 1st till the date entered in A1
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"noyau" wrote:
I cant find the way out. I have a daily variable data in a single cell (say
in A1) ant I want to form a serie with using daily values of that cell.

(Variable)
Date Value
21.12.2006 400

(Series)
01.12.2006 300
02.12.2006 350
...
...
20.12.2006 420
21.12.2006 400

  #3   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How to one cells variables as a serie to a column

Format A3 as date (to taste) before copying down to A33
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 20
Default How to one cells variables as a serie to a column

That is first step. Thnx a lot. Now the point is to do the same thing for a
daily variable next to the date. The problem is that the second variable is
not increasing or decreasing.

Still working but no result.


"Max" wrote:

One way ..

Assuming the reference date is entered in A1, eg: 21-Dec-2006

Place in say, A3:
=IF(DATE(YEAR($A$1),MONTH($A$1),ROW(A1))$A$1,"",D ATE(YEAR($A$1),MONTH($A$1),ROW(A1)))

Copy A3 down by 31* rows to A33
*to cater for the maximum days per any month of the year

A3:A33 will return the required results,
ie an auto-fill from the 1st till the date entered in A1
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"noyau" wrote:
I cant find the way out. I have a daily variable data in a single cell (say
in A1) ant I want to form a serie with using daily values of that cell.

(Variable)
Date Value
21.12.2006 400

(Series)
01.12.2006 300
02.12.2006 350
...
...
20.12.2006 420
21.12.2006 400

  #5   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How to one cells variables as a serie to a column

"noyau" wrote
That is first step. Thnx a lot.


You're welcome. Glad it helped.

Now the point is to do the same thing for a
daily variable next to the date.
The problem is that the second variable is
not increasing or decreasing.
Still working but no result.


Suggest you put the above in as a new posting, elaborating carefully how the
2nd "variable" in B1 is supposed to vary within the corresponding range in
B3:B33, in relation to the dates in A3:A33. As it stands here, based on
what's posted I've no guesses on the pattern.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---




  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 20
Default How to one cells variables as a serie to a column

Hi, I was checking your samples (pack no "1_zp_56_Samples_Max_04Nov2005.zip")
and I end up with a possible solution to my question in "randomization lotto
program" where you freeze the draws. But I was enable to extract what is good
for me with my GREAT 2-days macro knowledge. Any help from this point of view.

"Max" wrote:

"noyau" wrote
That is first step. Thnx a lot.


You're welcome. Glad it helped.

Now the point is to do the same thing for a
daily variable next to the date.
The problem is that the second variable is
not increasing or decreasing.
Still working but no result.


Suggest you put the above in as a new posting, elaborating carefully how the
2nd "variable" in B1 is supposed to vary within the corresponding range in
B3:B33, in relation to the dates in A3:A33. As it stands here, based on
what's posted I've no guesses on the pattern.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---



  #7   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How to one cells variables as a serie to a column

Suggest you put in a new posting in excel.programming to gather responses
from those versed in vba. You could post the code used in the sample (It's
all documented in the Notes sheet in the sample), & explain what you would
like to do/make happen instead.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"noyau" wrote in message
...
Hi, I was checking your samples (pack no
"1_zp_56_Samples_Max_04Nov2005.zip")
and I end up with a possible solution to my question in "randomization
lotto
program" where you freeze the draws. But I was unable [corrected] to
extract what is good
for me with my GREAT 2-days macro knowledge. Any help from this point of
view.



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
Dependant or Refenced Cells Calculations Reha Excel Discussion (Misc queries) 10 December 6th 06 12:02 PM
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
Copying a column of single cells into a column of merged cells [email protected] Excel Discussion (Misc queries) 1 August 16th 06 01:18 PM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 8 May 18th 05 04:23 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


All times are GMT +1. The time now is 01:34 PM.

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"