Google Sheets | DSUM | SUMPRODUCT | Functions | Do Conditional Sum |Example | Spreadsheet | Tutorial

Поделиться
HTML-код
  • Опубликовано: 23 янв 2024
  • The Google Sheets DSUM function is a powerful function. It sums numbers based on one or more criteria. Say you want to sum the quantity of blue color shirts, pertaining to small, medium, and large sizes. It is easy to accomplish this task using DSUM, by just specifying the color and sizes in the criteria table.
    SUMPRODUCT is another of versatile Google Sheets function. For tasks, such as the above, SUMPROUDCT can sum numbers based on conditions.
    For more info on DSUM and SUMPRODUCT functions, please refer to their exclusive, step-by-step tutorials whose links are given below.
    -------------------------------------
    How to Use DSUM in Google Sheets?
    Use DSUM to add numbers, based on multiple criterion:
    • How to Use DSUM in Goo...
    -------------------------------------
    How to Use SUMPRODUCT in Google Sheets?
    SUMPRODUCT assists to get the sum of product of numbers in two or more ranges:
    • Google Sheets SUMPRODU...
    -------------------------------------
    How to Use IFS in Google Sheets?
    IFS allow multiple logical expressions:
    • Google Sheets IFS | Te...
    -------------------------------------
    How to Use IF in Google Sheets?
    Use IF to compare one value with another:
    • Google Sheets IF | Tut...
    -------------------------------------
    How to Use IF with AND in Google Sheets?
    Use IF with AND to Use Multiple Logical Expressions in IF:
    • Google Sheets | IF | A...
    -------------------------------------
    How to Create a Pivot Table in Google Sheets?
    Create a pivot table for calculation and in-depth data analysis:
    • Google Sheets | Pivot ...
    -------------------------------------
    Which one to Use? A Pivot Table, or COUNTBLANK Function, to Count Blank Cells in Google Sheets:
    Gives steps to use a pivot table or COUNTBLANK to count blank cells:
    • Google Sheets | Pivot ...
    -------------------------------------
    How to Use a Pivot Table to Sum by Rows or Columns without using Formula in Google Sheets?
    Sum numbers by rows and or columns easily, using a pivot table:
    • Google Sheets | Pivot ...
    -------------------------------------
    How to Create a Pivot Table to Get Maximum Value without Using Formula in Google Sheets?
    A pivot table assists to get the maximum value in a data range without using a formula:
    • Google Sheets | Pivot ...
    -------------------------------------
    DSUM Function
    The format of the DSUM function formula is:
    =DSUM(database, field, criteria)
    database is the area of the spreadsheet with a data header row followed by
    data rows.
    field is a data header. DSUM will sum the numbers that follow the data header.
    criteria is zero or more conditions to sum the numbers.
    Let's look at an example of DSUM function.
    Example
    =DSUM(F4:I9,I4,F11:I13)
    DSUM returns the sum of numbers in column of cells, following cell I4, which is in the range F4 to I9, based on the criteria specified in the range F11 to I3.
    SUMPRODUCT Function
    The format of the DSUM function formula is:
    =SUMPRODUCT(array1, [array2, …])
    array1 is the first array or range, the data in each cell of which is multiplied
    with the data in the corresponding cell of array2.
    array2 is the second array, and its description is same as array1.
    Example
    =SUMPRODUCT(A34:A36,B34:B36)
    Assume that cells A34, A35, and A36 have the values of 70, 80, and 90 respectively, and cells B34, B35, B36 have the values of 30,20,6. The function returns 4240.
    Review this video tutorial, which uses the Google Sheets DSUM and SUMPRODUCT functions for the same task, with examples.
  • ХоббиХобби

Комментарии •