PC Review


Reply
Thread Tools Rate Thread

TO CREATE A LINE CHART WITH RATE IN Y AXIS & REAL TIME IN X AXIS

 
 
=?Utf-8?B?dmlqYWljYmU=?=
Guest
Posts: n/a
 
      24th Oct 2006
i want to create a line chart in excel for rate vs time as y & x axis data.
the chart
should be an automatic charting as, when the particular time
(10,10.30,11,11.30 ...)of system time reaches the data in one cell (rate )
should be taken automatically for charting the chart for 10am to 11.30pm. the
only thing is how to check logically
if the system time reached or not.
 
Reply With Quote
 
 
 
 
Jon Peltier
Guest
Posts: n/a
 
      24th Oct 2006
Put the times in one column and the rates in the next, then create an XY
chart. I can't tell a lot from your post, but if you expect Excel to
determine a rate from the time, it will not. You have to write some formulas
to calculate them (in the second column mentioned above). Is the system time
some kind of limit? Do you need to add a vertical or horizontal line to the
chart?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"vijaicbe" <(E-Mail Removed)> wrote in message
news:564AFE63-E379-49B5-BFC6-(E-Mail Removed)...
>i want to create a line chart in excel for rate vs time as y & x axis data.
> the chart
> should be an automatic charting as, when the particular time
> (10,10.30,11,11.30 ...)of system time reaches the data in one cell (rate )
> should be taken automatically for charting the chart for 10am to 11.30pm.
> the
> only thing is how to check logically
> if the system time reached or not.



 
Reply With Quote
 
=?Utf-8?B?dmlqYWljYmU=?=
Guest
Posts: n/a
 
      31st Oct 2006
Thankyou mr. Jon for giving me a solution, the chart should be generated
automatically by taking a value from one cell determining the time that is if
the time is 10.00am then take a10 value for charting and then if 10.30am
again the value from a10, here the x axis value time should be determined
from system time when it hits that time what ever the value in a10 cell it
should chart it.

can you help me



"Jon Peltier" wrote:

> Put the times in one column and the rates in the next, then create an XY
> chart. I can't tell a lot from your post, but if you expect Excel to
> determine a rate from the time, it will not. You have to write some formulas
> to calculate them (in the second column mentioned above). Is the system time
> some kind of limit? Do you need to add a vertical or horizontal line to the
> chart?
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Tutorials and Custom Solutions
> http://PeltierTech.com
> _______
>
>
> "vijaicbe" <(E-Mail Removed)> wrote in message
> news:564AFE63-E379-49B5-BFC6-(E-Mail Removed)...
> >i want to create a line chart in excel for rate vs time as y & x axis data.
> > the chart
> > should be an automatic charting as, when the particular time
> > (10,10.30,11,11.30 ...)of system time reaches the data in one cell (rate )
> > should be taken automatically for charting the chart for 10am to 11.30pm.
> > the
> > only thing is how to check logically
> > if the system time reached or not.

>
>
>

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      31st Oct 2006
Not clear. Describe your data in more detail, and indicate more clearly
which of the data is to plot given a particular value in another cell.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"vijaicbe" <(E-Mail Removed)> wrote in message
news:4CECEFBA-D085-4963-A026-(E-Mail Removed)...
> Thankyou mr. Jon for giving me a solution, the chart should be generated
> automatically by taking a value from one cell determining the time that is
> if
> the time is 10.00am then take a10 value for charting and then if 10.30am
> again the value from a10, here the x axis value time should be determined
> from system time when it hits that time what ever the value in a10 cell it
> should chart it.
>
> can you help me
>
>
>
> "Jon Peltier" wrote:
>
>> Put the times in one column and the rates in the next, then create an XY
>> chart. I can't tell a lot from your post, but if you expect Excel to
>> determine a rate from the time, it will not. You have to write some
>> formulas
>> to calculate them (in the second column mentioned above). Is the system
>> time
>> some kind of limit? Do you need to add a vertical or horizontal line to
>> the
>> chart?
>>
>> - Jon
>> -------
>> Jon Peltier, Microsoft Excel MVP
>> Tutorials and Custom Solutions
>> http://PeltierTech.com
>> _______
>>
>>
>> "vijaicbe" <(E-Mail Removed)> wrote in message
>> news:564AFE63-E379-49B5-BFC6-(E-Mail Removed)...
>> >i want to create a line chart in excel for rate vs time as y & x axis
>> >data.
>> > the chart
>> > should be an automatic charting as, when the particular time
>> > (10,10.30,11,11.30 ...)of system time reaches the data in one cell
>> > (rate )
>> > should be taken automatically for charting the chart for 10am to
>> > 11.30pm.
>> > the
>> > only thing is how to check logically
>> > if the system time reached or not.

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?dmlqYWljYmU=?=
Guest
Posts: n/a
 
      9th Nov 2006
