Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Gary's Student
 
Posts: n/a
Default Copy without Adjustment

I would like to copy the formula in one cell to another without adjusting
cell references within the formula. For example

Cells(10,10).formula=cells(2,2).formula

will copy the formula in B2 to J10 without adjustment. There must be a
simple way to do this without resorting to VBA??

--
Gary's Student
  #2   Report Post  
Ragdyer
 
Posts: n/a
Default

Select the entire formula in the formula bar.

Right click in the selection, and choose "Copy".

Hit <Enter.

Right click in J10, and choose "Paste".

And you're done.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Gary's Student" wrote in message
...
I would like to copy the formula in one cell to another without adjusting
cell references within the formula. For example

Cells(10,10).formula=cells(2,2).formula

will copy the formula in B2 to J10 without adjustment. There must be a
simple way to do this without resorting to VBA??

--
Gary's Student


  #3   Report Post  
Ken Wright
 
Posts: n/a
Default

And if you have range of cells to do this to, then select the range and do
Edit / Replace / Replace = with %%. Copy to new place, and then do Edit /
Replace / Replace %% with =.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"Ragdyer" wrote in message
...
Select the entire formula in the formula bar.

Right click in the selection, and choose "Copy".

Hit <Enter.

Right click in J10, and choose "Paste".

And you're done.
--
HTH,

RD

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

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

-
"Gary's Student" wrote in message
...
I would like to copy the formula in one cell to another without

adjusting
cell references within the formula. For example

Cells(10,10).formula=cells(2,2).formula

will copy the formula in B2 to J10 without adjustment. There must be a
simple way to do this without resorting to VBA??

--
Gary's Student




  #4   Report Post  
Ragdyer
 
Posts: n/a
Default

Then, if you want the original formulas to still work at their original
location, go back to them and also revert the change back to it's original,
while the Edit - Replace dialog window still remembers the replace
settings.<g
--
Regards,

RD

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


"Ken Wright" wrote in message
...
And if you have range of cells to do this to, then select the range and do
Edit / Replace / Replace = with %%. Copy to new place, and then do Edit /
Replace / Replace %% with =.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

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

--
It's easier to beg forgiveness than ask permission :-)
--------------------------------------------------------------------------

--

"Ragdyer" wrote in message
...
Select the entire formula in the formula bar.

Right click in the selection, and choose "Copy".

Hit <Enter.

Right click in J10, and choose "Paste".

And you're done.
--
HTH,

RD


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

!

--------------------------------------------------------------------------
-
"Gary's Student" wrote in

message
...
I would like to copy the formula in one cell to another without

adjusting
cell references within the formula. For example

Cells(10,10).formula=cells(2,2).formula

will copy the formula in B2 to J10 without adjustment. There must be

a
simple way to do this without resorting to VBA??

--
Gary's Student





  #5   Report Post  
Gary's Student
 
Posts: n/a
Default

Thank you
--
Gary's Student


"Ken Wright" wrote:

And if you have range of cells to do this to, then select the range and do
Edit / Replace / Replace = with %%. Copy to new place, and then do Edit /
Replace / Replace %% with =.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"Ragdyer" wrote in message
...
Select the entire formula in the formula bar.

Right click in the selection, and choose "Copy".

Hit <Enter.

Right click in J10, and choose "Paste".

And you're done.
--
HTH,

RD

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

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

-
"Gary's Student" wrote in message
...
I would like to copy the formula in one cell to another without

adjusting
cell references within the formula. For example

Cells(10,10).formula=cells(2,2).formula

will copy the formula in B2 to J10 without adjustment. There must be a
simple way to do this without resorting to VBA??

--
Gary's Student







  #6   Report Post  
Ken Wright
 
Posts: n/a
Default

LOL - That too :-)

--
Regards
Ken.......................


"Ragdyer" wrote in message
...
Then, if you want the original formulas to still work at their original
location, go back to them and also revert the change back to it's

original,
while the Edit - Replace dialog window still remembers the replace
settings.<g
--
Regards,

RD

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

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

-


"Ken Wright" wrote in message
...
And if you have range of cells to do this to, then select the range and

do
Edit / Replace / Replace = with %%. Copy to new place, and then do Edit

/
Replace / Replace %% with =.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03


--------------------------------------------------------------------------
--
It's easier to beg forgiveness than ask permission :-)


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

"Ragdyer" wrote in message
...
Select the entire formula in the formula bar.

Right click in the selection, and choose "Copy".

Hit <Enter.

Right click in J10, and choose "Paste".

And you're done.
--
HTH,

RD



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

benefit
!


--------------------------------------------------------------------------
-
"Gary's Student" wrote in

message
...
I would like to copy the formula in one cell to another without

adjusting
cell references within the formula. For example

Cells(10,10).formula=cells(2,2).formula

will copy the formula in B2 to J10 without adjustment. There must

be
a
simple way to do this without resorting to VBA??

--
Gary's Student






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 sheet to new workbook Tim Excel Discussion (Misc queries) 5 April 28th 05 02:00 PM
Copy worksheets with formulas between different workbooks Tim Excel Discussion (Misc queries) 3 March 31st 05 12:40 PM
Copy Function Genie Bohn Excel Discussion (Misc queries) 0 March 23rd 05 12:28 AM
copy link from next worksheet mate Excel Worksheet Functions 7 March 7th 05 04:14 PM
Copy and pasting graphs to PowerPoint JZip Excel Discussion (Misc queries) 0 January 6th 05 08:29 PM


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