PC Review


Reply
Thread Tools Rate Thread

Copying Cells with Fill Handle

 
 
RRG
Guest
Posts: n/a
 
      22nd Apr 2010
Can anyone help? I am trying to copy cells across a row using the fill handle
that are referencing another sheet down a column. I am placing a "$" in front
of the letter as to not change it, but since I am copying across, the number
will not change. Is there any way to tell Excel that i want the number to
advance as I copy across?
 
Reply With Quote
 
 
 
 
Fred Smith
Guest
Posts: n/a
 
      22nd Apr 2010
If you want "the number" to advance as you copy across, then don't put a $
in front of it, as in:
=$A1*2

Regards,
Fred

"RRG" <(E-Mail Removed)> wrote in message
news:59164535-29A5-4C3B-ABDF-(E-Mail Removed)...
> Can anyone help? I am trying to copy cells across a row using the fill
> handle
> that are referencing another sheet down a column. I am placing a "$" in
> front
> of the letter as to not change it, but since I am copying across, the
> number
> will not change. Is there any way to tell Excel that i want the number to
> advance as I copy across?


 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      23rd Apr 2010
What you seek is to transpose contents from a source col into a destination row
One way, in say Sheet1,
in B2: =INDEX(Sheet2!$A:$A,COLUMNS($A:A))
Copy B2 across as far as required. This links/returns the contents of
Sheet2's A1, A2, A3, etc in Sheet1's B2, B3, B4, etc. Joy? hit the YES below
--
Max
Singapore
---
"RRG" wrote:
> Can anyone help? I am trying to copy cells across a row using the fill handle
> that are referencing another sheet down a column. I am placing a "$" in front
> of the letter as to not change it, but since I am copying across, the number
> will not change. Is there any way to tell Excel that i want the number to
> advance as I copy across?

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      23rd Apr 2010
Let's say in Sheet2 column A you have numbers 1 to 10 in A1:A10

You want them in Sheet1 from A1 to J1

Enter =INDIRECT("Sheet2!A"&COLUMN(A1)) in A1 and drag across.


Gord Dibben MS Excel MVP


On Thu, 22 Apr 2010 15:35:01 -0700, RRG <(E-Mail Removed)>
wrote:

>Can anyone help? I am trying to copy cells across a row using the fill handle
>that are referencing another sheet down a column. I am placing a "$" in front
>of the letter as to not change it, but since I am copying across, the number
>will not change. Is there any way to tell Excel that i want the number to
>advance as I copy across?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
copying formulas with fill handle Bob L Microsoft Excel New Users 4 30th Mar 2010 04:49 PM
Is there a keyboard shortcut to fill handle a large # of cells? Erin Microsoft Excel Misc 1 22nd Dec 2009 01:13 AM
How to copying conditional formatting using the fill handle. Mikexmil Microsoft Excel Misc 2 29th Mar 2008 06:45 PM
Excel fill handle copying does not copy formulas David Kelsey Microsoft Excel Discussion 3 30th May 2006 07:01 PM
using the fill handle All the cells return the value of the first =?Utf-8?B?Q2hyaXMgU2ltbW9ucw==?= Microsoft Excel Worksheet Functions 1 12th Dec 2005 04:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:46 AM.