Skip to content
Advertisement

Finding the daily max (and its domain) fails in spreadsheet

Following this post I have tried the same, but got an error:

I would like to get the daily max for each date, and the domain name who got this score.

also

enter image description here

Advertisement

Answer

For your first formula:

  • because of the array {} you’ll have to use numeric column reference
  • include the second column in the group by

See it this helps

For your second formula:

  • include column B in the group by

Try

Note:

  • I also added a label-clause to get rid of the headers caused by the aggregation.
  • Depending on your locale, you have to a semi-colon after the range instead of a comma.

EDIT

If you want to see which domain name got the highest score per day, you can try

and see if that works?

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement