Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default Copying a formula down 20K rows

I have a rather large spread sheet and would like to copy formulas from one
row to the next. It seems like there should be an easier way of copying to
20K rows than grabbing the fill handle and moving down that long.
I tried reviewing some of the tips in "programing" but I have no idea how or
where to type those directions (macros???I hope not).
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default Copying a formula down 20K rows

If there are entries immediately to the left (or the right) of the column
where the formulas are to do, then all you need do is double click the fill
handle
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"lizhere" wrote in message
...
I have a rather large spread sheet and would like to copy formulas from one
row to the next. It seems like there should be an easier way of copying
to
20K rows than grabbing the fill handle and moving down that long.
I tried reviewing some of the tips in "programing" but I have no idea how
or
where to type those directions (macros???I hope not).
Thanks



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,572
Default Copying a formula down 20K rows

One way:

With your formula already entered in A1,
Right click in A1 and choose "Copy",
Click in A2,
Click in the Name Box (left of formula bar)
Type in
a20000
Hold down <Shift
Hit <Enter
Release <Shift
Hit <Enter again,
You're done!
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===



"lizhere" wrote in message
...
I have a rather large spread sheet and would like to copy formulas from one
row to the next. It seems like there should be an easier way of copying to
20K rows than grabbing the fill handle and moving down that long.
I tried reviewing some of the tips in "programing" but I have no idea how or
where to type those directions (macros???I hope not).
Thanks


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Copying a formula down 20K rows

If no adjacent columns of data use this method.

In the namebox type A1:A20000 and ENTER

Then CTRL + D to copy down.


Gord Dibben MS Excel MVP

On Mon, 18 Feb 2008 08:43:05 -0800, lizhere
wrote:

I have a rather large spread sheet and would like to copy formulas from one
row to the next. It seems like there should be an easier way of copying to
20K rows than grabbing the fill handle and moving down that long.
I tried reviewing some of the tips in "programing" but I have no idea how or
where to type those directions (macros???I hope not).
Thanks


  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default Copying a formula down 20K rows

I couldn't get the double click to work, but this one did! Thanks so much



"RagDyeR" wrote:

One way:

With your formula already entered in A1,
Right click in A1 and choose "Copy",
Click in A2,
Click in the Name Box (left of formula bar)
Type in
a20000
Hold down <Shift
Hit <Enter
Release <Shift
Hit <Enter again,
You're done!
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===



"lizhere" wrote in message
...
I have a rather large spread sheet and would like to copy formulas from one
row to the next. It seems like there should be an easier way of copying to
20K rows than grabbing the fill handle and moving down that long.
I tried reviewing some of the tips in "programing" but I have no idea how or
where to type those directions (macros???I hope not).
Thanks





  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default Copying a formula down 20K rows

use this method if the formula is in A1 correct?



"Gord Dibben" wrote:

If no adjacent columns of data use this method.

In the namebox type A1:A20000 and ENTER

Then CTRL + D to copy down.


Gord Dibben MS Excel MVP

On Mon, 18 Feb 2008 08:43:05 -0800, lizhere
wrote:

I have a rather large spread sheet and would like to copy formulas from one
row to the next. It seems like there should be an easier way of copying to
20K rows than grabbing the fill handle and moving down that long.
I tried reviewing some of the tips in "programing" but I have no idea how or
where to type those directions (macros???I hope not).
Thanks



  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default Copying a formula down 20K rows

Yes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"lizhere" wrote in message
...
use this method if the formula is in A1 correct?



"Gord Dibben" wrote:

If no adjacent columns of data use this method.

In the namebox type A1:A20000 and ENTER

Then CTRL + D to copy down.


Gord Dibben MS Excel MVP

On Mon, 18 Feb 2008 08:43:05 -0800, lizhere

wrote:

I have a rather large spread sheet and would like to copy formulas from
one
row to the next. It seems like there should be an easier way of copying
to
20K rows than grabbing the fill handle and moving down that long.
I tried reviewing some of the tips in "programing" but I have no idea
how or
where to type those directions (macros???I hope not).
Thanks





  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default Copying a formula down 20K rows

Thank you!

"Bernard Liengme" wrote:

Yes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"lizhere" wrote in message
...
use this method if the formula is in A1 correct?



"Gord Dibben" wrote:

If no adjacent columns of data use this method.

In the namebox type A1:A20000 and ENTER

Then CTRL + D to copy down.


Gord Dibben MS Excel MVP

On Mon, 18 Feb 2008 08:43:05 -0800, lizhere

wrote:

I have a rather large spread sheet and would like to copy formulas from
one
row to the next. It seems like there should be an easier way of copying
to
20K rows than grabbing the fill handle and moving down that long.
I tried reviewing some of the tips in "programing" but I have no idea
how or
where to type those directions (macros???I hope not).
Thanks





  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Copying a formula down 20K rows

Double-click won't work unless there is contiguous data in an adjacent column.


Gord

On Mon, 18 Feb 2008 09:14:02 -0800, lizhere
wrote:

I couldn't get the double click to work, but this one did! Thanks so much



"RagDyeR" wrote:

One way:

With your formula already entered in A1,
Right click in A1 and choose "Copy",
Click in A2,
Click in the Name Box (left of formula bar)
Type in
a20000
Hold down <Shift
Hit <Enter
Release <Shift
Hit <Enter again,
You're done!
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===



"lizhere" wrote in message
...
I have a rather large spread sheet and would like to copy formulas from one
row to the next. It seems like there should be an easier way of copying to
20K rows than grabbing the fill handle and moving down that long.
I tried reviewing some of the tips in "programing" but I have no idea how or
where to type those directions (macros???I hope not).
Thanks




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 the Hyperlink function result without copying the actual formula mcheng Excel Worksheet Functions 2 June 9th 07 02:43 AM
copying formula without scrolling 9000 rows chiechka Excel Worksheet Functions 7 January 30th 07 09:21 PM
Copying a formula that contains a range of cell rows Anita D Excel Discussion (Misc queries) 4 January 17th 07 10:00 PM
Copying multiple rows to other worksheets (but amount of rows varies) - How? David Smithz Excel Discussion (Misc queries) 1 June 18th 06 04:31 PM
Same formula in each cell of column; insert rows w/o copying down tgdavis Excel Discussion (Misc queries) 3 September 14th 05 09:32 PM


All times are GMT +1. The time now is 11:06 PM.

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"