Copy and Pasting Formulas are incrementing

A

anickless

Hi i am trying to paste formulas from one column to another, however when I
do a paste -> special -> formulas it seems in increment the cell references
with the formulas

e.g the correct formula would be A1

but when I paste formulas it comes up as B1

what is going on here?
 
G

Gordon

anickless said:
Hi i am trying to paste formulas from one column to another, however when
I
do a paste -> special -> formulas it seems in increment the cell
references
with the formulas

e.g the correct formula would be A1

but when I paste formulas it comes up as B1

what is going on here?

That's correct behaviour. if you want the formulae to stay EXACTLY the same
you need to put absolute references in the original.
I.e if your formula is A1*B1 and you need that to stay the same then change
it to $A$1*$B$1. If you only want A1 to stay then same then put $A$1*B1 and
the converse if you want B1 to be unchanged.
Hope that's clear as mud!
 
R

RonaldoOneNil

Your original formula needs to have an absolute reference to stop it changing
as you paste into another column

i.e. $A$1 instead of just A1
 
A

anickless

Thank you that solved the issue. I just never knew much about the formulas.
its been awhile
 

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