Dear Jon, Tnx for the reply

See i want to draw a price track chart for a product, which onec price
changes minute by minute. for example take gold

by 10am it is costing Rs.9100 (Indian rupee)
by 10.15am it is 9000
by 10.30am it is 9400
by 10.45am it is 8900
..
..
..
..
by 11.30pm it is 9200

Now i want to draw chart where time in x axis and price in y axis
i'll be getting the price value in one cell after some calculation (for
example @ A13). now i can do the chart by posting the price to predefined
value for x axis, but what i want is, when the system time is 10.am or
10.30am or ...., excel should plot the chart automatically by taking the
value from the cell A13. for this i need to check the following

IF SYSTEM TIME = Z (WHERE Z IS 10.00AM ,10.30AM, ... 11.30PM)
CHECK THE VALUE @ CELL A13 AND PLOT THE POINT IN CHART
AS X AXIS VALUE =Z AND Y AXIS VALUE FROM CELL A13

OR

I WANT TO MOVE THE VALUE FROM CELL A13 TO D1,D2,D3...... AUTOMATICALLY WHEN
THE SYSTEM TIME IS 10.10.30......,WHERE
Cxx & Dxx ARE THE VALUES OF X AXIS AND Y AXIS OF MY CHART

| C D
----|--------------------------------------------------
1 | 10.00 9000
2 | 10.30
3 | 11.00
4 | 11.30
5 | 12.00
6 | 12.30
7 | 01.00
8 | 01.30
9 | 02.00
10 | 02.30
..
..
..
..
..
28 | 11.30 9200
-----------------------------------

HOPE NOW YOU MIGHT HAVE A CLEAR IDEA PL HELP ME

THANK YOU
------------------------------------------------------------
"Jon Peltier" wrote:

> Not clear. Describe your data in more detail, and indicate more clearly
> which of the data is to plot given a particular value in another cell.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Tutorials and Custom Solutions
> http://PeltierTech.com
> _______
>
>
> "vijaicbe" <(E-Mail Removed)> wrote in message
> news:4CECEFBA-D085-4963-A026-(E-Mail Removed)...
> > Thankyou mr. Jon for giving me a solution, the chart should be generated
> > automatically by taking a value from one cell determining the time that is
> > if
> > the time is 10.00am then take a10 value for charting and then if 10.30am
> > again the value from a10, here the x axis value time should be determined
> > from system time when it hits that time what ever the value in a10 cell it
> > should chart it.
> >
> > can you help me
> >
> >
> >
> > "Jon Peltier" wrote:
> >
> >> Put the times in one column and the rates in the next, then create an XY
> >> chart. I can't tell a lot from your post, but if you expect Excel to
> >> determine a rate from the time, it will not. You have to write some
> >> formulas
> >> to calculate them (in the second column mentioned above). Is the system
> >> time
> >> some kind of limit? Do you need to add a vertical or horizontal line to
> >> the
> >> chart?
> >>
> >> - Jon
> >> -------
> >> Jon Peltier, Microsoft Excel MVP
> >> Tutorials and Custom Solutions
> >> http://PeltierTech.com
> >> _______
> >>
> >>
> >> "vijaicbe" <(E-Mail Removed)> wrote in message
> >> news:564AFE63-E379-49B5-BFC6-(E-Mail Removed)...
> >> >i want to create a line chart in excel for rate vs time as y & x axis
> >> >data.
> >> > the chart
> >> > should be an automatic charting as, when the particular time
> >> > (10,10.30,11,11.30 ...)of system time reaches the data in one cell
> >> > (rate )
> >> > should be taken automatically for charting the chart for 10am to
> >> > 11.30pm.
> >> > the
> >> > only thing is how to check logically
> >> > if the system time reached or not.
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I make a chart with 4 bars on one axis/1 line on 2nd axis? AnnieW Microsoft Excel Charting 4 15th Aug 2008 09:53 PM
How to manually switch data from x axis to y axis in line chart? scs.hq1 Microsoft Excel Charting 1 25th Jan 2008 02:56 AM
How do I make a chart with bar graphs on one axis, and a line ona secondary axis? Levin, Michael Microsoft Excel Discussion 2 12th Aug 2005 12:43 PM
Pivot Table, Line Chart with Secondary Y axis, Page Field selection destroys Y2 axis mw210461@yahoo.com Microsoft Excel Charting 0 13th Jul 2005 09:30 PM
Chart with real time on the X axis and Variable Size =?Utf-8?B?U1BZUkVO?= Microsoft Excel Charting 1 3rd Oct 2004 06:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:25 AM.