In many case using IF function in excel I must use if condition expression when true as value, example:
if(condition >=0;condition;expression when false)
if (5+3 > 0; 5+3; 0)
is there a shorter way for use
if(condition >=0;condition;expression when false)
if (5+3 > 0; 5+3; 0)
is there a shorter way for use
use if condition expression when true as result
0 commentaires:
Enregistrer un commentaire