Troubleshooting with IF AND formula for the automation of RYGG values

ALAIN-STEPHANE
ALAIN-STEPHANE ✭✭✭✭✭
edited 12/09/19 in Formulas and Functions

Hi Everyone,

I am using a sheet too manage and track mails received by my department , and I am having troubles defining a formula to automatically display in a symbol type column ( called Statuts ) , a ball whose coulour depends on some circumstances .

I would like to precise that I am using the French version of SMARTSHEET, so :

  • the green ball is : « Vert » ;
  • the red bal is : « Rouge » ;
  • the yellow ball is : « Jaune » ;
  • the gray ball is : « Gris »

So the formula accounts for  3 columns :

  • a symbol type column which will receive the formula ;
  • 2 dropdown list type  columns , called « Courrier réponse » and « Traitement demande » which will take the values "Oui" or "Non" .

Therefore , the coulour of the ball will depend of the combination of the values taken both in the « Courrier réponse » column and in the « Traitement demande » column .

I typed the following formula , but it seems to be incorrect as the cell takes the value « UNPARSEABLE » :

=IF(AND([Courrier réponse]1 = "Oui"; [Traitement demande]1 = "Oui"); "Vert"; IF(AND([Courrier réponse]1 = "Oui"; [Traitement demande]1 = "Non") ; "Bleu", IF(AND([Courrier réponse]1 = "Non"; [Traitement demande]1 = "Oui") ; "Gris" ;"Rouge"))) ;  

Can you tell me what’s wrong with the formula ? Any improvement suggestion ?

Troubleshooting 1.jpg

Troubleshooting 2.jpg

Troubleshooting 3.jpg

Tags:

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!