Forum Discussion

VarshaGottipati's avatar
VarshaGottipati
Copper Contributor
May 21, 2024

Sum of values in a column based on corresponding values in another

How to add values in Column K if their corresponding L values match?

3 Replies

  • VarshaGottipati 

    This is soon to be released from beta testing in excel 365.

    = GROUPBY(batch, qc_time, SUM,,0)

    Variations of the formula parameters allow it to insert headers or total rows in the same manner as a pivot table.

  • VarshaGottipati 

    You can create a pivot table based on the data. Add 'Batch Only' to the Rows area and 'QC Time' to the Values area.

    By default, Excel will count the QC Time values because there are text values.

    Click on the Values field, select Value Field Settings... and change the summary function from Count to Sum.

Resources