#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default copy cells

..I'm trying to copy a cell range in a cell, then copy down that cell without
the range changing in each cell. It seems to automatically drop down the
range per cell. Does this make sense?

Geo
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default copy cells

Switch between relative, absolute, and mixed references
1.. Select the cell that contains the formula.
2.. In the formula bar , select the reference you want to change.
3.. Press F4 to toggle through the combinations. The "Changes To" column
reflects how a reference type updates if a formula containing the reference
is copied two cells down and two cells to the right.


Formula being copied

Reference (Description) Changes to
$A$1 (absolute column and absolute row) $A$1
A$1 (relative column and absolute row) C$1
$A1 (absolute column and relative row) $A3
A1 (relative column and relative row) C3


--
Don Guillett
SalesAid Software

"Pass Codes" wrote in message
...
.I'm trying to copy a cell range in a cell, then copy down that cell
without
the range changing in each cell. It seems to automatically drop down the
range per cell. Does this make sense?

Geo


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,202
Default copy cells

.I'm trying to copy a cell range in a cell, then copy down that cell
without
the range changing in each cell. It seems to automatically drop down the
range per cell. Does this make sense?


If I understand what you are saying, just add the $ in front of the
column/row letter/numbers for the range after copying it into the cell but
before copying that cell down. That is, if your copied range is this...
C2:D14, just change it to $C$2:$D$14 after copying it into the cell, then
copy the cell downward.

Rick

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 695
Default copy cells

try indirect("A1")

or show what u got so far


"Pass Codes" skrev:

.I'm trying to copy a cell range in a cell, then copy down that cell without
the range changing in each cell. It seems to automatically drop down the
range per cell. Does this make sense?

Geo

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default copy cells

Yes. It makes sense.

Excel by default will increment as you copy because of Relative referencing.

=A1 + B1 copied will become =A2 + B2

Absolute referencing treats the cells differently.

$A1 will keep the column but change the row.

$A$1 will keep both row and column same.

A$1 will keep row the same but incease the column as you drag across.

To change these around, select the references in the formula bar then cycle
through the options using the F4 key.


Gord Dibben MS Excel MVP

On Sun, 3 Jun 2007 12:21:01 -0700, Pass Codes
wrote:

.I'm trying to copy a cell range in a cell, then copy down that cell without
the range changing in each cell. It seems to automatically drop down the
range per cell. Does this make sense?

Geo


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
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
How do I fill (copy) nonadjacent cells to adjacent cells? BuckyGeorge Excel Discussion (Misc queries) 2 December 22nd 05 04:18 AM
how can we copy cells comments text and paste to cells שי פלד Excel Discussion (Misc queries) 3 December 12th 05 05:16 AM
How to use macros to copy a range of cells which can exclude some cells which I didn't want to be copied? excelnovice Excel Worksheet Functions 2 September 25th 05 12:38 AM
Copy cells into range of cells until cell change mdeanda Excel Worksheet Functions 1 April 22nd 05 08:41 PM


All times are GMT +1. The time now is 08:24 AM.

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

About Us

"It's about Microsoft Excel"