First Sorry about my bad English.
Here it's the situation, I have:
A1=1
B1=2
B2=2
And I want to do an If function so that If B1 = B2 A1 will be 1 + 1, so A1 is now 2.
I tried:
=If(B1=B2,A1=A1+1,A1)
but it not working.
|
First Sorry about my bad English. Here it's the situation, I have:
And I want to do an If function so that
but it not working. |
|||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can't do that. A cell either needs to be a value or a formula. I would expect a formula in a cell that references the same cell to throw an error for a circular reference. I don't know what it is exactly that you're trying to accomplish, but you could do something like this: Simply keep your original value in one cell and the formula in another.
Then put the formula for your result in a different cell.
|
|||
|
|