![]() |
|
|
|
#1
|
|||
|
|||
|
Hi folks, have been having a problem all day trying to figure this out so any help would be great.
I am hoping to get a column from sheet1 to display as a row in sheet2 in excel. There are 651 records so dont want to do it one by one. I am using "=INDEX(Sheet1!$A$2,1,1)" to get the first entry in and "=INDEX(Sheet1!$A$3,1,1)" to get the second. As soon as i try to drag the cell to the right it keeps giving me the same input over and over again. Doing my head in. Cheers Greg |
|
#2
|
||||
|
||||
|
Hi
you can use the TRANSPOSE function to that effect Also review the INDEX syntax
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
|
#3
|
|||
|
|||
|
Hi again Pecoflyer,
Finally got it, thanks for the suggestions as even searching under what you suggested helped. Think I had been at it so long my brain was melted. =INDEX(Sheet1!$A2:A651,COLUMNS(Sheet2!$B1:B1),ROWS (Sheet2!$B$1:B1)) used that code and it works perfectly. |
|
#4
|
|||
|
|||
|
Hi Pecoflyer,
thanks for the quick reply, I have done that but the names may be changing and there are 650 of them and I am actually setting this up for someone else who would not have the best of excel knowledge(even less than me if thats possible ) so I would like to have them linked from one sheet to the other. The only way I can see it being done at the moment is manually and as I said I would prefer not to have to do that manually.Thanks |
|
| Tags |
| formula, help please, rows and columns |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
How to input the text of a cell into another cell automatically ?
|
Juliet | Excel | 1 | 03-15-2013 03:25 AM |
how to input data vertically in spreadsheet?
|
mikehende | Excel | 3 | 10-10-2012 11:40 PM |
| how to write G1 in terms of B1+value in the cell 5 columns away (which is G1 itself)) | Sunny | Excel | 3 | 04-20-2012 12:32 AM |
Data input in Powerpoint?
|
DeeDubb | PowerPoint | 1 | 04-05-2012 01:53 AM |
| Move data from 1 cell to another cell | Catalin.B | Excel | 1 | 06-25-2011 12:51 PM |