if function

Copper Contributor

How to use if function with 3 diferent conditions?

 

1 Reply

@ANAFLAVIAPIZZO 

Like this

=IF( cond1, ret_if_tru1, IF( cond2, ret_if_tru2, IF( cond3, if_true, if_false ) ) )