Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have the following problem:
In the range C1:C20 i have some data. I the range A1:A20 i have this "formula": In A10: =C10, in A11: =C11, and so on. The problem is: I want to have the ability to cut for example the range C17:C20 and paste it in the range C11:C14, WITHOUT changing the formulas in the range A1:A20. That means, I do still want the formula in A11 to be =C11 (and not =#REF). Thank you. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Change them to absolute references. Highligh column A, then CTRL-H
(Find & Replace): Find what: C Replace With: $C$ Click Replace All. Hope this helps. Pete On Oct 4, 9:11 am, Xtian wrote: I have the following problem: In the range C1:C20 i have some data. I the range A1:A20 i have this "formula": In A10: =C10, in A11: =C11, and so on. The problem is: I want to have the ability to cut for example the range C17:C20 and paste it in the range C11:C14, WITHOUT changing the formulas in the range A1:A20. That means, I do still want the formula in A11 to be =C11 (and not =#REF). Thank you. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In A10 enter this formula:
=INDIRECT("C"&ROWS($1:10)) And copy down as needed. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Xtian" wrote in message ... I have the following problem: In the range C1:C20 i have some data. I the range A1:A20 i have this "formula": In A10: =C10, in A11: =C11, and so on. The problem is: I want to have the ability to cut for example the range C17:C20 and paste it in the range C11:C14, WITHOUT changing the formulas in the range A1:A20. That means, I do still want the formula in A11 to be =C11 (and not =#REF). Thank you. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perfect! Thank you very much!
Ragdyer skrev: In A10 enter this formula: =INDIRECT("C"&ROWS($1:10)) And copy down as needed. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Xtian" wrote in message ... I have the following problem: In the range C1:C20 i have some data. I the range A1:A20 i have this "formula": In A10: =C10, in A11: =C11, and so on. The problem is: I want to have the ability to cut for example the range C17:C20 and paste it in the range C11:C14, WITHOUT changing the formulas in the range A1:A20. That means, I do still want the formula in A11 to be =C11 (and not =#REF). Thank you. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Appreciate the feed-back.
-- Regards, RD ----------------------------------------------------------------------------------------------- Please keep all correspondence within the Group, so all may benefit ! ----------------------------------------------------------------------------------------------- "Xtian" wrote in message ... Perfect! Thank you very much! Ragdyer skrev: In A10 enter this formula: =INDIRECT("C"&ROWS($1:10)) And copy down as needed. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Xtian" wrote in message ... I have the following problem: In the range C1:C20 i have some data. I the range A1:A20 i have this "formula": In A10: =C10, in A11: =C11, and so on. The problem is: I want to have the ability to cut for example the range C17:C20 and paste it in the range C11:C14, WITHOUT changing the formulas in the range A1:A20. That means, I do still want the formula in A11 to be =C11 (and not =#REF). Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I keep my cell reference from moving even when I use the $. | Excel Worksheet Functions | |||
Moving left of a cell reference | Excel Worksheet Functions | |||
Moving left of a cell reference | Excel Worksheet Functions | |||
Cell Reference with Range Name | Excel Worksheet Functions | |||
Moving Cell Reference after Sorting | New Users to Excel |