Match values between columns

hak2016

New Member
Joined
Apr 28, 2016
Messages
7
Hi there.

So, I get the following situation:

LINK TO IMAGE

I need to see all the values on column D (specific transactions ID) on column A (Transaction ID) so I can sum the amounts and get a total from the specifics transactions. I already tried conditional formatting for highlighting all the matches between columns A and D, but my PC simply is not fast enough to filter only the highlights so I can add them.

Any ideas?


thank you?
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Welcome to Mr Excel

Assuming TRANSACTIONS ID in A2:A100; Amount in C2:C100; SPECIFIC TRANSACTIONS IDS in D2:D64, maybe this

=SUMPRODUCT(SUMIF(A2:A100,D2:D64,C2:C100))

Adjust the ranges to suit.

Hope this helps

M.
 
Upvote 0
@hak2016

I tried to reply to your Private Message but to no avail. I received this error message
"hak2016 has exceeded their stored private messages quota and cannot accept further messages until they clear some space."

Try to delete some messages.

M.
 
Upvote 0
Yeah, I noticed you're from Rio and I'm from São Paulo so I sent you a message in pt-br to say your formula worked like a charm. Thank you so much, sir!

Also, if it isn't much to ask for, could you explain your logic to determine this formula and how it works?

Thanks again!
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,884
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top