I hope im not misunderstanding your problem. If you copy a formula down to the next cell it should "float" the reference. For example, if in column (C) row (1) you wrote the formula =b1+b1 then the display within the cell (C1) should give you the result. If you copy that cell down one row (to C2) you should get a formula that says =b2+b2, likewise if you copied over one column to (D1) the formula should change to =c2+c2.
Your issue may be what is displayed in the cell verses the cell's actual content. If you highlight the cell and then look in the formula bar (top of the screen) it displays what is actually in the cell, while the cell itself displays the results of the formula.
I feel like this explanation is way too basic and i've misinterpreted your question. Please clarify if I have.
If you are wanting the same formula in other cells without the address changing?
Temporaruly change the formula to text by adding " ' " in front of it and copy-paste. Like '=B1+C1...
Then edit the " ' " out.
Its a pain but short of a macro combo box for non-edit pastes its the only way I know?
If you make the cell refernces absolute by add the dollar sign, teh reference won't change as the formula is copied. Example: =$B1+$C1 in this example the column reference will not change. Or
=B$1+C$1 in this example the row reference will not change.
Becky is right if you want to reference an absolute address.
If you want to use the "=" as the start of a Text statement start it with " ' " Excel will not display the leading " ' "
If this does not help you can you restate your problem? JSW
sorry i mustn't hav explained my self well enough...
but, It's fixed itself now..... (however i wouldn't mind know y i did it)
what was hapening was if i typed in =1+1 it wrote the value 2 in the cell (as it is supposed too) & it wrote 2 in the formulation bar (which it isn't supposed to do)
the problems occur when using formulas that depend on changing cells e.g.
A1 = "=B1+B2"
B1 = 10
B2 = 20
the result in A1 is 30..... which is all well and good but because it changes the formulation bar - if i then change the value of b1 to 5 A1 remains at 30...!
Any suggestions
Phil
Re: sorry i mustn't hav explained my self well enough...
A couple of things come to mind. First, is it possible that you are in manual Calculation? If so, then when you copy down, the value would be the same until you hit F9 to calculate. Another possibility would be if the cell was formatted as Hidden (on the protection tab) and the worksheet protected. If you tried to copy this down, I believe it would copy down as values. Not sure if either of these is the problem. but, It's fixed itself now..... (however i wouldn't mind know y i did it) what was hapening was if i typed in =1+1 it wrote the value 2 in the cell (as it is supposed too) & it wrote 2 in the formulation bar (which it isn't supposed to do) the problems occur when using formulas that depend on changing cells e.g. A1 = "=B1+B2"