No one seems to know how to do this...do you?

cjgovi

New Member
Joined
Apr 11, 2010
Messages
4
I have one cell in excel 07 whose data (it is a number) is fed from an outside source.

this cells data updates every second.

how can i plot the data in a chart so it plots the data live as the data updates every second.

when i tried, it just plots the one point in a graph and as the data updates the point changes too...but it doesnt plot the points together so in one minute for example i should see 60 points on my graph.

i would really appreciate it if someone knew how to do this.

christian
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Put a public counter variable in a standard module then use the
Code:
Private Sub Worksheet_Change(ByVal [I]Target[/I] As Range)  [I]Event[/I]
to add the new value to a new sheet using the public counter to keep track of which cell to add it to.

Then point your chart to the new sheet.
 
Last edited:
Upvote 0
"No one" is a very strong claim. If you want to solve a problem just ask. I don't see the value of trying to it seem to be more challenging than something that no one including people like Stephen Bullen with his Previous.zip at http://www.bmsltd.co.uk/Excel/Default.htm have solved in the decades that Excel has been around. {grin}
I have one cell in excel 07 whose data (it is a number) is fed from an outside source.

this cells data updates every second.

how can i plot the data in a chart so it plots the data live as the data updates every second.

when i tried, it just plots the one point in a graph and as the data updates the point changes too...but it doesnt plot the points together so in one minute for example i should see 60 points on my graph.

i would really appreciate it if someone knew how to do this.

christian
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,331
Members
452,636
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top