copy and paste formula +1

G

Guest

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
 
Z

Zone

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
 
G

Guest

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 said:
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 said:
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
 
Z

Zone

Glad to help! James
sevi61 said:
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 said:
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 said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top