Post Reply 
Help with =CHOOSE()
04-28-2016, 09:33 PM
Post: #3
RE: Help with =CHOOSE()
Bonjour

La syntaxe est cel1=CHOOSE(cell2,"titre",choix)
cel1 contient la liste de choix
cel2 contient le n° d'option choisie
cel1 doit être différent de cel2.
Donc

Hello

The syntax is cel1 = CHOOSE ( cell2 , "title" , choice)
cel1 contains the list of choices
CEL2 contains the number of the option chosen
cel1 must be different from CEL2 .
So

D6=CHOOSE(D5,"AA",D2Big Grin4)

Vous pouvez aussi écrire :
You can also write :
D6=CHOOSE(D5,"AA",{10,20,30})

d'après ce que jai essayé
from what I tried

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Help with =CHOOSE() - Jean-Michel - 04-28-2016, 09:22 PM
RE: Help with =CHOOSE() - Tim Wessman - 04-28-2016, 09:33 PM
RE: Help with =CHOOSE() - Tyann - 04-28-2016 09:33 PM
RE: Help with =CHOOSE() - Jean-Michel - 04-28-2016, 09:44 PM
RE: Help with =CHOOSE() - Tim Wessman - 04-28-2016, 10:41 PM



User(s) browsing this thread: 1 Guest(s)