Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / March 2008

Tip: Looking for answers? Try searching our database.

Copy Formula Columns

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lauravila - 28 Mar 2008 21:57 GMT
If for example I have the following formula:
=Sheet!$a1

and I want to copy it in the colums. I would like to have:
=Sheet!$a1      =Sheet!$a2       =Sheet!$a3... etc.

but by just dragging the cell I always get the same =Sheet!$a1

Any help ? thank you.
PCLIVE - 28 Mar 2008 22:10 GMT
Try this instead.

=INDIRECT("'Sheet2'!$A"&COLUMN(A1))

Note, this will only work when copying across (not down).
HTH,
Paul

> If for example I have the following formula:
> =Sheet!$a1
[quoted text clipped - 5 lines]
>
> Any help ? thank you.
Gord Dibben - 28 Mar 2008 22:13 GMT
=OFFSET(Sheet1!$A$1,COLUMN(A1)-1,)

Drag/copy across.

Gord Dibben  MS Excel MVP

>If for example I have the following formula:
>=Sheet!$a1
[quoted text clipped - 5 lines]
>
>Any help ? thank you.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.