Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to transpose a list of reference cells without changing the li

There is a list of number under column A, and there is another list of number
under column B, which is refered to the value in column A, such as
3 [A1] =A1 [B1]
6 [A2] =A2 [B2]
4 [A3] =A3 [B3]
....
8 [A9] =A9 [B9]
I would like to transpose column B startig from cell C1 without changing the
link,
=A1 [C1]
=A2 [D1]
=A3 [E1]
....
=A9 [K1]
Does anyone have any suggestions on how to do it?
Thank in advance for any suggestions
Eric
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default How to transpose a list of reference cells without changing the li

Enter this formula in C1 and copy across to K1:

=INDEX($A1:$A9,COLUMNS($A:A))

Biff

"Eric" wrote in message
...
There is a list of number under column A, and there is another list of
number
under column B, which is refered to the value in column A, such as
3 [A1] =A1 [B1]
6 [A2] =A2 [B2]
4 [A3] =A3 [B3]
...
8 [A9] =A9 [B9]
I would like to transpose column B startig from cell C1 without changing
the
link,
=A1 [C1]
=A2 [D1]
=A3 [E1]
...
=A9 [K1]
Does anyone have any suggestions on how to do it?
Thank in advance for any suggestions
Eric



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to transpose a list of reference cells without changing the li

Why not use the TRANSPOSE function? Help will tell you how. Remember that
it's an array formula, so you apply it with Control-Shift-Enter.
--
David Biddulph

"Eric" wrote in message
...
There is a list of number under column A, and there is another list of
number
under column B, which is refered to the value in column A, such as
3 [A1] =A1 [B1]
6 [A2] =A2 [B2]
4 [A3] =A3 [B3]
...
8 [A9] =A9 [B9]
I would like to transpose column B startig from cell C1 without changing
the
link,
=A1 [C1]
=A2 [D1]
=A3 [E1]
...
=A9 [K1]
Does anyone have any suggestions on how to do it?
Thank in advance for any suggestions
Eric



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
Changing Cells from Relative to Absolute Reference PZ Excel Discussion (Misc queries) 16 April 11th 07 08:22 PM
Using Index to Transpose, Update Reference Cells as you Drag Down stevec Excel Worksheet Functions 3 October 18th 06 03:45 AM
VLOOKUP Changing reference cells in autofill barry Excel Worksheet Functions 2 September 2nd 06 07:36 PM
How to transpose a long list of text across cells [email protected] Excel Discussion (Misc queries) 2 July 28th 06 06:42 PM
Expanding conditional formating with reference cells changing CCoop Excel Discussion (Misc queries) 2 May 4th 05 02:36 PM


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