Extended Logic Function: IFTHEN
Logic.xla calculates a logical "if then" function, P Þ  Q

P Þ Q is represented by the IFTHEN function.
In logic P Þ Q is defined as ~P Ú Q
Syntax: "=IFTHEN(argument1,argument2)",
where argument1 and argument2 have a value of true or false.
Note: A value of 1 may be substituted for "TRUE" and
0 may be substituted for "FALSE".

In the table below, Logic.xla' Truth Table supplied the values below P and Q.
The values below P Þ Q were supplied by Logic.xla's IFTHEN function,
using P and Q as arguments.

P

Q

P Þ Q

TRUE

TRUE

TRUE

FALSE

TRUE

TRUE

TRUE

FALSE

FALSE

FALSE

FALSE

TRUE


Features | Logic Home | Logic Problem