Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 7
Default Changing data orientation from one sheet to another

Hi,
On sheet1 the data is oriented vertically as
A1
A2
A3
I'd like on sheet2 the data be oriented horizontally
A1 to A1
A2 to B1
A3 to B3
Can it be done? if so, how?
TIA
Olga
Excell 07
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Changing data orientation from one sheet to another

Copy the data from sheet1

Select A1 of sheet2 and paste specialtranspose.

Note: cannot be done if you have more than 16384 rows of data in column A

Also, I think you have a typo at A3 to B3.........maybe A3 to C1?


Gord Dibben MS Excel MVP

On Sun, 20 Apr 2008 19:55:12 +0200, "Olga" wrote:

Hi,
On sheet1 the data is oriented vertically as
A1
A2
A3
I'd like on sheet2 the data be oriented horizontally
A1 to A1
A2 to B1
A3 to B3
Can it be done? if so, how?
TIA
Olga
Excell 07


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 7
Default Changing data orientation from one sheet to another

Thank you Gord,
The data is coming from a SQL query and it is text and money values. If I
copy A1 from sheet 1 and paste it as transpose on sheet2 works however, if I
drag A1 horizontally to fulfill the rest of the cells then, the information
is not coherent. Surly I'm doing some wrong.


"Gord Dibben" <gorddibbATshawDOTca escribió en el mensaje de noticias
...
Copy the data from sheet1

Select A1 of sheet2 and paste specialtranspose.

Note: cannot be done if you have more than 16384 rows of data in column A

Also, I think you have a typo at A3 to B3.........maybe A3 to C1?


Gord Dibben MS Excel MVP

On Sun, 20 Apr 2008 19:55:12 +0200, "Olga" wrote:

Hi,
On sheet1 the data is oriented vertically as
A1
A2
A3
I'd like on sheet2 the data be oriented horizontally
A1 to A1
A2 to B1
A3 to B3
Can it be done? if so, how?
TIA
Olga
Excell 07



  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Changing data orientation from one sheet to another

"Surley I'm doing some wrong"

Yes, you are<g

Re-read the instructions................I did not say to copy A1 from sheet1

Select the data range on sheet1 and copy.

Select A1 on sheet2 and EditPaste SpecialTransposeOKEsc

No dragging needed. You are paste/transposing the copied range, not just one
cell.


Gord

On Sun, 20 Apr 2008 21:05:07 +0200, "Olga" wrote:

Thank you Gord,
The data is coming from a SQL query and it is text and money values. If I
copy A1 from sheet 1 and paste it as transpose on sheet2 works however, if I
drag A1 horizontally to fulfill the rest of the cells then, the information
is not coherent. Surly I'm doing some wrong.


"Gord Dibben" <gorddibbATshawDOTca escribió en el mensaje de noticias
.. .
Copy the data from sheet1

Select A1 of sheet2 and paste specialtranspose.

Note: cannot be done if you have more than 16384 rows of data in column A

Also, I think you have a typo at A3 to B3.........maybe A3 to C1?


Gord Dibben MS Excel MVP

On Sun, 20 Apr 2008 19:55:12 +0200, "Olga" wrote:

Hi,
On sheet1 the data is oriented vertically as
A1
A2
A3
I'd like on sheet2 the data be oriented horizontally
A1 to A1
A2 to B1
A3 to B3
Can it be done? if so, how?
TIA
Olga
Excell 07



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 7
Default Changing data orientation from one sheet to another

Thank you very much, it worked. But how would sheet 2 update itself when
sheet 1 is updated refreshing the db connection?

"Gord Dibben" <gorddibbATshawDOTca escribió en el mensaje de noticias
...
"Surley I'm doing some wrong"

Yes, you are<g

Re-read the instructions................I did not say to copy A1 from
sheet1

Select the data range on sheet1 and copy.

Select A1 on sheet2 and EditPaste SpecialTransposeOKEsc

No dragging needed. You are paste/transposing the copied range, not just
one
cell.


Gord

On Sun, 20 Apr 2008 21:05:07 +0200, "Olga" wrote:

Thank you Gord,
The data is coming from a SQL query and it is text and money values. If I
copy A1 from sheet 1 and paste it as transpose on sheet2 works however, if
I
drag A1 horizontally to fulfill the rest of the cells then, the
information
is not coherent. Surly I'm doing some wrong.


"Gord Dibben" <gorddibbATshawDOTca escribió en el mensaje de noticias
. ..
Copy the data from sheet1

Select A1 of sheet2 and paste specialtranspose.

Note: cannot be done if you have more than 16384 rows of data in column
A

Also, I think you have a typo at A3 to B3.........maybe A3 to C1?


Gord Dibben MS Excel MVP

On Sun, 20 Apr 2008 19:55:12 +0200, "Olga" wrote:

Hi,
On sheet1 the data is oriented vertically as
A1
A2
A3
I'd like on sheet2 the data be oriented horizontally
A1 to A1
A2 to B1
A3 to B3
Can it be done? if so, how?
TIA
Olga
Excell 07





  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Changing data orientation from one sheet to another

Sheet2 will not update itself using the manual transpose method we just did.

We will have to link the cells to the source range then tranpose those links.

Or write a macro to do the job after each query.

What is your original source range that will be transposed?

Is it consistent or variable range?


Gord

On Sun, 20 Apr 2008 23:54:53 +0200, "Olga" wrote:

Thank you very much, it worked. But how would sheet 2 update itself when
sheet 1 is updated refreshing the db connection?

"Gord Dibben" <gorddibbATshawDOTca escribió en el mensaje de noticias
.. .
"Surley I'm doing some wrong"

Yes, you are<g

Re-read the instructions................I did not say to copy A1 from
sheet1

Select the data range on sheet1 and copy.

Select A1 on sheet2 and EditPaste SpecialTransposeOKEsc

No dragging needed. You are paste/transposing the copied range, not just
one
cell.


Gord

On Sun, 20 Apr 2008 21:05:07 +0200, "Olga" wrote:

Thank you Gord,
The data is coming from a SQL query and it is text and money values. If I
copy A1 from sheet 1 and paste it as transpose on sheet2 works however, if
I
drag A1 horizontally to fulfill the rest of the cells then, the
information
is not coherent. Surly I'm doing some wrong.


"Gord Dibben" <gorddibbATshawDOTca escribió en el mensaje de noticias
...
Copy the data from sheet1

Select A1 of sheet2 and paste specialtranspose.

Note: cannot be done if you have more than 16384 rows of data in column
A

Also, I think you have a typo at A3 to B3.........maybe A3 to C1?


Gord Dibben MS Excel MVP

On Sun, 20 Apr 2008 19:55:12 +0200, "Olga" wrote:

Hi,
On sheet1 the data is oriented vertically as
A1
A2
A3
I'd like on sheet2 the data be oriented horizontally
A1 to A1
A2 to B1
A3 to B3
Can it be done? if so, how?
TIA
Olga
Excell 07



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 Orientation diceman725 Excel Discussion (Misc queries) 1 June 5th 06 10:02 PM
Changing txt input into a modified orientation. Traveller New Users to Excel 1 October 26th 05 04:56 AM
Changing orientation of pages Louise Excel Worksheet Functions 1 September 29th 05 04:53 PM
Changing fill orientation Ferrin444 Excel Discussion (Misc queries) 4 January 26th 05 07:51 PM
Changing chart orientation Melissa Charts and Charting in Excel 3 December 10th 04 10:15 PM


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