First, is there a larger specific excel forum out there?
Second, I am having trouble with the "IF" function. I want to have something happen to a cell if something else is true, put if It is not true, I want the cell to keep its current value.
Ex. Lets say A1 equals value "x" (..."x" is determined by a different formula) I want "x" to "y" if A1>A2. I try =IF(A1>A2,"y",A1). This gives me circular function error. if I use "" instead of A1, it clears A1, which I don't want to do. The value "x" is always different, so I can't use that. Basically, I don't want it to do anything to A1 if the IF function is false.
Please help,
_Luke Campbell
Second, I am having trouble with the "IF" function. I want to have something happen to a cell if something else is true, put if It is not true, I want the cell to keep its current value.
Ex. Lets say A1 equals value "x" (..."x" is determined by a different formula) I want "x" to "y" if A1>A2. I try =IF(A1>A2,"y",A1). This gives me circular function error. if I use "" instead of A1, it clears A1, which I don't want to do. The value "x" is always different, so I can't use that. Basically, I don't want it to do anything to A1 if the IF function is false.
Please help,
_Luke Campbell