Hello-
Can anyone help me with a nesting statement that I am trying to work into the Data Validation Source and I can't seem to get around the error.
I have 5 IF statements in Sheet1 that I am trying work into the Data Validation Source.
So my formula should be:
=IF($AM$16="South Atlantic",rw28SA,IF($AM$16="Florida",rw28FL,IF($AM$16="South East",rw28SE,IF($AM$16="South West",rw28SW,IF($AM$16="Gulf Coast",rw28GC)))))
I am only able to work 3 statements which are:
=IF($AM$16="South Atlantic",rw28SA,IF($AM$16="Florida",rw28FL,IF($AM$16="South East",rw28SE)))
My validatoin names are found in Sheet2:
rw28SA
rw28FL
rw28SE
rw28SW
rw28GC
Is there a way I can go about this?
Thanks.
Can anyone help me with a nesting statement that I am trying to work into the Data Validation Source and I can't seem to get around the error.
I have 5 IF statements in Sheet1 that I am trying work into the Data Validation Source.
So my formula should be:
=IF($AM$16="South Atlantic",rw28SA,IF($AM$16="Florida",rw28FL,IF($AM$16="South East",rw28SE,IF($AM$16="South West",rw28SW,IF($AM$16="Gulf Coast",rw28GC)))))
I am only able to work 3 statements which are:
=IF($AM$16="South Atlantic",rw28SA,IF($AM$16="Florida",rw28FL,IF($AM$16="South East",rw28SE)))
My validatoin names are found in Sheet2:
rw28SA
rw28FL
rw28SE
rw28SW
rw28GC
Is there a way I can go about this?
Thanks.