View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Tom Hutchins Tom Hutchins is offline
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.