PC Review


Reply
Thread Tools Rate Thread

Adjusting rows versus columns for formulas

 
 
joshua.olson@gmail.com
Guest
Posts: n/a
 
      10th Apr 2008
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.
 
Reply With Quote
 
 
 
 
Gary''s Student
Guest
Posts: n/a
 
      10th Apr 2008
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


"(E-Mail Removed)" 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.
>

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      10th Apr 2008
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
---
<(E-Mail Removed)> wrote in message
news:609b31fa-d25f-4eb4-94e8-(E-Mail Removed)...
> 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.



 
Reply With Quote
 
joshua.olson@gmail.com
Guest
Posts: n/a
 
      11th Apr 2008
Awesome, this is exactly what I needed. Thank you.

On Apr 10, 6:19*pm, "Max" <demecha...@yahoo.com> 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
> ---<joshua.ol...@gmail.com> wrote in message
>
> news:609b31fa-d25f-4eb4-94e8-(E-Mail Removed)...
>
> > 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.


 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      11th Apr 2008
Welcome. But do note that GS' INDEX suggestion also works just as well.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
<(E-Mail Removed)> wrote in message
news:21bbe273-da6c-4ce2-9b62-(E-Mail Removed)...
Awesome, this is exactly what I needed. Thank you.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy formulas from rows & columns PERANISH Microsoft Excel Worksheet Functions 4 27th May 2008 03:14 PM
Adjusting rows versus columns for formulas joshua.olson@gmail.com Microsoft Excel Discussion 2 11th Apr 2008 07:00 AM
Adjusting rows versus columns for formulas joshua.olson@gmail.com Microsoft Excel Programming 1 10th Apr 2008 11:35 AM
Adjusting rows versus columns for formulas joshua.olson@gmail.com Microsoft Excel Worksheet Functions 1 10th Apr 2008 11:18 AM
How do I transpose rows (with formulas) to columns?? Ari Microsoft Excel Misc 2 19th Apr 2004 08:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:15 AM.