PC Review


Reply
Thread Tools Rate Thread

Can I copy formulas "as they are" when they are not static

 
 
Sirritys
Guest
Posts: n/a
 
      7th Aug 2006
Hi,

I have numerous cells with formulas in them, and I would like to
transfer them to other location without formulas changing.

They need to be dynamic before and after, but not during this transfer

Don't ask me why ;-)

-Sirritys

 
Reply With Quote
 
 
 
 
Niek Otten
Guest
Posts: n/a
 
      7th Aug 2006
Find and replace all "=" with "~", move and change back

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Sirritys" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| Hi,
|
| I have numerous cells with formulas in them, and I would like to
| transfer them to other location without formulas changing.
|
| They need to be dynamic before and after, but not during this transfer
|
| Don't ask me why ;-)
|
| -Sirritys
|


 
Reply With Quote
 
Sirritys
Guest
Posts: n/a
 
      8th Aug 2006
Should have thought about that one.

Thank you =)


Niek Otten kirjoitti:

> Find and replace all "=" with "~", move and change back
>
> --
> Kind regards,
>
> Niek Otten
> Microsoft MVP - Excel
>
> "Sirritys" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> | Hi,
> |
> | I have numerous cells with formulas in them, and I would like to
> | transfer them to other location without formulas changing.
> |
> | They need to be dynamic before and after, but not during this transfer
> |
> | Don't ask me why ;-)
> |
> | -Sirritys
> |


 
Reply With Quote
 
Harlan Grove
Guest
Posts: n/a
 
      8th Aug 2006
Niek Otten wrote...
>Find and replace all "=" with "~", move and change back


Unwise to use ~ since it's a metacharacter. In order to change literal
~s back to =s, you'd need to replace ~~ with =. Better to use any
character other than ~, ? or *.

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      8th Aug 2006
I usually change "=" to "xyz=" and then back again after I've copied
them.

Pete

Harlan Grove wrote:
> Niek Otten wrote...
> >Find and replace all "=" with "~", move and change back

>
> Unwise to use ~ since it's a metacharacter. In order to change literal
> ~s back to =s, you'd need to replace ~~ with =. Better to use any
> character other than ~, ? or *.


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      8th Aug 2006
And one more to avoid--apostrophe (').

I use $$$$$=
but only if I know that $$$$$= is never used elsewhere.

Harlan Grove wrote:
>
> Niek Otten wrote...
> >Find and replace all "=" with "~", move and change back

>
> Unwise to use ~ since it's a metacharacter. In order to change literal
> ~s back to =s, you'd need to replace ~~ with =. Better to use any
> character other than ~, ? or *.


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel should have a "Copy absolute formulas " in Paste Special. PaleRider Microsoft Excel Misc 5 29th Oct 2009 09:56 PM
I want to insert "n" records and then copy the formulas to them Juan L Microsoft Excel Programming 1 28th Jul 2009 11:25 PM
"An object reference is required for the non-static field, method, orproperty" compilation error generated from non-static context dejas9000@gmail.com Microsoft C# .NET 7 26th Jan 2008 12:02 PM
LOTUS TRANSITION KEYS "/" "R" / "V" convert formulas to text. =?Utf-8?B?Ym9iQGdvcmRvbmVuZ2luZWVyaW5nLmNvbQ==?= Microsoft Access Getting Started 3 18th Jan 2006 09:15 AM
Copy range of cells omitting formulas that result in " " =?Utf-8?B?UGxvdCBvbmx5IGNlbGxzIHdpdGggdmFsdWVzIGlu Microsoft Excel Misc 1 24th May 2005 08:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:36 PM.