Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Graphing non adjacent cells

I want to create a scatter plot of the following cells:

A1 thru A10801 every twelfth row that is A1,A13,A25,A37 ... A10801

as the x axis

and

C7 thru C10807 every twelfth row that is C7,C19,C31,C43 ... C10807

as the y axis.


How do I do it?

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 115
Default Graphing non adjacent cells

Hi struggling_with_excel,

An easy way to chart non-adjacient cells is to create a range that contains
formulas that reference the cells you wish to chart, then chart that range.

In the situation you describe, the trick is to write formulas that point to
every twelfth row in columns A and C.

Here is one way to do it.

I will assume that the original data is in Sheet1, if you have a different
sheet name, just replace "Sheet1" in the formula below to your own sheet
name.

Open a new worksheet.
Enter 12 in cell A1 - this sets the row increment.
Enter 1 in cell A2 - this is the starting row you wish to chart.

Enter the formula =A2+$A$1 in cell A2 and copy down from A2 to A902
Enter the formula =INDIRECT(ADDRESS(A2,1,,,"Sheet1")) in cell B2. Copy down
to B902

Chart the range A2:B902

Ed Ferrero


I want to create a scatter plot of the following cells:

A1 thru A10801 every twelfth row that is A1,A13,A25,A37 ... A10801

as the x axis

and

C7 thru C10807 every twelfth row that is C7,C19,C31,C43 ... C10807

as the y axis.


How do I do it?

Thanks in advance.



Reply
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
By selecting cells adjacent to cells tally sheet tom Excel Worksheet Functions 2 September 20th 06 07:09 PM
Graphing only even/odd numbered cells gantzlia Charts and Charting in Excel 2 January 3rd 06 12:02 PM
How do I fill (copy) nonadjacent cells to adjacent cells? BuckyGeorge Excel Discussion (Misc queries) 2 December 22nd 05 04:18 AM
Paste to adjacent cells Dave Excel Discussion (Misc queries) 3 May 25th 05 02:06 AM
How can I add non-adjacent cells with a formula dhodges00 Excel Worksheet Functions 3 January 12th 05 04:46 PM


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