Hi
Was wondering if someone can help out with formula.
What I'm trying to achieve is a two way lookup.
Example: I need to find out the value when the criteria is North in Column A and West in Row 1.
The formula below gives me the total.
It's great if all records are unique but is there a way of finding out the separate values. The separate values are 2 and 7. The sumproduct formula gives me 9.
A B C D
Mail West West
North 1 2 7
East 2 4 5
South 3 6 3
West 4 8 1
West
North =SUMPRODUCT((A2:A5=A8)*(B1
1=B7)*(B2
5))
Thanks.
Kind Regards,
arvarr
Was wondering if someone can help out with formula.
What I'm trying to achieve is a two way lookup.
Example: I need to find out the value when the criteria is North in Column A and West in Row 1.
The formula below gives me the total.
It's great if all records are unique but is there a way of finding out the separate values. The separate values are 2 and 7. The sumproduct formula gives me 9.
A B C D
Mail West West
North 1 2 7
East 2 4 5
South 3 6 3
West 4 8 1
West
North =SUMPRODUCT((A2:A5=A8)*(B1
Thanks.
Kind Regards,
arvarr