Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
questioningj
 
Posts: n/a
Default Excel formula series

I have tried various ways to increment a formula from one tab to another. Is
there a way to increment a formula being reference on another tab by odds and
evens?
ex. =Sheet2!A2, = Sheet2!A4, etc
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RagDyer
 
Posts: n/a
Default Excel formula series

Try this for evens:

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

And copy down as needed.

For odds:

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

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================



"questioningj" wrote in message
...
I have tried various ways to increment a formula from one tab to another.

Is
there a way to increment a formula being reference on another tab by odds

and
evens?
ex. =Sheet2!A2, = Sheet2!A4, etc


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick
 
Posts: n/a
Default Excel formula series

In the first cell, say cell C11, enter:

=INDIRECT("Sheet2!A" & (ROW(C11)-ROW($C$10))*2)

Note the relationship between the C11 and the $C$10....

Then copy down.

If you want to copy across, use Column instead of Row and $B$11 instead of $C$10....

HTH,
Bernie
MS Excel MVP


"questioningj" wrote in message
...
I have tried various ways to increment a formula from one tab to another. Is
there a way to increment a formula being reference on another tab by odds and
evens?
ex. =Sheet2!A2, = Sheet2!A4, etc



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
questioningj
 
Posts: n/a
Default Excel formula series

Thanks for your help. I believe this answer solved my problem.

"RagDyer" wrote:

Try this for evens:

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

And copy down as needed.

For odds:

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

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================



"questioningj" wrote in message
...
I have tried various ways to increment a formula from one tab to another.

Is
there a way to increment a formula being reference on another tab by odds

and
evens?
ex. =Sheet2!A2, = Sheet2!A4, etc



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
"Unable to set the Formula property of the Series class" with a tw PeterQ Charts and Charting in Excel 1 February 15th 06 07:37 PM
Setting Excel chart series from vb6 Jim Charts and Charting in Excel 7 January 27th 06 09:41 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Excel should let me align data labels in different series (Excel . dlearndeltondo Charts and Charting in Excel 0 February 10th 05 08:45 PM


All times are GMT +1. The time now is 07:07 PM.

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"