Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Bonjour
comment mettre une double condition dans une expression exemple
if ('age' >25 et <40, 'jeune',0)
Merci du retour.
Hi.
You should use a logical operator, for example:
=if (age >25 and et <40, 'jeune',0)
There are other useful statments: or, not, xor (look at help).
Hi.
You should use a logical operator, for example:
=if (age >25 and et <40, 'jeune',0)
There are other useful statments: or, not, xor (look at help).
Merci.
j'utilisais le et en français !!!