Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Christina
 
Posts: n/a
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR
 
Posts: n/a
Default 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.



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 formulas to other cells. Keeping references w/o $ sign. GregP1962 Excel Discussion (Misc queries) 10 April 22nd 06 03:11 AM
Copying formulas to other cells. Keeping references w/o $ sign. GregP1962 Excel Discussion (Misc queries) 3 April 21st 06 07:24 PM
formula references vertical cells in a separate worksheet laralea Excel Worksheet Functions 3 January 11th 06 02:50 PM
Can you extend a formula horizontally while the data is vertical Shannon Excel Discussion (Misc queries) 3 December 20th 05 12:46 AM
copying data horizontally Alex Excel Worksheet Functions 1 April 11th 05 05:34 PM


All times are GMT +1. The time now is 08:59 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"