A
AQAA
Hello Guys,
First let me explain what I am trying to do
My worksheet looks like this
Code:
--------------------
A B C
--------------------------------------------
Articlenr. CustomName Percent
--------------------------------------------
1 Tom 10%
1 David 15%
2 John 30%
5 Dave 25%
2 Martin 20%
--------------------
I want to lookup A$2$ and B$2$ to get the 10%
So I did *(I am on row 10)*
Code:
--------------------
A B C
1 Tom =VLOOKUP(A10+B10;A2:B9;3;FALSE)
--------------------
And it doesn't work
Can someone help me with this?
ThankX in Advance
First let me explain what I am trying to do
My worksheet looks like this
Code:
--------------------
A B C
--------------------------------------------
Articlenr. CustomName Percent
--------------------------------------------
1 Tom 10%
1 David 15%
2 John 30%
5 Dave 25%
2 Martin 20%
--------------------
I want to lookup A$2$ and B$2$ to get the 10%
So I did *(I am on row 10)*
Code:
--------------------
A B C
1 Tom =VLOOKUP(A10+B10;A2:B9;3;FALSE)
--------------------
And it doesn't work
Can someone help me with this?
ThankX in Advance