=If(len(r2),vlookup(O4,Indirect(R2&"_A"),2, false),"")
--
Regards,
Tom Ogilvy
"Gixxer_J_97" <GixxerJ97@discussions.microsoft.com> wrote in message
news:925039FE-4F03-4D7D-A5A3-D26BA6573F68@microsoft.com...
> Hi all,
>
> i'm trying to construct a formula that will look like this in excel
> =vlookup(O4,Month_A&"_A",2, false)
>
> Month_A (R2) contains a drop-down data validation with a list of months
> the user selects the month and then the formula takes that
> appends _A to it
> and that will be the name of the range it will lookup in
>
> doing it the way i am, produces a string that apparently excel doesn't
like,
> or know what to do with.
>
> is there a way to convert the string back to a reference that excel will
> understand?
>
> tia
>
> J
Bookmarks