Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Is it possible to create a chart using for example columnB as X axis and columnE as y axis? (in other words specify which col goes on which axis) I haven't found a way to do this with chart wizard. I also have to put an If clause to skip blank rows so something like pseudo code... If Len(cells (B,x).value 0) then ...use this row else skip this row while creating chart trying to make a line chart to visually display some data which isn't perfectly arranged on the worksheet in my case column B is a date and col E is a price but there are various blank rows scattered through the worksheet I wanted to see the price movement over time Thanks for any suggestions or push in the right direction Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
line chart using one column as x axis, another column as y axis? | Charts and Charting in Excel | |||
TO CREATE A LINE CHART WITH RATE IN Y AXIS & REAL TIME IN X AXIS | Charts and Charting in Excel | |||
how do i create a bar chart that has 2 y axis instead of one? | Charts and Charting in Excel | |||
How do I create more than two Y axis in a chart? | Charts and Charting in Excel | |||
How do I create a Line-Column on 2 Axis chart that allows more... | Charts and Charting in Excel |