I am trying to write a formula that “forces” one to choose either one of the other.
It’s an “On” or “Off” formula when either a 1 or a 0 is a *must* in the cell range
The 1 or 0 is for a macro’s “If Then” VBA code
=IF(G3=”0″,”On”), IF(G3=”1″,”Off”, “please enter 1 or 0 in Cell G3”)
All I get is; #VALUE!
The Formula goes in Merged cells H3 and I3
What is the correct syntax ?
Thanks