+ Reply to Thread
Results 1 to 14 of 14

How to copy an array without changing relative cell refferences?

  1. #1
    Dmitry
    Guest

    How to copy an array without changing relative cell refferences?

    Hello specialists!
    How to copy an array to an array of the same size without changing relative
    cell references in the formulas?
    Best regards,
    Dima



  2. #2
    Otto Moehrbach
    Guest

    Re: How to copy an array without changing relative cell refferences?

    One way is to change the formulas so that Excel will not recognize them as
    formulas, do the copy and paste, then change them back.
    Do this:
    Select the range (the array) that you want to copy.
    Click on Edit - Replace.
    In the "Find what:" box, type "=" without the quotes.
    In the "Replace with:" box type "Dmitry" without the quotes.
    Click OK.
    Copy and paste.
    Now select the new range and reverse the process.
    Done
    HTH Otto
    "Dmitry" <[email protected]> wrote in message
    news:[email protected]...
    > Hello specialists!
    > How to copy an array to an array of the same size without changing
    > relative
    > cell references in the formulas?
    > Best regards,
    > Dima
    >
    >




  3. #3
    Dave Peterson
    Guest

    Re: How to copy an array without changing relative cell refferences?

    Just another take on Otto's suggestion.

    Using Dmitry may not be the best solution for you. If you have your name in any
    other cell, you may mess those up when you're doing the second half.

    I try to use a unique value ($$$$$=) when I do it.

    Otto Moehrbach wrote:
    >
    > One way is to change the formulas so that Excel will not recognize them as
    > formulas, do the copy and paste, then change them back.
    > Do this:
    > Select the range (the array) that you want to copy.
    > Click on Edit - Replace.
    > In the "Find what:" box, type "=" without the quotes.
    > In the "Replace with:" box type "Dmitry" without the quotes.
    > Click OK.
    > Copy and paste.
    > Now select the new range and reverse the process.
    > Done
    > HTH Otto
    > "Dmitry" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello specialists!
    > > How to copy an array to an array of the same size without changing
    > > relative
    > > cell references in the formulas?
    > > Best regards,
    > > Dima
    > >
    > >


    --

    Dave Peterson

  4. #4
    Otto Moehrbach
    Guest

    Re: How to copy an array without changing relative cell refferences?

    That's a good idea Dave, Thanks. Otto
    "Dave Peterson" <[email protected]> wrote in message
    news:[email protected]...
    > Just another take on Otto's suggestion.
    >
    > Using Dmitry may not be the best solution for you. If you have your name
    > in any
    > other cell, you may mess those up when you're doing the second half.
    >
    > I try to use a unique value ($$$$$=) when I do it.
    >
    > Otto Moehrbach wrote:
    >>
    >> One way is to change the formulas so that Excel will not recognize them
    >> as
    >> formulas, do the copy and paste, then change them back.
    >> Do this:
    >> Select the range (the array) that you want to copy.
    >> Click on Edit - Replace.
    >> In the "Find what:" box, type "=" without the quotes.
    >> In the "Replace with:" box type "Dmitry" without the quotes.
    >> Click OK.
    >> Copy and paste.
    >> Now select the new range and reverse the process.
    >> Done
    >> HTH Otto
    >> "Dmitry" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > Hello specialists!
    >> > How to copy an array to an array of the same size without changing
    >> > relative
    >> > cell references in the formulas?
    >> > Best regards,
    >> > Dima
    >> >
    >> >

    >
    > --
    >
    > Dave Peterson




  5. #5
    Otto Moehrbach
    Guest

    Re: How to copy an array without changing relative cell refferences?

    That's a good idea Dave, Thanks. Otto
    "Dave Peterson" <[email protected]> wrote in message
    news:[email protected]...
    > Just another take on Otto's suggestion.
    >
    > Using Dmitry may not be the best solution for you. If you have your name
    > in any
    > other cell, you may mess those up when you're doing the second half.
    >
    > I try to use a unique value ($$$$$=) when I do it.
    >
    > Otto Moehrbach wrote:
    >>
    >> One way is to change the formulas so that Excel will not recognize them
    >> as
    >> formulas, do the copy and paste, then change them back.
    >> Do this:
    >> Select the range (the array) that you want to copy.
    >> Click on Edit - Replace.
    >> In the "Find what:" box, type "=" without the quotes.
    >> In the "Replace with:" box type "Dmitry" without the quotes.
    >> Click OK.
    >> Copy and paste.
    >> Now select the new range and reverse the process.
    >> Done
    >> HTH Otto
    >> "Dmitry" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > Hello specialists!
    >> > How to copy an array to an array of the same size without changing
    >> > relative
    >> > cell references in the formulas?
    >> > Best regards,
    >> > Dima
    >> >
    >> >

    >
    > --
    >
    > Dave Peterson




  6. #6
    Dave Peterson
    Guest

    Re: How to copy an array without changing relative cell refferences?

    I once suggested a generic unique string and the poster used the apostrophe.

    And that was a mess (for the poster)--not so much for me <bg>.

    Otto Moehrbach wrote:
    >
    > That's a good idea Dave, Thanks. Otto
    > "Dave Peterson" <[email protected]> wrote in message
    > news:[email protected]...
    > > Just another take on Otto's suggestion.
    > >
    > > Using Dmitry may not be the best solution for you. If you have your name
    > > in any
    > > other cell, you may mess those up when you're doing the second half.
    > >
    > > I try to use a unique value ($$$$$=) when I do it.
    > >
    > > Otto Moehrbach wrote:
    > >>
    > >> One way is to change the formulas so that Excel will not recognize them
    > >> as
    > >> formulas, do the copy and paste, then change them back.
    > >> Do this:
    > >> Select the range (the array) that you want to copy.
    > >> Click on Edit - Replace.
    > >> In the "Find what:" box, type "=" without the quotes.
    > >> In the "Replace with:" box type "Dmitry" without the quotes.
    > >> Click OK.
    > >> Copy and paste.
    > >> Now select the new range and reverse the process.
    > >> Done
    > >> HTH Otto
    > >> "Dmitry" <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> > Hello specialists!
    > >> > How to copy an array to an array of the same size without changing
    > >> > relative
    > >> > cell references in the formulas?
    > >> > Best regards,
    > >> > Dima
    > >> >
    > >> >

    > >
    > > --
    > >
    > > Dave Peterson


    --

    Dave Peterson

  7. #7
    Dmitry
    Guest

    Re: How to copy an array without changing relative cell refferences?

    Thanks Otto Moehrbach!
    Dependents on the target destination will lose their precedents if I
    override the target destination by pasting the array.
    "Otto Moehrbach" <[email protected]> сообщил/сообщила в новостях
    следующее: news:uy%23%237%[email protected]...
    > One way is to change the formulas so that Excel will not recognize them as
    > formulas, do the copy and paste, then change them back.
    > Do this:
    > Select the range (the array) that you want to copy.
    > Click on Edit - Replace.
    > In the "Find what:" box, type "=" without the quotes.
    > In the "Replace with:" box type "Dmitry" without the quotes.
    > Click OK.
    > Copy and paste.
    > Now select the new range and reverse the process.
    > Done
    > HTH Otto
    > "Dmitry" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello specialists!
    > > How to copy an array to an array of the same size without changing
    > > relative
    > > cell references in the formulas?
    > > Best regards,
    > > Dima
    > >
    > >

    >
    >




  8. #8
    Dmitry
    Guest

    Re: How to copy an array without changing relative cell refferences?

    Thanks Dave Peterson!
    "Dave Peterson" <[email protected]> ???????/???????? ? ????????
    ?????????: news:[email protected]...
    > Just another take on Otto's suggestion.
    >
    > Using Dmitry may not be the best solution for you. If you have your name

    in any
    > other cell, you may mess those up when you're doing the second half.
    >
    > I try to use a unique value ($$$$$=) when I do it.
    >
    > Otto Moehrbach wrote:
    > >
    > > One way is to change the formulas so that Excel will not recognize them

    as
    > > formulas, do the copy and paste, then change them back.
    > > Do this:
    > > Select the range (the array) that you want to copy.
    > > Click on Edit - Replace.
    > > In the "Find what:" box, type "=" without the quotes.
    > > In the "Replace with:" box type "Dmitry" without the quotes.
    > > Click OK.
    > > Copy and paste.
    > > Now select the new range and reverse the process.
    > > Done
    > > HTH Otto
    > > "Dmitry" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Hello specialists!
    > > > How to copy an array to an array of the same size without changing
    > > > relative
    > > > cell references in the formulas?
    > > > Best regards,
    > > > Dima
    > > >
    > > >

    >
    > --
    >
    > Dave Peterson




  9. #9
    Dmitry
    Guest

    Re: How to copy an array without changing relative cell refferences?

    I was wrong that Dependents will lose their precedents.
    "Dmitry" <[email protected]> сообщил/сообщила в новостях следующее:
    news:[email protected]...
    > Thanks Otto Moehrbach!
    > Dependents on the target destination will lose their precedents if I
    > override the target destination by pasting the array.
    > "Otto Moehrbach" <[email protected]> сообщил/сообщила в новостях
    > следующее: news:uy%23%237%[email protected]...
    > > One way is to change the formulas so that Excel will not recognize them

    as
    > > formulas, do the copy and paste, then change them back.
    > > Do this:
    > > Select the range (the array) that you want to copy.
    > > Click on Edit - Replace.
    > > In the "Find what:" box, type "=" without the quotes.
    > > In the "Replace with:" box type "Dmitry" without the quotes.
    > > Click OK.
    > > Copy and paste.
    > > Now select the new range and reverse the process.
    > > Done
    > > HTH Otto
    > > "Dmitry" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Hello specialists!
    > > > How to copy an array to an array of the same size without changing
    > > > relative
    > > > cell references in the formulas?
    > > > Best regards,
    > > > Dima
    > > >
    > > >

    > >
    > >

    >
    >




  10. #10
    Dave Peterson
    Guest

    Re: How to copy an array without changing relative cell refferences?

    Maybe you just want to Edit|Cut instead of Edit|copy???

    Dmitry wrote:
    >
    > I was wrong that Dependents will lose their precedents.
    > "Dmitry" <[email protected]> сообщил/сообщила в новостях следующее:
    > news:[email protected]...
    > > Thanks Otto Moehrbach!
    > > Dependents on the target destination will lose their precedents if I
    > > override the target destination by pasting the array.
    > > "Otto Moehrbach" <[email protected]> сообщил/сообщила в новостях
    > > следующее: news:uy%23%237%[email protected]...
    > > > One way is to change the formulas so that Excel will not recognize them

    > as
    > > > formulas, do the copy and paste, then change them back.
    > > > Do this:
    > > > Select the range (the array) that you want to copy.
    > > > Click on Edit - Replace.
    > > > In the "Find what:" box, type "=" without the quotes.
    > > > In the "Replace with:" box type "Dmitry" without the quotes.
    > > > Click OK.
    > > > Copy and paste.
    > > > Now select the new range and reverse the process.
    > > > Done
    > > > HTH Otto
    > > > "Dmitry" <[email protected]> wrote in message
    > > > news:[email protected]...
    > > > > Hello specialists!
    > > > > How to copy an array to an array of the same size without changing
    > > > > relative
    > > > > cell references in the formulas?
    > > > > Best regards,
    > > > > Dima
    > > > >
    > > > >
    > > >
    > > >

    > >
    > >


    --

    Dave Peterson

  11. #11
    Dmitry
    Guest

    Re: How to copy an array without changing relative cell refferences?

    Will Edit|Cut instead of Edit|copy brake a link with Dependents on the
    target destination, without replacing =?
    "Dave Peterson" <[email protected]> ???????/???????? ? ????????
    ?????????: news:[email protected]...
    > Maybe you just want to Edit|Cut instead of Edit|copy???
    >
    > Dmitry wrote:
    > >
    > > I was wrong that Dependents will lose their precedents.
    > > "Dmitry" <[email protected]> сообщил/сообщила в новостях следующее:
    > > news:[email protected]...
    > > > Thanks Otto Moehrbach!
    > > > Dependents on the target destination will lose their precedents if I
    > > > override the target destination by pasting the array.
    > > > "Otto Moehrbach" <[email protected]> сообщил/сообщила в новостях
    > > > следующее: news:uy%23%237%[email protected]...
    > > > > One way is to change the formulas so that Excel will not recognize

    them
    > > as
    > > > > formulas, do the copy and paste, then change them back.
    > > > > Do this:
    > > > > Select the range (the array) that you want to copy.
    > > > > Click on Edit - Replace.
    > > > > In the "Find what:" box, type "=" without the quotes.
    > > > > In the "Replace with:" box type "Dmitry" without the quotes.
    > > > > Click OK.
    > > > > Copy and paste.
    > > > > Now select the new range and reverse the process.
    > > > > Done
    > > > > HTH Otto
    > > > > "Dmitry" <[email protected]> wrote in message
    > > > > news:[email protected]...
    > > > > > Hello specialists!
    > > > > > How to copy an array to an array of the same size without changing
    > > > > > relative
    > > > > > cell references in the formulas?
    > > > > > Best regards,
    > > > > > Dima
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >

    >
    > --
    >
    > Dave Peterson




  12. #12
    Dave Peterson
    Guest

    Re: How to copy an array without changing relative cell refferences?

    If you want the dependent cells to point at the new location, I think you're
    going to have to use Edit|Cut.

    But try it and see if it works.

    Dmitry wrote:
    >
    > Will Edit|Cut instead of Edit|copy brake a link with Dependents on the
    > target destination, without replacing =?
    > "Dave Peterson" <[email protected]> ???????/???????? ? ????????
    > ?????????: news:[email protected]...
    > > Maybe you just want to Edit|Cut instead of Edit|copy???
    > >
    > > Dmitry wrote:
    > > >
    > > > I was wrong that Dependents will lose their precedents.
    > > > "Dmitry" <[email protected]> сообщил/сообщила в новостях следующее:
    > > > news:[email protected]...
    > > > > Thanks Otto Moehrbach!
    > > > > Dependents on the target destination will lose their precedents if I
    > > > > override the target destination by pasting the array.
    > > > > "Otto Moehrbach" <[email protected]> сообщил/сообщила в новостях
    > > > > следующее: news:uy%23%237%[email protected]...
    > > > > > One way is to change the formulas so that Excel will not recognize

    > them
    > > > as
    > > > > > formulas, do the copy and paste, then change them back.
    > > > > > Do this:
    > > > > > Select the range (the array) that you want to copy.
    > > > > > Click on Edit - Replace.
    > > > > > In the "Find what:" box, type "=" without the quotes.
    > > > > > In the "Replace with:" box type "Dmitry" without the quotes.
    > > > > > Click OK.
    > > > > > Copy and paste.
    > > > > > Now select the new range and reverse the process.
    > > > > > Done
    > > > > > HTH Otto
    > > > > > "Dmitry" <[email protected]> wrote in message
    > > > > > news:[email protected]...
    > > > > > > Hello specialists!
    > > > > > > How to copy an array to an array of the same size without changing
    > > > > > > relative
    > > > > > > cell references in the formulas?
    > > > > > > Best regards,
    > > > > > > Dima
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >

    > >
    > > --
    > >
    > > Dave Peterson


    --

    Dave Peterson

  13. #13
    Dmitry
    Guest

    Re: How to copy an array without changing relative cell refferences?

    The dependent cells point at the new location now, before Edit|Cut. Will
    Edit|Cut brake a link with Dependents on the new, target destination,
    without replacing =?
    "Dave Peterson" <[email protected]> ???????/???????? ? ????????
    ?????????: news:[email protected]...
    > If you want the dependent cells to point at the new location, I think

    you're
    > going to have to use Edit|Cut.
    >
    > But try it and see if it works.
    >
    > Dmitry wrote:
    > >
    > > Will Edit|Cut instead of Edit|copy brake a link with Dependents on the
    > > target destination, without replacing =?
    > > "Dave Peterson" <[email protected]> ???????/???????? ? ????????
    > > ?????????: news:[email protected]...
    > > > Maybe you just want to Edit|Cut instead of Edit|copy???
    > > >
    > > > Dmitry wrote:
    > > > >
    > > > > I was wrong that Dependents will lose their precedents.
    > > > > "Dmitry" <[email protected]> сообщил/сообщила в новостях следующее:
    > > > > news:[email protected]...
    > > > > > Thanks Otto Moehrbach!
    > > > > > Dependents on the target destination will lose their precedents if

    I
    > > > > > override the target destination by pasting the array.
    > > > > > "Otto Moehrbach" <[email protected]> сообщил/сообщила в

    новостях
    > > > > > следующее: news:uy%23%237%[email protected]...
    > > > > > > One way is to change the formulas so that Excel will not

    recognize
    > > them
    > > > > as
    > > > > > > formulas, do the copy and paste, then change them back.
    > > > > > > Do this:
    > > > > > > Select the range (the array) that you want to copy.
    > > > > > > Click on Edit - Replace.
    > > > > > > In the "Find what:" box, type "=" without the quotes.
    > > > > > > In the "Replace with:" box type "Dmitry" without the quotes.
    > > > > > > Click OK.
    > > > > > > Copy and paste.
    > > > > > > Now select the new range and reverse the process.
    > > > > > > Done
    > > > > > > HTH Otto
    > > > > > > "Dmitry" <[email protected]> wrote in message
    > > > > > > news:[email protected]...
    > > > > > > > Hello specialists!
    > > > > > > > How to copy an array to an array of the same size without

    changing
    > > > > > > > relative
    > > > > > > > cell references in the formulas?
    > > > > > > > Best regards,
    > > > > > > > Dima
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > >
    > > > --
    > > >
    > > > Dave Peterson

    >
    > --
    >
    > Dave Peterson




  14. #14
    Dave Peterson
    Guest

    Re: How to copy an array without changing relative cell refferences?

    I think I'm confused about what you want.

    Maybe you could just do some small experiments to see what works best.

    Dmitry wrote:
    >
    > The dependent cells point at the new location now, before Edit|Cut. Will
    > Edit|Cut brake a link with Dependents on the new, target destination,
    > without replacing =?
    > "Dave Peterson" <[email protected]> ???????/???????? ? ????????
    > ?????????: news:[email protected]...
    > > If you want the dependent cells to point at the new location, I think

    > you're
    > > going to have to use Edit|Cut.
    > >
    > > But try it and see if it works.
    > >
    > > Dmitry wrote:
    > > >
    > > > Will Edit|Cut instead of Edit|copy brake a link with Dependents on the
    > > > target destination, without replacing =?
    > > > "Dave Peterson" <[email protected]> ???????/???????? ? ????????
    > > > ?????????: news:[email protected]...
    > > > > Maybe you just want to Edit|Cut instead of Edit|copy???
    > > > >
    > > > > Dmitry wrote:
    > > > > >
    > > > > > I was wrong that Dependents will lose their precedents.
    > > > > > "Dmitry" <[email protected]> сообщил/сообщила в новостях следующее:
    > > > > > news:[email protected]...
    > > > > > > Thanks Otto Moehrbach!
    > > > > > > Dependents on the target destination will lose their precedents if

    > I
    > > > > > > override the target destination by pasting the array.
    > > > > > > "Otto Moehrbach" <[email protected]> сообщил/сообщила в

    > новостях
    > > > > > > следующее: news:uy%23%237%[email protected]...
    > > > > > > > One way is to change the formulas so that Excel will not

    > recognize
    > > > them
    > > > > > as
    > > > > > > > formulas, do the copy and paste, then change them back.
    > > > > > > > Do this:
    > > > > > > > Select the range (the array) that you want to copy.
    > > > > > > > Click on Edit - Replace.
    > > > > > > > In the "Find what:" box, type "=" without the quotes.
    > > > > > > > In the "Replace with:" box type "Dmitry" without the quotes.
    > > > > > > > Click OK.
    > > > > > > > Copy and paste.
    > > > > > > > Now select the new range and reverse the process.
    > > > > > > > Done
    > > > > > > > HTH Otto
    > > > > > > > "Dmitry" <[email protected]> wrote in message
    > > > > > > > news:[email protected]...
    > > > > > > > > Hello specialists!
    > > > > > > > > How to copy an array to an array of the same size without

    > changing
    > > > > > > > > relative
    > > > > > > > > cell references in the formulas?
    > > > > > > > > Best regards,
    > > > > > > > > Dima
    > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > >
    > > > > --
    > > > >
    > > > > Dave Peterson

    > >
    > > --
    > >
    > > Dave Peterson


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1