Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default traspose data with formulas

I have the following data in sheet 1

Column A
1
2
3
4
5

I need to transpose the data of sheet 1 to sheet 2 but I need to retain the
cell references so that whenever there is a change of data in sheet 1, sheet
2 is automatically updated.

In sheet 2, i need to get the data like this

Column
A B C D E
1 2 3 4 5.


If any of u have an answer, please post the reply.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default traspose data with formulas

Try this:

Assuming your data starts in Sheet1 in cell A1:

=INDEX(Sheet1!$A:$A,COLUMNS($A:A))

Copy across as needed.

--
Biff
Microsoft Excel MVP


"Darshan" wrote in message
...
I have the following data in sheet 1

Column A
1
2
3
4
5

I need to transpose the data of sheet 1 to sheet 2 but I need to retain
the
cell references so that whenever there is a change of data in sheet 1,
sheet
2 is automatically updated.

In sheet 2, i need to get the data like this

Column
A B C D E
1 2 3 4 5.


If any of u have an answer, please post the reply.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default traspose data with formulas

Thanks for the reply. It worked!!!.


I have another query, the same data which is transposed needs to be
transposed into multiple rows, i.e
Column A

1
2
3
4
5
6
7
8
9
10


I need to transpose this data in Sheet 2 in multiple rows ie. for items
upto 1-4 in Row1 and 5-8 in Row 2 and 9-10 in Row 3.

Can you please let me know how this can be done.










"T. Valko" wrote:

Try this:

Assuming your data starts in Sheet1 in cell A1:

=INDEX(Sheet1!$A:$A,COLUMNS($A:A))

Copy across as needed.

--
Biff
Microsoft Excel MVP


"Darshan" wrote in message
...
I have the following data in sheet 1

Column A
1
2
3
4
5

I need to transpose the data of sheet 1 to sheet 2 but I need to retain
the
cell references so that whenever there is a change of data in sheet 1,
sheet
2 is automatically updated.

In sheet 2, i need to get the data like this

Column
A B C D E
1 2 3 4 5.


If any of u have an answer, please post the reply.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default traspose data with formulas

Try this:

=INDEX(Sheet1!$A:$A,ROWS($1:1)*4-4+COLUMNS($A:A))

Copy across to a total of 4 cells then down as needed.

Note that based on your sample row 3 will return these values:

9...10...0...0

If you don't want the 0s try this formula:

=IF(INDEX(Sheet1!$A:$A,ROWS($1:1)*4-4+COLUMNS($A:A))=0,"",INDEX(Sheet1!$A:$A,ROWS($1:1 )*4-4+COLUMNS($A:A)))

--
Biff
Microsoft Excel MVP


"Darshan" wrote in message
...
Thanks for the reply. It worked!!!.


I have another query, the same data which is transposed needs to be
transposed into multiple rows, i.e
Column A

1
2
3
4
5
6
7
8
9
10


I need to transpose this data in Sheet 2 in multiple rows ie. for items
upto 1-4 in Row1 and 5-8 in Row 2 and 9-10 in Row 3.

Can you please let me know how this can be done.










"T. Valko" wrote:

Try this:

Assuming your data starts in Sheet1 in cell A1:

=INDEX(Sheet1!$A:$A,COLUMNS($A:A))

Copy across as needed.

--
Biff
Microsoft Excel MVP


"Darshan" wrote in message
...
I have the following data in sheet 1

Column A
1
2
3
4
5

I need to transpose the data of sheet 1 to sheet 2 but I need to retain
the
cell references so that whenever there is a change of data in sheet 1,
sheet
2 is automatically updated.

In sheet 2, i need to get the data like this

Column
A B C D E
1 2 3 4 5.


If any of u have an answer, please post the reply.






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
Data Validation formulas Lele Excel Discussion (Misc queries) 4 March 4th 07 02:10 PM
data sheet formulas PATRICIA-D-BOS Excel Worksheet Functions 4 January 12th 07 07:36 PM
delete data, keep formulas elviejo41 Excel Discussion (Misc queries) 1 August 8th 05 04:47 PM
Save Data not Formulas Charles Excel Discussion (Misc queries) 1 July 27th 05 09:29 PM
traspose a row by links Stan Altshuller Excel Worksheet Functions 1 January 5th 05 05:43 PM


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

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"