Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
z.entropic
 
Posts: n/a
Default incrementing column symbols orthogonally?

I have two formulas in two neighboring cells in the same column:
=A$1
=C$1

Is there a simple way or setting to copy this scheme to a cell block below
these two cells dragging and to increment the column symbol by two or more
letters? Here's an example:

I have:
=A$1
=C$1
------
I'd like to get below it:
=E$1
=G$1
=I$1
=K$1
....

z.entropic
  #2   Report Post  
Bob Umlas
 
Posts: n/a
Default

Instead of =A$1 & =C$1, try this:
r1c1
r1c3 (without the "=" )
Now, select both of these, use the fill handle as far as necessary.
This will give
r1c1
r1c3
r1c5
r1c7
etc.
Now use Tools/Options/General and select R1C1 notation.
Then select these text values and use Edit/Replace and replace r with =r
Switch back to A1 notation (deselect R1C1), and you'll see
=$A$1
=$C$1
=$E$1
=$G$1
etc.

If you prefer, you can do it with formulas:
in row 1 somewhere, enter
=OFFSET($A$1,0,(ROW()*2-2))
and fill down.

HTH
Bob Umlas
Excel MVP


"z.entropic" wrote in message
...
I have two formulas in two neighboring cells in the same column:
=A$1
=C$1

Is there a simple way or setting to copy this scheme to a cell block below
these two cells dragging and to increment the column symbol by two or more
letters? Here's an example:

I have:
=A$1
=C$1
------
I'd like to get below it:
=E$1
=G$1
=I$1
=K$1
...

z.entropic



  #3   Report Post  
Gary Brown
 
Posts: n/a
Default

I can roundabout get you there.
Column A...
A1 = 1
A2 = A1+2
copy down

Column B...
B1 =ADDRESS(1,A1,4)
copy down

Column C...
C1 =INDIRECT(B1)
copy down

HTH,
Gary Brown



"z.entropic" wrote:

I have two formulas in two neighboring cells in the same column:
=A$1
=C$1

Is there a simple way or setting to copy this scheme to a cell block below
these two cells dragging and to increment the column symbol by two or more
letters? Here's an example:

I have:
=A$1
=C$1
------
I'd like to get below it:
=E$1
=G$1
=I$1
=K$1
...

z.entropic

  #4   Report Post  
z.entropic
 
Posts: n/a
Default

Ah! OFFSET is what I need. Thanks a lot to you and Gary.

z.entropic

"Bob Umlas" wrote:

Instead of =A$1 & =C$1, try this:
r1c1
r1c3 (without the "=" )
Now, select both of these, use the fill handle as far as necessary.
This will give
r1c1
r1c3
r1c5
r1c7
etc.
Now use Tools/Options/General and select R1C1 notation.
Then select these text values and use Edit/Replace and replace r with =r
Switch back to A1 notation (deselect R1C1), and you'll see
=$A$1
=$C$1
=$E$1
=$G$1
etc.

If you prefer, you can do it with formulas:
in row 1 somewhere, enter
=OFFSET($A$1,0,(ROW()*2-2))
and fill down.

HTH
Bob Umlas
Excel MVP


"z.entropic" wrote in message
...
I have two formulas in two neighboring cells in the same column:
=A$1
=C$1

Is there a simple way or setting to copy this scheme to a cell block below
these two cells dragging and to increment the column symbol by two or more
letters? Here's an example:

I have:
=A$1
=C$1
------
I'd like to get below it:
=E$1
=G$1
=I$1
=K$1
...

z.entropic




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 do I sort by row instead of by column? PercivalMound Excel Worksheet Functions 7 August 28th 06 10:41 PM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM
How do I reference every "n" cell in a column in Excel? Alma Excel Worksheet Functions 2 March 22nd 05 06:19 PM
Formula for a column comicfly Excel Discussion (Misc queries) 2 March 11th 05 12:16 PM
Copying the contents of a column into a chart Richard Excel Worksheet Functions 1 November 16th 04 02:39 PM


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