[PSSSB JE, 2024]
3. Formula to be applied if one need to add all the values of a column depending upon more than one condition, is
sum if
sumifs
add
addcol
Correct Answer :
sumifs
The formula to be used when you need to add all the values in a column based on more than one condition is SUMIFS.
For example, if you have a column of sales data and want to sum only the sales for a specific product in a specific region, you would use the SUMIFS function.
=SUMIFS(sum_range, criteria_range1, criteria1, criteria_range2, criteria2, ...)