SOLVED

Excel Formula Help

Copper Contributor

I'm looking for a formula that will use vlookup and sumif to sum a specific column based on 2 criteria. The attached spreadsheet will make the task obvious. I'd like to sum all accounts based on the Org unit which. I'd like to be able to change that Org Unit 10 to another org # like 20 and the amount would change based on that. Please see attached excel sheet for a sample. 

4 Replies
best response confirmed by Edins425 (Copper Contributor)
Solution

Hi,

 

You need to SUMIFS function!

So, I've updated the workbook with this formula:

=SUMIFS(Data!$C$2:$C$510,Data!$B$2:$B$510,A5,Data!$A$2:$A$510,$A$2)

 

But please note that there are some duplicate numbers in Sheet1 / New Account Number column.

 

Hope that helps

It worked, thanks so much!
Please, kindly teach me how to use those excel formula for calculation.
Thanks

Hi @PromiseO1245,

 

Please check out the resources below that could be helpful to learn how to start using SUMIF/SUMIFS functions:

SUMIF

SUMIFS

 

Hope that helps

 

 

 

1 best response

Accepted Solutions
best response confirmed by Edins425 (Copper Contributor)
Solution

Hi,

 

You need to SUMIFS function!

So, I've updated the workbook with this formula:

=SUMIFS(Data!$C$2:$C$510,Data!$B$2:$B$510,A5,Data!$A$2:$A$510,$A$2)

 

But please note that there are some duplicate numbers in Sheet1 / New Account Number column.

 

Hope that helps

View solution in original post