Hello,
I need some advices regarding my formula Index - Match which use a name range.
When I use my formula with the name like this, I return correctly the value.
=INDEX(Volume_total;MATCH(A8&B8;Date&Customer;0))
I guess it’s because I write the name range directly in my formula.
But I use a list name and I would like to transform my formula in dynamic and related to the content of the cell of the list name.
I don’t find how return the name range from the choice of my list name instead write manually the name in the formula.
Is there a solution to make it possible in my formula ?
I have tried these formula but without success :
Test 1 : =INDEX(G7;MATCH(E8&F8;Date&Customer;0))
Test 2 : =INDEX(CELL("contents";C13);MATCH(A14&B14;Date&Customer;0))
I joined my excel sheet if someone could help me.
Thank you
I need some advices regarding my formula Index - Match which use a name range.
When I use my formula with the name like this, I return correctly the value.
=INDEX(Volume_total;MATCH(A8&B8;Date&Customer;0))
I guess it’s because I write the name range directly in my formula.
But I use a list name and I would like to transform my formula in dynamic and related to the content of the cell of the list name.
I don’t find how return the name range from the choice of my list name instead write manually the name in the formula.
Is there a solution to make it possible in my formula ?
I have tried these formula but without success :
Test 1 : =INDEX(G7;MATCH(E8&F8;Date&Customer;0))
Test 2 : =INDEX(CELL("contents";C13);MATCH(A14&B14;Date&Customer;0))
I joined my excel sheet if someone could help me.
Thank you