Hi All,
I have Account numbers in ColumnA, Column C and their respective Total Transactions in Column B, ColumnD. I am trying to get their total transaction count based on the account number. Tried Vlookup with sum but its working eg: if A2=C2 then its summing up the values which is correct. but A5 not equals to C5 in that case it has to look for matching account number in Column C and then sum.
This is the formula I have used
=SUM(VLOOKUP($A2,$A$2:$D$16,{2,4},FALSE))
Please see the attachment.
Please help me with correct formula.
Thanks.
I have Account numbers in ColumnA, Column C and their respective Total Transactions in Column B, ColumnD. I am trying to get their total transaction count based on the account number. Tried Vlookup with sum but its working eg: if A2=C2 then its summing up the values which is correct. but A5 not equals to C5 in that case it has to look for matching account number in Column C and then sum.
This is the formula I have used
=SUM(VLOOKUP($A2,$A$2:$D$16,{2,4},FALSE))
Please see the attachment.
Please help me with correct formula.
Thanks.
Attachments
Last edited: