ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Copying vertical references horizontally (https://www.excelbanter.com/excel-discussion-misc-queries/87365-copying-vertical-references-horizontally.html)

Christina

Copying vertical references horizontally
 
Sorry, basic question, searched for answer but couldn't find quickly.

A B C D E
1 10
2 20
3 30
4 =E1*3%

How do I copy the formula in A4 across so that the next one is E2*3%?
Thanks in advance.

Gary''s Student

Copying vertical references horizontally
 
Hi Christina:

In A4 enter:
=INDIRECT("E" & COLUMN())*3%
and copy across
--
Gary's Student


"Christina" wrote:

Sorry, basic question, searched for answer but couldn't find quickly.

A B C D E
1 10
2 20
3 30
4 =E1*3%

How do I copy the formula in A4 across so that the next one is E2*3%?
Thanks in advance.


RagDyeR

Copying vertical references horizontally
 
Another way:

=INDEX($E:$E,COLUMNS($A:A))*3%

--

Regards,

RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------


"Gary''s Student" wrote in message
...
Hi Christina:

In A4 enter:
=INDIRECT("E" & COLUMN())*3%
and copy across
--
Gary's Student


"Christina" wrote:

Sorry, basic question, searched for answer but couldn't find quickly.

A B C D E
1 10
2 20
3 30
4 =E1*3%

How do I copy the formula in A4 across so that the next one is E2*3%?
Thanks in advance.





All times are GMT +1. The time now is 10:19 AM.

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