Excel Formulas : Advance
A daily exercise in the Excel to make a better future makes you learn a lot of formulas these are those !
1. SUMIF Function
Use Case : to sum a particular category from the n numbers of catergories available
For eg.
1. Types of Liabilities : Term Loan, ECB and NCD
2. Amounts for the type of Liabilities
We want to sum only Term Loam
Formula
SUMIF(Range = Type of Liabilities,Criteria = "Term Loan",Sum Range = Amounts of type of Liabilities)
Comments
Post a Comment