bonjour,
Je cherche a pouvoir obtenir une info a partir de criteres selectionnes via listes deroulantes et a partir de donnes sur un tableau double entrees. Pouvez-vous m'aider.
j'ai tente la formule suivante mais elle ne fonctionne pas:
=IF(AND(B11="thailand",B17=10),investments!E40,IF(AND(B11="thailand",B17=12),investments!E41,IF(AND(B11="thailand",B17=17.5),investments!E42,IF(AND(B11="thailand",B17=30),investments!E43,IF(AND(B11="CHINA",B17=10),investments!C40,IF(AND(B11="CHINA",B17=12),investments!C41,IF(AND(B11="CHINA",B17=17.5),investments!C42,IF(AND(B11="CHINA",B17=30),investments!C43,IF(AND(B11="INDIA",B17=10),investments!D40,IF(AND(B11="INDIA",B17=12),investments!D41,IF(AND(B11="INDIA",B17=17.5),investments!D42,IF(AND(B11="INDIA",B17=30),investments!D43,IF(AND(B11="PHILIPINNES",B17=10),investments!F40,IF(AND(B11="PHILIPINNES",B17=12),investments!F41,IF(AND(B11="PHILIPINNES",B17=17.5),investments!F42,IF(AND(B11="PHILIPINNES",B17=30),investments!F43,IF(AND(B11="MALAYSIA",B17=10),investments!G40,IF(AND(B11="MALAYSIA",B17=12),investments!G41,IF(AND(B11="MALAYSIA",B17=17.5),investments!G42,IF(AND(B11="MALAYSIA",B17=30),investments!G43)))))))))))))))))))
Merci par avance.