I have the following formula:
=IF(trans_opt=1,AND(starty=B4,(INT((B4-starty)/yspace))=(B4-starty)/yspace),AND(startx=A4,(INT((A4-startx)/xspace))=(A4-startx)/xspace))
It checks a number in trans_opt (it is 1 or 2), based on that it performs any of 2 AND functions. It should return a TRUE or FALSE value.
The problem is that no matter what the input cells, it always returns a “0”. I have checked every term of the equation by going to cell edit mode, selecting and pressing F9 checking for partial results, and know when the formula should return FALSE or TRUE.
And the strangest thing is that the formula used to display the result as FALSE or TRUE until today, when I started editing it to modify it. Result as TRUE or FALSE worked before!
The cell that has the formula is formated as “General”. But I havent changed the formating since I started. The only thing that happened , was that several times I had errors with the parenthesis and received the syntax error message and a couple of times accepted the suggested solution. Other than that, I cant think of any other anomalous thing.
Help please!