DocM3
New Member
Hello Fellow Excellians,
The past couple of hours i've been trying to find an answer to the following question. Google hasn't been able to help me, either this site. Where i can usually find a helping hand. Therefore the only thing i can think of is ask the question here.
I have a couple of different lists. Next to those lists are values. The lists are named ranges. For specific reasons I can't have the values within the named range.
On another sheet the user can select which named range she wants to show. I need the value next to the shown list to calculate with. How can i do this best?
i figured doing an offset is the best way. But thats where the trouble starts. I can't find the exact address of the listed value from with a named range. If for example i have the following list starting on cell D41:
a
b
c
d
and i want to know the address of value 'a', i get the address being A1. the other time i get A5 back... It simply does not make sence, it should output D41. So i can use the indirect value for the offset start..
I'm probably doing this really wrong here. So please enlighten me if you can.
The past couple of hours i've been trying to find an answer to the following question. Google hasn't been able to help me, either this site. Where i can usually find a helping hand. Therefore the only thing i can think of is ask the question here.
I have a couple of different lists. Next to those lists are values. The lists are named ranges. For specific reasons I can't have the values within the named range.
On another sheet the user can select which named range she wants to show. I need the value next to the shown list to calculate with. How can i do this best?
i figured doing an offset is the best way. But thats where the trouble starts. I can't find the exact address of the listed value from with a named range. If for example i have the following list starting on cell D41:
a
b
c
d
and i want to know the address of value 'a', i get the address being A1. the other time i get A5 back... It simply does not make sence, it should output D41. So i can use the indirect value for the offset start..
I'm probably doing this really wrong here. So please enlighten me if you can.
- Vert. lookup is not possible since the values are not within the named range
- i've been trying various forms of index match querries,
- tried to use address