Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need to copy and paste a formula from cell D18 [formula is =(9-SUM(SEP07))], SEP07 being the range D19:D29, into cell E18. this I have managed to do but I then need the formula to incorporate a new range, i.e. =(9-SUM(OCT07)), OCT07 being range E19:E29, when the formula is pasted into the new cell (E18). The people in this discussion group have been very helpful in the past and hopefully some one can suggest a macro to perform this task. thanks in advance sevi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why don't you just use the range address instead of its name
=(9-SUM(D$19:D$29)) Then when you copy it, the column will adjust. James "sevi61" wrote in message ... Hi, I need to copy and paste a formula from cell D18 [formula is =(9-SUM(SEP07))], SEP07 being the range D19:D29, into cell E18. this I have managed to do but I then need the formula to incorporate a new range, i.e. =(9-SUM(OCT07)), OCT07 being range E19:E29, when the formula is pasted into the new cell (E18). The people in this discussion group have been very helpful in the past and hopefully some one can suggest a macro to perform this task. thanks in advance sevi |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey Zone,
thanks mate, that works a treat and I can't believe that I didn't see it myself! sometimes I try and make things too complicated I guess. Thanks again for your help, it is much appreciated as always. regards, sevi "Zone" wrote: Why don't you just use the range address instead of its name =(9-SUM(D$19:D$29)) Then when you copy it, the column will adjust. James "sevi61" wrote in message ... Hi, I need to copy and paste a formula from cell D18 [formula is =(9-SUM(SEP07))], SEP07 being the range D19:D29, into cell E18. this I have managed to do but I then need the formula to incorporate a new range, i.e. =(9-SUM(OCT07)), OCT07 being range E19:E29, when the formula is pasted into the new cell (E18). The people in this discussion group have been very helpful in the past and hopefully some one can suggest a macro to perform this task. thanks in advance sevi |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Glad to help! James
"sevi61" wrote in message ... Hey Zone, thanks mate, that works a treat and I can't believe that I didn't see it myself! sometimes I try and make things too complicated I guess. Thanks again for your help, it is much appreciated as always. regards, sevi "Zone" wrote: Why don't you just use the range address instead of its name =(9-SUM(D$19:D$29)) Then when you copy it, the column will adjust. James "sevi61" wrote in message ... Hi, I need to copy and paste a formula from cell D18 [formula is =(9-SUM(SEP07))], SEP07 being the range D19:D29, into cell E18. this I have managed to do but I then need the formula to incorporate a new range, i.e. =(9-SUM(OCT07)), OCT07 being range E19:E29, when the formula is pasted into the new cell (E18). The people in this discussion group have been very helpful in the past and hopefully some one can suggest a macro to perform this task. thanks in advance sevi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy & paste formula | Excel Discussion (Misc queries) | |||
FOrmula Copy and Paste | Excel Worksheet Functions | |||
Excel formula to copy/paste formula needed please. | Excel Discussion (Misc queries) | |||
Copy/Paste how to avoid the copy of formula cells w/o calc values | Excel Discussion (Misc queries) | |||
formula for copy and paste | New Users to Excel |