Forum Discussion
Anonymous
7 years agoNot applicable
FUNCTION IF - AND
Hi, i need help, I used that function on Excel: =SE(E(I2<=1;L2="B";M2="B");"Título(s) em aberto/Sem limite de crédito"; SE(E(I2<=1;L2="B";M2="A");"Sem limite de crédito"; SE(E(I2<=1;L2="B";...
- 7 years ago
Hi Anonymous ,
Below you will see an IF AND statement use && for AND.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Nathaniel_C
Community Champion
7 years agoHi Anonymous ,
Below you will see an IF AND statement use && for AND.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Anonymous
7 years agoNot applicable
That work!!! tks so much.