Gohar Shahab
Active Member
- Joined
- May 17, 2006
- Messages
- 339
I am using this formula to match values but at the same time i want to sum all the values matched in the formula..
=VLOOKUP(A11,$A$1:$D$7,MATCH($B$9,$A$1:$D$1,0),0)
The above formula picks up first value but there are other values for same matched value that i want to add with this.
please assist..
Code 31/01/2011 28/02/2011 31/03/2011
Micl 1
Pirt 2
Micl 1
Pirt 2
Micl 1
Pirt 2
I want to add all matching values for "Micl"
31/01/2011
Micl 1 =VLOOKUP(A11,$A$1:$D$7,MATCH($B$9,$A$1:$D$1,0),0)
Pirt 2
=VLOOKUP(A11,$A$1:$D$7,MATCH($B$9,$A$1:$D$1,0),0)
The above formula picks up first value but there are other values for same matched value that i want to add with this.
please assist..
Code 31/01/2011 28/02/2011 31/03/2011
Micl 1
Pirt 2
Micl 1
Pirt 2
Micl 1
Pirt 2
I want to add all matching values for "Micl"
31/01/2011
Micl 1 =VLOOKUP(A11,$A$1:$D$7,MATCH($B$9,$A$1:$D$1,0),0)
Pirt 2