Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 989
Default Referencing every other line

I have Tab 1 that will reference cells in Tab 2. Tab 1's referencing will be
sequential.....row 1, 2, 3, etc....but I want them to reference rows 1, 3, 5,
etc. on Tab 2. Can I copy and paste in Tab 1 where it brings over every
other line on Tab2?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Referencing every other line

Try this:

=OFFSET(Sheet2!A1,ROW()-1,0)

HTH
Elkar


"Mark" wrote:

I have Tab 1 that will reference cells in Tab 2. Tab 1's referencing will be
sequential.....row 1, 2, 3, etc....but I want them to reference rows 1, 3, 5,
etc. on Tab 2. Can I copy and paste in Tab 1 where it brings over every
other line on Tab2?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Referencing every other line

Try this:

Assuming you want to reference column A on Sheet2.

Entered on Sheet1 in cell A1:

=INDEX(Sheet2!A:A,ROWS(A$1:A1)*2-2+1)

--
Biff
Microsoft Excel MVP


"Mark" wrote in message
...
I have Tab 1 that will reference cells in Tab 2. Tab 1's referencing will
be
sequential.....row 1, 2, 3, etc....but I want them to reference rows 1, 3,
5,
etc. on Tab 2. Can I copy and paste in Tab 1 where it brings over every
other line on Tab2?



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
How to convert a dotted line to a solid line in a line graph Sharlz Charts and Charting in Excel 1 January 14th 09 04:51 AM
average Line created in an existing line graph- based on one cell Melanie Charts and Charting in Excel 2 December 27th 07 09:14 PM
referencing a different tab by referencing a list in the current s Kevin Excel Worksheet Functions 3 July 6th 07 07:57 PM
Make a line in a bar chart, and change color of any bars that exceed the line MarkM Excel Discussion (Misc queries) 4 July 5th 06 04:06 PM
coloring overy other line without doing so line by line gen Excel Worksheet Functions 5 April 1st 05 10:38 PM


All times are GMT +1. The time now is 01:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"