Index/Match Function
Posted by Anthony on July 06, 2001 9:25 PM
Please take note of the following formula:=INDEX(A1:B5,MATCH(D2,A1:A5,0),2)
As I enter this array formula in cloumn E, here are the results:
A B C D E
123 500 654 100
456 200 393 800
654 100 123 500
393 800 456 200
123 500
123 500
The Match is focusing on Column D. How would I get column D to match up all of the #123's in column A to give me a total of 1500 in column E?
Thanks in Advance
Anthony