IF
Syntax
if( logical_test, value_if_true, value_if_false )Arguments
Return value
Example
if(PY > 0 , (AC-PY)/PY, 0 )Excel equivalent
Last updated
Was this helpful?
if( logical_test, value_if_true, value_if_false )if(PY > 0 , (AC-PY)/PY, 0 )Last updated
Was this helpful?
Was this helpful?