LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
uriel78
 
Posts: n/a
Default help with a scatter graph of conditioned values

I'm a big newbie in matter of charting and vba...I hope somenone can help
me....here is my problem

I need to plot a XY scatter graph.
X and Y data values are mutually dependents one each other and they change
under an extra condition that I want to represent qith a macro control.

Hmmmm...let's try to give you an example:
first of all I need to define EXTRA CONDITIONS as follows

name S
A 1
B 1,15
C 1,20
D 1,25
E 1,35
..... .....
My goal is to have a control in cell C1 that traduces "if 'name'=A then
'S'=1, if 'name'=B then 'S'=1,15" and so on for cells A3...An

After doing that, I need to plot my XY function(s) as follows:
X Y
0 ..
1
2
3
4
5
6
7
8
9
10

X is a column made by intervals of limited values
if 'name'=A then X=(0,1,2,3,4,5,6); (7,8,9,10)
if 'name'=B then X=(0,1,2,3,4); (5,6,7,8,9,10)


Y is a function of X values:
in the case of 'name'=A
for X =0..6 Y=S*cos(x)
for X=7...10 Y=S*sin(x)

in the case of 'name'=B
for X =0..6 Y=S*cos(x)
for X=7...10 Y=S*sin(x)


Please help me with a macro...every suggestion will be very precious...I'm
struggling with excel...:-(


 
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
creating a directed graph from XY scatter Luke Spar UTAFortWorth Charts and Charting in Excel 11 January 25th 05 04:24 AM
Scatter Graph - Data Label Problems TBD Charts and Charting in Excel 2 January 16th 05 05:08 PM
xy scatter graph with a scrolling time element Brad Charts and Charting in Excel 2 January 7th 05 01:53 PM
Graph values in ascending order Ant [email protected] Excel Discussion (Misc queries) 1 January 6th 05 06:10 PM
Bar graph values keep changing Mike82j2000 Charts and Charting in Excel 1 January 6th 05 01:27 PM


All times are GMT +1. The time now is 06:41 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"