ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Adjusting rows versus columns for formulas (https://www.excelbanter.com/excel-worksheet-functions/183185-adjusting-rows-versus-columns-formulas.html)

[email protected]

Adjusting rows versus columns for formulas
 
Sorry, for posting this in multiple forums, but I just found this one.

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.

JLatham

Adjusting rows versus columns for formulas
 
If you put this in G3 on the second sheet and fill down, it should do the job
for you:
=OFFSET(Sheet1!D$2,0,ROW()-3)

You'll have to continue filling the formula down the sheet as you add 'new'
columns of data on the first sheet.

" wrote:

Sorry, for posting this in multiple forums, but I just found this one.

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.



All times are GMT +1. The time now is 05:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com