OK. I have a database of steel section properties (area, width, etc.). All of the properties are located within named ranges. In the database table the first column is the group name range -- wshape. All of the cells to the right are different properties of each section listed in the first column (area, width, depth, weight, etc.) They are all contained in appropriate name ranges based on the property -- e.g. "wshape.a" for area, "wshape.w" for weight.
My goal is to use a lookup value to lookup a specific property for a specific shape using the result of a function as the named range.
1 -- I have a column that is data validated with a list = wshape.
2 -- I have a function that returns a text value which for this example = "wshape"
3 -- I have this function =CONCATENATE(wshape !the value from line 2 above!,".a") which yields "wshape.a"
Now I want to use =LOOKUP(!any value from the list in line 1 above!,wshape !from line 2 above!, wshape.a !from line 3 above!)...so =LOOKUP(value,wshape,wshape.a)
There seems to be a breakdown with excel understanding that the results from the functions in line 2 and line 3 above are named ranges to be referenced in the LOOKUP function.
Any help is appreciated. I can post some pics or give more detail if that would help.
Cheers.
Bookmarks