G
Guest
When using the IF function, is there a result, either "true" or "false that
will not trigger the END key to stop at that specific cell. For example, if
I use =IF(A1>B2, 2," "), and the statement is false, the cursor will stop on
that cell when using the END key because there is a space (" ") in that cell.
I have tried using =IF(A1>B2, 2,"") and =IF(A1>B2,2), but everything
produces a result that will stop the cursor on that cell when using the END
key.
will not trigger the END key to stop at that specific cell. For example, if
I use =IF(A1>B2, 2," "), and the statement is false, the cursor will stop on
that cell when using the END key because there is a space (" ") in that cell.
I have tried using =IF(A1>B2, 2,"") and =IF(A1>B2,2), but everything
produces a result that will stop the cursor on that cell when using the END
key.