scottkalas
New Member
- Joined
- Jan 3, 2018
- Messages
- 3
I'm trying to use the result of a formula as the array of a Vlookup formula
In cell K3 I have the value of from a validation list from another workbook
In cell M3 I have the formula =CONCATENATE($K3,"_Info")
In cell K19 I have the value from a validation list from another workbook (same workbook different validation list)
In cell K20 when I use the formula =VLOOKUP(K$19,SITB_Info,2) I get the correct result
In cell K20 when I use the formula =VLOOKUP(K$19,$M$3,2) I get the result #N/A
Is there a way to get the correct result using the 2nd formula or similar
Thanks
In cell K3 I have the value of from a validation list from another workbook
In cell M3 I have the formula =CONCATENATE($K3,"_Info")
In cell K19 I have the value from a validation list from another workbook (same workbook different validation list)
In cell K20 when I use the formula =VLOOKUP(K$19,SITB_Info,2) I get the correct result
In cell K20 when I use the formula =VLOOKUP(K$19,$M$3,2) I get the result #N/A
Is there a way to get the correct result using the 2nd formula or similar
Thanks