Nesting Statements with Data Validation

beans1181

New Member
Joined
Apr 2, 2015
Messages
3
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.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Do you even really need Data Validation at all?
Why not just have a formula return the value you want, instead of using Data Validation to limit it to one option depending on what is found in cell AM16?
The easiest way would be to create a two column lookup table, and use the VLOOKUP function.
See: MS Excel: VLOOKUP Function (WS)
 
Upvote 0
Hi Joe-
Thanks for the input but yes, the Data Validation is part of the format that was given to me to work with.

I was actually able to solve my problem. My formula did not include the "if false" value and AM16 was actively blank. That's why it was giving me an error.
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,517
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top