Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default How to copy an array without changing relative cell references?

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   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel
external usenet poster
 
Posts: 1,047
Default How to copy an array without changing relative cell references?

change the original to absoute, before copy to another range

regards from Brazil
Marcelo

"Dmitry" escreveu:

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   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel
external usenet poster
 
Posts: 32
Default How to copy an array without changing relative cell references?

There are too many relative cell references in the array, to change every
reference.
"Marcelo" сообщил/сообщила в новостях
следующее: ...
change the original to absoute, before copy to another range

regards from Brazil
Marcelo

"Dmitry" escreveu:

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






  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,073
Default How to copy an array without changing relative cell references?


Dmitry wrote:
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


Hi Dmitry,

You could try temporarily removing the equals sign before you copy,
then when you paste the formula it is only text so the references will
not change, then just type in the equals sign.

Ken Johnson

  #5   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default How to copy an array without changing relative cell references?

Thanks Ken Johnson.
How to add the equal sign to all the formulas in the array at once?
"Ken Johnson" ???????/???????? ? ???????? ?????????:
oups.com...

Dmitry wrote:
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


Hi Dmitry,

You could try temporarily removing the equals sign before you copy,
then when you paste the formula it is only text so the references will
not change, then just type in the equals sign.

Ken Johnson





  #6   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default How to copy an array without changing relative cell references?

I know now.
"Dmitry" сообщил/сообщила в новостях следующее:
...
Thanks Ken Johnson.
How to add the equal sign to all the formulas in the array at once?
"Ken Johnson" ???????/???????? ? ????????

?????????:
oups.com...

Dmitry wrote:
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


Hi Dmitry,

You could try temporarily removing the equals sign before you copy,
then when you paste the formula it is only text so the references will
not change, then just type in the equals sign.

Ken Johnson





  #7   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,073
Default How to copy an array without changing relative cell references?

Dmitry wrote:
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

Hi Dima,

another way is to copy and paste to any spare cells on the sheet. That
pasted copy has changed its references and is used later.

Then instead of copy/paste use cut/paste to cut and paste the original
formula to the new destination. Cut/paste does not change cell
references, however your cut cell does lose its formula. To overcome
the lose of formula you then copy/paste the copy of the formula in the
spare cells back into the original cells. The cell references will
revert to the original version.

Ken Johnson

  #8   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default How to copy an array without changing relative cell references?

Dependents on the new destination will lose their precedents if I override
the new destination by pasting the array.
"Ken Johnson" ???????/???????? ? ???????? ?????????:
oups.com...
Dmitry wrote:
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

Hi Dima,

another way is to copy and paste to any spare cells on the sheet. That
pasted copy has changed its references and is used later.

Then instead of copy/paste use cut/paste to cut and paste the original
formula to the new destination. Cut/paste does not change cell
references, however your cut cell does lose its formula. To overcome
the lose of formula you then copy/paste the copy of the formula in the
spare cells back into the original cells. The cell references will
revert to the original version.

Ken Johnson



  #9   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default How to copy an array without changing relative cell references?

I was wrong that Dependents will lose their precedents.
"Dmitry" сообщил/сообщила в новостях следующее:
...
Dependents on the new destination will lose their precedents if I override
the new destination by pasting the array.
"Ken Johnson" ???????/???????? ? ????????

?????????:
oups.com...
Dmitry wrote:
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

Hi Dima,

another way is to copy and paste to any spare cells on the sheet. That
pasted copy has changed its references and is used later.

Then instead of copy/paste use cut/paste to cut and paste the original
formula to the new destination. Cut/paste does not change cell
references, however your cut cell does lose its formula. To overcome
the lose of formula you then copy/paste the copy of the formula in the
spare cells back into the original cells. The cell references will
revert to the original version.

Ken Johnson





  #10   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,073
Default How to copy an array without changing relative cell references?

Hi Dmitry,

Glad you got it sorted!

Ken Johnson



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
How to copy an array without changing relative cell refferences? Dmitry Excel Worksheet Functions 12 June 20th 06 02:07 PM
How to copy an array without changing relative cell refferences? Dmitry Excel Programming 12 June 20th 06 02:07 PM
How to copy an array without changing relative cell references? Dmitry Excel Worksheet Functions 10 June 20th 06 01:11 PM
How to copy an array without changing relative cell references? Dmitry Excel Worksheet Functions 0 June 19th 06 03:08 PM
How to copy an array without changing relative cell references? Dmitry Excel Programming 0 June 19th 06 03:08 PM


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