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

Not sure which group to post this under, so here it goes... again

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.programming
external usenet poster
 
Posts: 3,365
Default Adjusting rows versus columns for formulas

=OFFSET(Sheet1!D$2,0,ROW()-3)
in G3 on sheet 2, per my other post in Worksheet Functions with same question.

" wrote:

Not sure which group to post this under, so here it goes... again

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
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
Auto-adjusting Formulas Nick B. Excel Discussion (Misc queries) 1 August 20th 09 12:06 AM
Copying and adjusting formulas dimitry Excel Worksheet Functions 1 August 3rd 08 12:27 AM
Adjusting rows versus columns for formulas [email protected] Excel Discussion (Misc queries) 4 April 11th 08 11:41 AM
Adjusting rows versus columns for formulas [email protected] Excel Worksheet Functions 1 April 10th 08 11:18 AM
Adjusting columns Té Excel Discussion (Misc queries) 6 April 5th 08 12:47 AM


All times are GMT +1. The time now is 09:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"