Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jc jc is offline
external usenet poster
 
Posts: 164
Default copy a formula within a row from a column on another worksheet

I am attempting to copy text from a column to a row in another worksheet via
a formula. For example A1, A2, A3, A4...from worksheet 1 will be copied to
B2, C2, D2, E2...on worksheet 2. I can simply do this with cut and paste
special using the transpose function but I want to pull changes from
worksheet 1 into worksheet 2 automatically using a formula. I used
=T('Worksheet1'!A1) but cannot copy across the row.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default copy a formula within a row from a column on another worksheet

Try this:

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

Copy across as needed. Adjust range to suit.

Biff

"JC" wrote in message
...
I am attempting to copy text from a column to a row in another worksheet
via
a formula. For example A1, A2, A3, A4...from worksheet 1 will be copied
to
B2, C2, D2, E2...on worksheet 2. I can simply do this with cut and paste
special using the transpose function but I want to pull changes from
worksheet 1 into worksheet 2 automatically using a formula. I used
=T('Worksheet1'!A1) but cannot copy across the row.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default copy a formula within a row from a column on another worksheet

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


"JC" wrote:

I am attempting to copy text from a column to a row in another worksheet via
a formula. For example A1, A2, A3, A4...from worksheet 1 will be copied to
B2, C2, D2, E2...on worksheet 2. I can simply do this with cut and paste
special using the transpose function but I want to pull changes from
worksheet 1 into worksheet 2 automatically using a formula. I used
=T('Worksheet1'!A1) but cannot copy across the row.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 740
Default copy a formula within a row from a column on another worksheet

the transpose function allows to pull changes made from sheet1 range to sheet2
range
On sheet2 : select cells from B2 to E2 : type in formula bar
=Transpose(sheet1!A1:A4)

hit Ctrl-Shift-Enter
{} brackets will be inserted by excel automatically.
B2:E2 must SHOW the values same with sheet1!A1:A4
now go to sheet1, cell A2 and try to change the cell value or content...you
can see that Cell B2 pull the change automatically....

Note if the source range has a blank cell, the corresponding transpose
result cell will show a 0. <to bear with it
--
*****
birds of the same feather flock together..



"JC" wrote:

I am attempting to copy text from a column to a row in another worksheet via
a formula. For example A1, A2, A3, A4...from worksheet 1 will be copied to
B2, C2, D2, E2...on worksheet 2. I can simply do this with cut and paste
special using the transpose function but I want to pull changes from
worksheet 1 into worksheet 2 automatically using a formula. I used
=T('Worksheet1'!A1) but cannot copy across the row.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default copy a formula within a row from a column on another worksheet

JC

In Sheet2 B2 enter this formula.

=OFFSET(Sheet1!$A$1,COLUMN(A1)-1,)

Copy across to wherever.


Gord Dibben MS Excel MVP

On Tue, 30 Jan 2007 13:12:00 -0800, JC wrote:

I am attempting to copy text from a column to a row in another worksheet via
a formula. For example A1, A2, A3, A4...from worksheet 1 will be copied to
B2, C2, D2, E2...on worksheet 2. I can simply do this with cut and paste
special using the transpose function but I want to pull changes from
worksheet 1 into worksheet 2 automatically using a formula. I used
=T('Worksheet1'!A1) but cannot copy across the row.


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
COUNTIF in between rows Vasilis Tergen Excel Worksheet Functions 20 January 13th 07 10:22 PM
Index and Match Formula Barbara Schneier Excel Worksheet Functions 4 January 7th 07 06:07 PM
Lookup function/sum function Secret Squirrel Excel Discussion (Misc queries) 24 November 21st 06 01:46 AM
Date formulas DRondeau Excel Discussion (Misc queries) 7 September 6th 06 09:53 PM
Comparing a list to a Calendar worksheet. PatrickL Excel Worksheet Functions 0 August 25th 05 04:21 PM


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