A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Auto Calculate Question / HELP!



 
 
Thread Tools Display Modes
  #1  
Old January 7th, 2010, 06:06 PM posted to microsoft.public.excel.worksheet.functions
Andy
external usenet poster
 
Posts: 941
Default Auto Calculate Question / HELP!

When I click on the fill handle to drag the data down the cells fill with
data grabbed veritcally, for example: When I drag the fill handle down the
formulas look like:
=D21
=D22
=D23
=D24
=D25

But is there a way for Excel to be adjusted so that they attach the
information laterally instead of veritcally? For example, I want to drag the
auto fill DOWN but want the cells to read:
=D21
=E21
=F21
=G21
=H21

Thank you!
  #2  
Old January 7th, 2010, 06:15 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Auto Calculate Question / HELP!

Try this...

Assume you enter the first formula in cell A1

=INDEX(D$21:H$21,ROWS(A$1:A1))

Drag down as needed. Adjust for the correct end of range H$21.

--
Biff
Microsoft Excel MVP


"Andy" wrote in message
...
When I click on the fill handle to drag the data down the cells fill with
data grabbed veritcally, for example: When I drag the fill handle down the
formulas look like:
=D21
=D22
=D23
=D24
=D25

But is there a way for Excel to be adjusted so that they attach the
information laterally instead of veritcally? For example, I want to drag
the
auto fill DOWN but want the cells to read:
=D21
=E21
=F21
=G21
=H21

Thank you!



  #3  
Old January 7th, 2010, 06:21 PM posted to microsoft.public.excel.worksheet.functions
Roger Govier[_3_]
external usenet poster
 
Posts: 2,297
Default Auto Calculate Question / HELP!

Hi Andy

You can't do it with Autofill
Insert the following formula in the cell where you want to start (ie where
you want the value from D21 to appear) and copy down as far as required
=INDIRECT(SUBSTITUTE(ADDRESS(1,ROW(A4)),"1","")&"2 1")

--
Regards
Roger Govier

"Andy" wrote in message
...
When I click on the fill handle to drag the data down the cells fill with
data grabbed veritcally, for example: When I drag the fill handle down the
formulas look like:
=D21
=D22
=D23
=D24
=D25

But is there a way for Excel to be adjusted so that they attach the
information laterally instead of veritcally? For example, I want to drag
the
auto fill DOWN but want the cells to read:
=D21
=E21
=F21
=G21
=H21

Thank you!

__________ Information from ESET Smart Security, version of virus
signature database 4751 (20100107) __________

The message was checked by ESET Smart Security.

http://www.eset.com




__________ Information from ESET Smart Security, version of virus signature database 4751 (20100107) __________

The message was checked by ESET Smart Security.

http://www.eset.com



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:42 PM.


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