Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
In Excel2000, I have the following data in row 1 ( Cities )and formulas
(starting in row 2 that reference the cities) in : A B C 1 NY LA SF 2 +A1 3 +B1 4 +C1 Is there an easy way make a formula in A2 that I can copy down.I have many rows of this type of data. Thanks |
#2
![]() |
|||
|
|||
![]()
Select A1:C1 and copy
Select A2 EditPastespecial and click Transpose -- HTH Bob Phillips "snax500" wrote in message oups.com... In Excel2000, I have the following data in row 1 ( Cities )and formulas (starting in row 2 that reference the cities) in : A B C 1 NY LA SF 2 +A1 3 +B1 4 +C1 Is there an easy way make a formula in A2 that I can copy down.I have many rows of this type of data. Thanks |
#3
![]() |
|||
|
|||
![]()
Thanks for the reply but I wanted a formula that I can use not just
copy paste. |
#4
![]() |
|||
|
|||
![]() A2 = OFFSET(A1,2-ROW(),ROW()-2) snax500 Wrote: In Excel2000, I have the following data in row 1 ( Cities )and formulas (starting in row 2 that reference the cities) in : A B C 1 NY LA SF 2 +A1 3 +B1 4 +C1 Is there an easy way make a formula in A2 that I can copy down.I have many rows of this type of data. Thanks -- Morrigan ------------------------------------------------------------------------ Morrigan's Profile: http://www.excelforum.com/member.php...fo&userid=7094 View this thread: http://www.excelforum.com/showthread...hreadid=389369 |
#5
![]() |
|||
|
|||
![]() How about the TRANSPOSE function? It's an array function, but it does exactly what you want. -- MrShorty ------------------------------------------------------------------------ MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181 View this thread: http://www.excelforum.com/showthread...hreadid=389369 |
#6
![]() |
|||
|
|||
![]()
Could you give a little more information - what are you trying to accomplish?
What are the formulas? -- Sincerely, Michael Colvin "snax500" wrote: In Excel2000, I have the following data in row 1 ( Cities )and formulas (starting in row 2 that reference the cities) in : A B C 1 NY LA SF 2 +A1 3 +B1 4 +C1 Is there an easy way make a formula in A2 that I can copy down.I have many rows of this type of data. Thanks |
#7
![]() |
|||
|
|||
![]()
Thanks Morrigan, your formula is exactly what I am looking for.
Michael wrote: Could you give a little more information - what are you trying to accomplish? What are the formulas? -- Sincerely, Michael Colvin "snax500" wrote: In Excel2000, I have the following data in row 1 ( Cities )and formulas (starting in row 2 that reference the cities) in : A B C 1 NY LA SF 2 +A1 3 +B1 4 +C1 Is there an easy way make a formula in A2 that I can copy down.I have many rows of this type of data. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
referencing named formula using INDIRECT function | Excel Worksheet Functions | |||
Simplify formula | Excel Worksheet Functions | |||
how do i write a formula and keep in in formula form, so it DOESN. | Excel Discussion (Misc queries) | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |