match - Sum If/Matching in excel -


i have trial balance specific account numbers associated each line item year 2014. have same account numbers in 2015 in different order.

i updating worksheet summing various combinations of numbers 2014 trial balance. need sum same account numbers 2014 trial balance using 2015 trial balance, since in different order, having tediously search each individual account number , add each item sum function using ctrl since aren't directly in order.

is there way search account numbers in column of 2015 trial balance the specific account numbers column of 2014 trial balance , when match, have them sum numbers in corresponding column? example

column 2014 trial balance (imagine these vertical records)

1 2 3 4 5  6  7 8 9 10 

column 2015 trial balance (imagine these vertical records)

1 3 8 7 4 6 5 2 10 9 

for each account number in column there number want use in sum functions in column c. since numbers in column c account numbers 1, 2, , 3 summed in 2014 need 2015 without searching through hundreds of records find account number. there more efficient way this?

you helper column using vlookup or match see if each 2015 account number in 2014, sumif using helper column amounts in column c, or single formula this:-

=sumproduct(isnumber(match(a1:a10,'2014'!a1:a10,0))*c1:c10) 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -