Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ineluctable
 
Posts: n/a
Default How do I copy & paste formulas without them linking to the source

How do I copy & paste formulas without the formulas linking back to the
original source spreadsheet. The formulas should calculate only from
internal cells and tabs .
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bill Kuunders
 
Posts: n/a
Default How do I copy & paste formulas without them linking to the source

Change the formula to text by inserting a ' in front.
Then copy /paste, and remove the '.

--
Greetings from New Zealand
Bill K
"Ineluctable" wrote in message
...
How do I copy & paste formulas without the formulas linking back to the
original source spreadsheet. The formulas should calculate only from
internal cells and tabs .



  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default How do I copy & paste formulas without them linking to the source

Using that apostrophe makes it very difficult to do edit|replace to get all the
"formulas" at one time.

Bill Kuunders wrote:

Change the formula to text by inserting a ' in front.
Then copy /paste, and remove the '.

--
Greetings from New Zealand
Bill K
"Ineluctable" wrote in message
...
How do I copy & paste formulas without the formulas linking back to the
original source spreadsheet. The formulas should calculate only from
internal cells and tabs .


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
RagDyer
 
Posts: n/a
Default How do I copy & paste formulas without them linking to the source

But makes it very easy *if* they're in a column by simply opening and
closing Text To Columns.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Dave Peterson" wrote in message
...
Using that apostrophe makes it very difficult to do edit|replace to get

all the
"formulas" at one time.

Bill Kuunders wrote:

Change the formula to text by inserting a ' in front.
Then copy /paste, and remove the '.

--
Greetings from New Zealand
Bill K
"Ineluctable" wrote in message
...
How do I copy & paste formulas without the formulas linking back to

the
original source spreadsheet. The formulas should calculate only from
internal cells and tabs .


--

Dave Peterson


  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default How do I copy & paste formulas without them linking to the source

But if there's numbers that look like text ('1234123412341234), it might not be
worth the hassle.

RagDyer wrote:

But makes it very easy *if* they're in a column by simply opening and
closing Text To Columns.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Dave Peterson" wrote in message
...
Using that apostrophe makes it very difficult to do edit|replace to get

all the
"formulas" at one time.

Bill Kuunders wrote:

Change the formula to text by inserting a ' in front.
Then copy /paste, and remove the '.

--
Greetings from New Zealand
Bill K
"Ineluctable" wrote in message
...
How do I copy & paste formulas without the formulas linking back to

the
original source spreadsheet. The formulas should calculate only from
internal cells and tabs .


--

Dave Peterson


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
RagDyer
 
Posts: n/a
Default How do I copy & paste formulas without them linking to the source

True, but just shows all the ways XL can skin that cat.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Dave Peterson" wrote in message
...
But if there's numbers that look like text ('1234123412341234), it might

not be
worth the hassle.

RagDyer wrote:

But makes it very easy *if* they're in a column by simply opening and
closing Text To Columns.
--
Regards,

RD


--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit

!

--------------------------------------------------------------------------

-

"Dave Peterson" wrote in message
...
Using that apostrophe makes it very difficult to do edit|replace to

get
all the
"formulas" at one time.

Bill Kuunders wrote:

Change the formula to text by inserting a ' in front.
Then copy /paste, and remove the '.

--
Greetings from New Zealand
Bill K
"Ineluctable" wrote in

message
...
How do I copy & paste formulas without the formulas linking back

to
the
original source spreadsheet. The formulas should calculate only

from
internal cells and tabs .

--

Dave Peterson


--

Dave Peterson


  #7   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default How do I copy & paste formulas without them linking to the source

If you're doing one cell, you could copy from the formulabar, then paste into
the formulabar. You'll have to adjust the formula yourself.

If you're doing lots...
Select the range to copy
edit|replace
what: = (equal sign)
with: $$$$$
replace all

Do your copy|paste

Then reverse it (in both worksheets/workbooks):

Select the range
edit|replace
what: $$$$$
with: =
replace all

Since you're copying text, you may have to change the ranges.

Ineluctable wrote:

How do I copy & paste formulas without the formulas linking back to the
original source spreadsheet. The formulas should calculate only from
internal cells and tabs .


--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.misc
Ineluctable
 
Posts: n/a
Default How do I copy & paste formulas without them linking to the sou

Worked like a charm.

Thanks

"Dave Peterson" wrote:

If you're doing one cell, you could copy from the formulabar, then paste into
the formulabar. You'll have to adjust the formula yourself.

If you're doing lots...
Select the range to copy
edit|replace
what: = (equal sign)
with: $$$$$
replace all

Do your copy|paste

Then reverse it (in both worksheets/workbooks):

Select the range
edit|replace
what: $$$$$
with: =
replace all

Since you're copying text, you may have to change the ranges.

Ineluctable wrote:

How do I copy & paste formulas without the formulas linking back to the
original source spreadsheet. The formulas should calculate only from
internal cells and tabs .


--

Dave Peterson

  #9   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie
 
Posts: n/a
Default How do I copy & paste formulas without them linking to the sou

If you paste to the formula bar rather than the cell you can copy one formula
without adjustment of addresses.

If you would like a macro to do this see
Right Click Menus (Context Menus) in Excel
http://www.mvps.org/dmcritchie/excel/rightclick.htm
--
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Ineluctable" wrote in message ...
Worked like a charm.

Thanks

"Dave Peterson" wrote:

If you're doing one cell, you could copy from the formulabar, then paste into
the formulabar. You'll have to adjust the formula yourself.

If you're doing lots...
Select the range to copy
edit|replace
what: = (equal sign)
with: $$$$$
replace all

Do your copy|paste

Then reverse it (in both worksheets/workbooks):

Select the range
edit|replace
what: $$$$$
with: =
replace all

Since you're copying text, you may have to change the ranges.

Ineluctable wrote:

How do I copy & paste formulas without the formulas linking back to the
original source spreadsheet. The formulas should calculate only from
internal cells and tabs .


--

Dave Peterson



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
paste formulas between workbooks without workbook link ron Excel Discussion (Misc queries) 3 April 22nd 23 08:11 AM
How do I copy only cells with formulas in another row? Soozy Excel Worksheet Functions 2 October 21st 05 08:02 PM
how can i get formulas in excel to copy and paste? bman Excel Worksheet Functions 1 October 3rd 05 04:15 PM
Issue with copy & paste? Etrnal168 Excel Discussion (Misc queries) 2 July 12th 05 03:35 AM
Can't Copy and Paste between Excel 2003 Workbooks wllee Excel Discussion (Misc queries) 6 March 30th 05 02:59 PM


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