Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Adjusting rows versus columns for formulas

I'm trying to find any way to adjust the row when I paste the formula
in the next column or visa versa.

I would be willing to use indirect references, but transposing my data
would not work well as the data displays much better in the formats
they are in.

Ex. On first worksheet the data is like
D E F G
2 | 25 50 39 27 ....

and the second worksheet I'd like it to be

G
3| Sheet1!D2
4| Sheet!E2
5| ....

I don't really care what method I use to do this, but I'd rather not
have to write a visual basic function to translate between the cells.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Adjusting rows versus columns for formulas

In Sheet2, cell G3 enter:

=INDEX(Sheet1!$D$2:$IV$2,1,ROWS($A$1:A1)) and copy down

This, in effect, combines transpose with link.

Have a pleasant day!
--
Gary''s Student - gsnu2007g


" wrote:

I'm trying to find any way to adjust the row when I paste the formula
in the next column or visa versa.

I would be willing to use indirect references, but transposing my data
would not work well as the data displays much better in the formats
they are in.

Ex. On first worksheet the data is like
D E F G
2 | 25 50 39 27 ....

and the second worksheet I'd like it to be

G
3| Sheet1!D2
4| Sheet!E2
5| ....

I don't really care what method I use to do this, but I'd rather not
have to write a visual basic function to translate between the cells.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Adjusting rows versus columns for formulas

Not sure exactly what you're driving at,
but see whether this gets you there

In Sheet2,
Place in G3:
=OFFSET(Sheet1!D$2,,ROWS($1:1)-1)
Copy G3 down, and you will get the transpose

G
3| Sheet1!D2
4| Sheet1!E2

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
wrote in message
...
I'm trying to find any way to adjust the row when I paste the formula
in the next column or visa versa.

I would be willing to use indirect references, but transposing my data
would not work well as the data displays much better in the formats
they are in.

Ex. On first worksheet the data is like
D E F G
2 | 25 50 39 27 ....

and the second worksheet I'd like it to be

G
3| Sheet1!D2
4| Sheet!E2
5| ....

I don't really care what method I use to do this, but I'd rather not
have to write a visual basic function to translate between the cells.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Adjusting rows versus columns for formulas

Awesome, this is exactly what I needed. Thank you.

On Apr 10, 6:19*pm, "Max" wrote:
Not sure exactly what you're driving at,
but see whether this gets you there

In Sheet2,
Place in G3:
=OFFSET(Sheet1!D$2,,ROWS($1:1)-1)
Copy G3 down, and you will get the transpose

G
3| Sheet1!D2
4| Sheet1!E2


--
Max
Singaporehttp://savefile.com/projects/236895
xdemechanik
wrote in message

...

I'm trying to find any way to adjust the row when I paste the formula
in the next column or visa versa.


I would be willing to use indirect references, but transposing my data
would not work well as the data displays much better in the formats
they are in.


Ex. *On first worksheet the data is like
* * *D * E * F *G
2 *| 25 50 39 27 ....


and the second worksheet I'd like it to be


* *G
3| Sheet1!D2
4| Sheet!E2
5| ....


I don't really care what method I use to do this, but I'd rather not
have to write a visual basic function to translate between the cells.


  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Adjusting rows versus columns for formulas

Welcome. But do note that GS' INDEX suggestion also works just as well.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
wrote in message
...
Awesome, this is exactly what I needed. Thank you.





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
Copying a range of data without adjusting formulas Captain Jack Flak Excel Discussion (Misc queries) 18 August 11th 11 08:51 AM
Adjusting columns Té Excel Discussion (Misc queries) 6 April 5th 08 12:47 AM
Automatically adjusting columns jfg Excel Discussion (Misc queries) 9 May 23rd 07 01:02 AM
How copy a range o cells without adjusting formulas? Oliver Excel Discussion (Misc queries) 4 September 3rd 06 12:44 AM
Is there a way to do a vlookup to look up two columns versus one? jpd Excel Worksheet Functions 8 January 28th 05 10:19 AM


All times are GMT +1. The time now is 11:09 AM.

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"