G
Generally, 2 ways:
Either multiply by the number 1
ExampleS:
=(4=4) ->Returns TRUE
=(4=4)*1 ->Returns 1
=(5=4) ->Returns FALSE
=(5=4)*1 ->Returns 0
or
Prepend two minus signs
Example:
=(4=4) ->Returns TRUE
=--(4=4) ->Returns 1
=(5=4) ->Returns FALSE
=--(5=4) ->Returns 0
Does that help?
Regards,
Ron
--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=21419
View this thread: http://www.excelforum.com/showthread.php?threadid=483679
Generally, 2 ways:
Either multiply by the number 1
ExampleS:
=(4=4) ->Returns TRUE
=(4=4)*1 ->Returns 1
=(5=4) ->Returns FALSE
=(5=4)*1 ->Returns 0
or
Prepend two minus signs
Example:
=(4=4) ->Returns TRUE
=--(4=4) ->Returns 1
=(5=4) ->Returns FALSE
=--(5=4) ->Returns 0
Does that help?
Regards,
Ron
--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=21419
View this thread: http://www.excelforum.com/showthread.php?threadid=483679