Skip to content

How to see matching rows for aggregates max/min? #1094

Answered by danadam
frosencrantz asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe there's a simpler way, but I've just started using the tool, so you know... :-)

Given:

Category Value Description
a 1 This is not max
a 3 This is max
a 2 This is not max
b 8 This is not max
b 9 This is max
b 7 This is not max
  • add "max" aggregator to "Value" column (+)
  • set "Category" as a key column (!), will be needed later for joining
  • create Frequency sheet on "Category" column (Shift+f)
  • on Frequency sheet, remove "count" column (-)
  • on Frequency sheet, make sure "Category" column is set as a key column (it should be by default)
  • open Sheets sheet (Shift+s)
  • select our original sheet and the Frequency sheet (s)
  • inner join the sheets (&)
  • select rows matching expres…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by frosencrantz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants