lesbritten
New Member
- Joined
- Dec 1, 2011
- Messages
- 21
Hi all,
I have the following formula that works perfectly....
=SUM(SUMPRODUCT(AP17:AQ22*AP16:AQ16))
However, when i try to lookup a value like so....
=SUM(SUMPRODUCT(O5:Q8*VLOOKUP(O3:Q3&"-"&O4:Q4,BK6:BN35,4,FALSE)))
it doesn't work, even when I CSE the formula.
I think i am batting along the wrong lines when using vlookup and may have to use index and match, but my knowledge of these is limited.
I added an extra column to the vlookup table that combined the text from BL6:BM35 to make column BK (if you see what I mean) so the Vlookup would work.
I hope thats enough detail, any ideas/suggestions welcome!!
Many thanks,
Les
I have the following formula that works perfectly....
=SUM(SUMPRODUCT(AP17:AQ22*AP16:AQ16))
However, when i try to lookup a value like so....
=SUM(SUMPRODUCT(O5:Q8*VLOOKUP(O3:Q3&"-"&O4:Q4,BK6:BN35,4,FALSE)))
it doesn't work, even when I CSE the formula.
I think i am batting along the wrong lines when using vlookup and may have to use index and match, but my knowledge of these is limited.
I added an extra column to the vlookup table that combined the text from BL6:BM35 to make column BK (if you see what I mean) so the Vlookup would work.
I hope thats enough detail, any ideas/suggestions welcome!!
Many thanks,
Les