Forum Discussion
VarshaGottipati
May 21, 2024Copper Contributor
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?
PeterBartholomew1
May 22, 2024Silver Contributor
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.