Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default Drag to fill row with column values

In the sheet "Stats", there are columns of numbers, we'll say A1:A10,
that I would like to automatically put in a single row, we'll say
A15:J15,using "=A1" and so on, and I'd like to do this many times.

In A15 I put "=A1"....is there a keyboard shortcut that, when pressed
while I drag to the right will put "=A2" in B15 instead of B2, and so
on?

Thanks to all.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Drag to fill row with column values

This works as long as you *don't start* the copying in Column A:

=INDEX($A:$A,COLUMNS($A:A))

Drag right to copy as needed.


If you must start copying in Column A, then you need to define the ranges:

=INDEX($A1:$A10,COLUMNS($A:A))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"michaelberrier" wrote in message
oups.com...
In the sheet "Stats", there are columns of numbers, we'll say A1:A10,
that I would like to automatically put in a single row, we'll say
A15:J15,using "=A1" and so on, and I'd like to do this many times.

In A15 I put "=A1"....is there a keyboard shortcut that, when pressed
while I drag to the right will put "=A2" in B15 instead of B2, and so
on?

Thanks to all.



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
if you drag the fill handle will it decrement the series ajbanana Excel Discussion (Misc queries) 3 January 31st 07 08:04 AM
if you drag the fill handle will it decrement the series ajbanana Excel Discussion (Misc queries) 3 January 31st 07 07:33 AM
What is keyboard shortcut equivalent to drag the fill handle JZ Excel Discussion (Misc queries) 2 July 31st 06 06:25 AM
How to avoid black shade fill on the from cell,when drag-and-drop Salesi Fono New Users to Excel 0 June 9th 06 08:12 PM
Drag values down cells mohd21uk via OfficeKB.com New Users to Excel 1 June 7th 06 08:00 PM


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