IF Statements
Conditional Statements IF Statements Then (go straight) IF (have walk) Else (turn toward destination) Then IF - Else
IF Statements in Excel Then IF - Else [Value if True] =IF( Logic_Test [Value if False] , )
IF Statements in Excel Then IF - Else [Value if True] =IF( Logic_Test [Value if False] , ) =IF( 5 > 2 2 > 5 x > y , 7 5 + 2 x + y , 10 5 * 2 x * y ) x = 2 Y = 5 x = 5 Y = 2
IF Statements in Excel Then IF - Else [Value if True] =IF( Logic_Test [Value if False] , ) =IF( 2 > 5 , 7 , 10 ) x = 2 Y = 5