Hello,
I am trying to create a drop down list of ZIP codes and then, depending on whether someone says "yes" or "no" to a question, make a recommendation as to the best organization to contact. This recommendation would change based on the ZIP code.
I have the drop down list set up and have a column for "yes" and one for "no" (the user would check a box, not enter text).
This is my array code for the referral so far:
{=IF(ISERROR(INDEX(Worksheet!$T$1:$S$44,SMALL(IF(Worksheet!$S$1:$S$44=Worksheet!$W$1,ROW(Worksheet!$S$1:$S$44)),ROW(Worksheet!2:2)),2)),"",INDEX(Worksheet!$S$1:$T$44,SMALL(IF(Worksheet!$S$1:$S$44=Worksheet!$W$1,ROW(Worksheet!$S$1:$S$44)),ROW(Worksheet!2:2)),2))}
Column S is the "No" check box and T is the referral.
It works just fine for generating a referral based on yes/no.
How do I incorporate the drop down list information into this code so that the referral organization will change based on the ZIP information?
I am trying to create a drop down list of ZIP codes and then, depending on whether someone says "yes" or "no" to a question, make a recommendation as to the best organization to contact. This recommendation would change based on the ZIP code.
I have the drop down list set up and have a column for "yes" and one for "no" (the user would check a box, not enter text).
This is my array code for the referral so far:
{=IF(ISERROR(INDEX(Worksheet!$T$1:$S$44,SMALL(IF(Worksheet!$S$1:$S$44=Worksheet!$W$1,ROW(Worksheet!$S$1:$S$44)),ROW(Worksheet!2:2)),2)),"",INDEX(Worksheet!$S$1:$T$44,SMALL(IF(Worksheet!$S$1:$S$44=Worksheet!$W$1,ROW(Worksheet!$S$1:$S$44)),ROW(Worksheet!2:2)),2))}
Column S is the "No" check box and T is the referral.
It works just fine for generating a referral based on yes/no.
How do I incorporate the drop down list information into this code so that the referral organization will change based on the ZIP information?