On Google Sheets, I want to find an average for all values in rows that contain a unique value in one column. For example, I have a sheet like this:
And I want to create another table below it for the average value of each unique value in the row:
You can use
=QUERY(Data!A1:B7;"SELECT A, AVG(B) GROUP BY A")
assuming your data (containing titles) are on the A and B columns of the sheet.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With