Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default copying groups with formulas

Hey,
When I have a group of cells, all with formulas that inter-relate to
other cells, and I try to copy them to another section of a spreadsheet, the
formulas all reset themselves to new cells, relative to their new location.

How do I move cells and keep their formulas relating to the cells they were
related to before the move?

Thanks as always everyone,

Kyle P.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default copying groups with formulas

If you MOVE cells (drag them to a new position, or CUT & paste them), they
will still refer to the same cells as they did before the move. If you COPY &
paste cells, any relative cell references in them will will change. To
prevent this, change the relative cell references in the cells to be copied
to absolute references. The symbol that tells Excel a refernce is absolute is
the dollar sign ($). You can make rows, columns, or both absolute:

A1 = relative reference to A1
$A1 = absolute column A, relative row
A$1 = relative column, absolute row 1
$A$1 = absolute reference to cell A1

In the formula bar, if you click on a cell address in a formula and press
F4, it will toggle through these absolute/relative options.

Hope this helps,

Hutch

"Kyle P." wrote:

Hey,
When I have a group of cells, all with formulas that inter-relate to
other cells, and I try to copy them to another section of a spreadsheet, the
formulas all reset themselves to new cells, relative to their new location.

How do I move cells and keep their formulas relating to the cells they were
related to before the move?

Thanks as always everyone,

Kyle P.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default copying groups with formulas

That's great. I tried that already, but with only one $ before each cell
column. Didn't use one between the column letter and row number.

Is there a way to format that to a large group of related formulas, or do I
have manually chaneg each one before moving the group?

Also, I plan to move this to a second sheet. How do I link cells to the
first sheet?

Thanks for the Help,
Kyle P.

"Tom Hutchins" wrote:

If you MOVE cells (drag them to a new position, or CUT & paste them), they
will still refer to the same cells as they did before the move. If you COPY &
paste cells, any relative cell references in them will will change. To
prevent this, change the relative cell references in the cells to be copied
to absolute references. The symbol that tells Excel a refernce is absolute is
the dollar sign ($). You can make rows, columns, or both absolute:

A1 = relative reference to A1
$A1 = absolute column A, relative row
A$1 = relative column, absolute row 1
$A$1 = absolute reference to cell A1

In the formula bar, if you click on a cell address in a formula and press
F4, it will toggle through these absolute/relative options.

Hope this helps,

Hutch

"Kyle P." wrote:

Hey,
When I have a group of cells, all with formulas that inter-relate to
other cells, and I try to copy them to another section of a spreadsheet, the
formulas all reset themselves to new cells, relative to their new location.

How do I move cells and keep their formulas relating to the cells they were
related to before the move?

Thanks as always everyone,

Kyle P.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default copying groups with formulas

Never mind that first question, I see what you're saying about F4. Could
still use a way of linking cells across sheets though.
thanks,
kyle p.

"Tom Hutchins" wrote:

If you MOVE cells (drag them to a new position, or CUT & paste them), they
will still refer to the same cells as they did before the move. If you COPY &
paste cells, any relative cell references in them will will change. To
prevent this, change the relative cell references in the cells to be copied
to absolute references. The symbol that tells Excel a refernce is absolute is
the dollar sign ($). You can make rows, columns, or both absolute:

A1 = relative reference to A1
$A1 = absolute column A, relative row
A$1 = relative column, absolute row 1
$A$1 = absolute reference to cell A1

In the formula bar, if you click on a cell address in a formula and press
F4, it will toggle through these absolute/relative options.

Hope this helps,

Hutch

"Kyle P." wrote:

Hey,
When I have a group of cells, all with formulas that inter-relate to
other cells, and I try to copy them to another section of a spreadsheet, the
formulas all reset themselves to new cells, relative to their new location.

How do I move cells and keep their formulas relating to the cells they were
related to before the move?

Thanks as always everyone,

Kyle P.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default copying groups with formulas

One easy way, with both workbooks open:
- set up the formulas in the FROM workbook. save it.
- instead of copying the cells with the formulas, CUT them and paste in the
TO workbook. The formulas will refer back to the FROM workbook.
- close the FROM workbook without saving.
- save the TO workbook.

Hope this helps,

Hutch

"Kyle P." wrote:

Never mind that first question, I see what you're saying about F4. Could
still use a way of linking cells across sheets though.
thanks,
kyle p.

"Tom Hutchins" wrote:

If you MOVE cells (drag them to a new position, or CUT & paste them), they
will still refer to the same cells as they did before the move. If you COPY &
paste cells, any relative cell references in them will will change. To
prevent this, change the relative cell references in the cells to be copied
to absolute references. The symbol that tells Excel a refernce is absolute is
the dollar sign ($). You can make rows, columns, or both absolute:

A1 = relative reference to A1
$A1 = absolute column A, relative row
A$1 = relative column, absolute row 1
$A$1 = absolute reference to cell A1

In the formula bar, if you click on a cell address in a formula and press
F4, it will toggle through these absolute/relative options.

Hope this helps,

Hutch

"Kyle P." wrote:

Hey,
When I have a group of cells, all with formulas that inter-relate to
other cells, and I try to copy them to another section of a spreadsheet, the
formulas all reset themselves to new cells, relative to their new location.

How do I move cells and keep their formulas relating to the cells they were
related to before the move?

Thanks as always everyone,

Kyle P.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 464
Default copying groups with formulas

Select range to copy and then EditReplace = with ^^ cut/copy you range and
reverse the Edit Replace after pasting.



--
Regards
Dave Hawley
www.ozgrid.com
"Kyle P." wrote in message
...
Hey,
When I have a group of cells, all with formulas that inter-relate to
other cells, and I try to copy them to another section of a spreadsheet,
the
formulas all reset themselves to new cells, relative to their new
location.

How do I move cells and keep their formulas relating to the cells they
were
related to before the move?

Thanks as always everyone,

Kyle P.


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
Excel - Sorting groups in groups due to subtotaling [email protected] Excel Worksheet Functions 3 April 4th 08 06:13 PM
Copying formulas [email protected] Excel Worksheet Functions 1 March 28th 08 08:23 PM
Formulas using the same data types but with varying size groups MAC253 Excel Discussion (Misc queries) 0 October 3rd 06 04:31 PM
Copying groups of dates TBoe Excel Discussion (Misc queries) 4 February 3rd 06 09:06 AM
how do i view all groups under excel in google groups JulieD Excel Discussion (Misc queries) 2 December 16th 04 04:33 PM


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