I'm trying to use the data valadation in Excel, where I want the lists to be different based on the value returned in cell B40. I have named the lists "PRE_TREATMENT_OPT" and "POST_TREATMENT_OPT".
Below is the statement that I wrote, that is erroring out on me:
=if(B40="Pre-petition",[PRE_TREATMENT_OPT],if(B40="Post-Petition",[POST_TREATMENT_OPT],null))
I'm thinking it may be the way that I'm refering to the named range. Is my format incorrect? I'm sure I can use cell range references, but to keep my form clean, I'd rather reference a name.
Thanks!
Carie
Below is the statement that I wrote, that is erroring out on me:
=if(B40="Pre-petition",[PRE_TREATMENT_OPT],if(B40="Post-Petition",[POST_TREATMENT_OPT],null))
I'm thinking it may be the way that I'm refering to the named range. Is my format incorrect? I'm sure I can use cell range references, but to keep my form clean, I'd rather reference a name.
Thanks!
Carie