Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I create a list that will copy the entire row?

I need to create a list that will copy all data that is linked to it (from a
row). I have been able to create a list but only to a column.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default How do I create a list that will copy the entire row?

If you enter this formula in A1 of Sheet1
=INDIRECT("Sheet2!R1C" & ROW(),FALSE)
and copy down column A (to A2, A3, ...) then you will get the values of
row 1 of Sheet2....
Is that what you want?

If you just want to copy the values in row 1 of Sheet2 then you can copy it
and
choose paste special-Transpose after right-clicking in A1 of Sheet1
--
--------
If this is what you wanted then press the ''''YES'''' button (if you see it)


"Wifey" wrote:

I need to create a list that will copy all data that is linked to it (from a
row). I have been able to create a list but only to a column.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default How do I create a list that will copy the entire row?

Hi,

It is not clear exactly what you want. But suppose you want to take the
entries from sheet2 row 1 and put them in a column on sheet1. Enter the
following formula in cell A1 and copy it down as far as needed:

=OFFSET(Sheet2!A$1,,ROW()-1)

or you can array enter this formula:

=TRANSPOSE(Sheet2!1:1)

To do this one select a range of the size you need in Sheet1 Column A, Say
A1:A20. Type the formula but don't press enter, instead press
Shift+Ctrl+Enter.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Wifey" wrote:

I need to create a list that will copy all data that is linked to it (from a
row). I have been able to create a list but only to a column.

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 create a drop down list for an entire column? wanderer83 Excel Discussion (Misc queries) 9 April 22nd 23 07:42 PM
Copy an entire sheet Gynandra Excel Discussion (Misc queries) 1 June 28th 06 04:31 AM
Copy Entire Sheet Linda Excel Discussion (Misc queries) 1 June 11th 06 11:04 PM
How to copy data validation utilizing a list to the entire column Sonjab Excel Worksheet Functions 0 September 8th 05 02:28 PM
How do I create a formula for an entire column Shelly9633 New Users to Excel 2 August 1st 05 11:24 PM


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