Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all:
I have a database about the Stock Market, three columns basically: Date, Price and Volume. What IŽd like to do is that when I introduce in the spreadsheet the initial date and the final date I want to see in a graph, this graph will update automatically and will show only the data between the two dates I wrote. Any ideas about how to achive that? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mnilo,
Actualy yes, IŽve been there... see he http://pubs.logicalexpressions.com/P...cle.asp?ID=246 rgd Mika |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use a defined name such as this (dateseries) to match the dates in column A
ONE line in the refers to box =OFFSET(Sheet24!$A$5,MATCH(Sheet24!$B$4,Sheet24!$A :$A)-5,0,MATCH(Sheet24!$B$5,Sheet24!$A:$A)-MATCH(Sheet24!$B$4,Sheet24!$A:$A)+1,1) then use that defined name in your series. =worksheetname!dateseries Now when you change b4 as your start date and b5 as your end date your chart will auto create -- Don Guillett SalesAid Software "Mnilo" wrote in message ... Hi all: I have a database about the Stock Market, three columns basically: Date, Price and Volume. What IŽd like to do is that when I introduce in the spreadsheet the initial date and the final date I want to see in a graph, this graph will update automatically and will show only the data between the two dates I wrote. Any ideas about how to achive that? Thanks in advance. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks both for your answers, It really works at last.
"Mnilo" escribió en el mensaje ... Hi all: I have a database about the Stock Market, three columns basically: Date, Price and Volume. What IŽd like to do is that when I introduce in the spreadsheet the initial date and the final date I want to see in a graph, this graph will update automatically and will show only the data between the two dates I wrote. Any ideas about how to achive that? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dates in a Scatter Graph | Excel Discussion (Misc queries) | |||
Create A Bar Graph from A List of Dates | Charts and Charting in Excel | |||
Problem with Graph dates | Excel Discussion (Misc queries) | |||
Sliding dates on a graph? | Charts and Charting in Excel | |||
graph dates revert to 1900 | Charts and Charting in Excel |