Chorseman22
New Member
- Joined
- Jan 10, 2022
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hi all, first time post to the forum and I was wondering if any excel genius could help.
I need to match match match multiple and sum against multiple columns of information, I'm nearly there but cannot figure out how to finish the formula.
Here is where I am so far;
=SUMPRODUCT(--ISNUMBER(MATCH(B6:B23,I6:I23,0))+ISNUMBER(MATCH(B6:B23,J6:J23,0))+ISNUMBER(MATCH(B6:B23,K6:K23,0))+ISNUMBER(MATCH(B6:B23,L6:L23,0))+ISNUMBER(MATCH(B6:B23,M6:M23,0)),--ISNUMBER(MATCH(D6:D23,O6,0)))
This is giving the total number of matches between column B and columns H-M (data shown in the picture above) resulting in 4. ie, there are 4 matches between the two sets of data against the name Charlie Horseman.
What I now need to do is sum those matches against the column 'GAIN / LOSS' the value needs to result in -£378.94. (the sum of all incident numbers in both columns against column H)
Any and all help appreciated
I need to match match match multiple and sum against multiple columns of information, I'm nearly there but cannot figure out how to finish the formula.
Here is where I am so far;
=SUMPRODUCT(--ISNUMBER(MATCH(B6:B23,I6:I23,0))+ISNUMBER(MATCH(B6:B23,J6:J23,0))+ISNUMBER(MATCH(B6:B23,K6:K23,0))+ISNUMBER(MATCH(B6:B23,L6:L23,0))+ISNUMBER(MATCH(B6:B23,M6:M23,0)),--ISNUMBER(MATCH(D6:D23,O6,0)))
This is giving the total number of matches between column B and columns H-M (data shown in the picture above) resulting in 4. ie, there are 4 matches between the two sets of data against the name Charlie Horseman.
What I now need to do is sum those matches against the column 'GAIN / LOSS' the value needs to result in -£378.94. (the sum of all incident numbers in both columns against column H)
Any and all help appreciated