Hello,
I'm trying to create a list where I have a single value in column a [home], single value in column b [location] and single max value in column c rooms. For example, here is the raw data below.
I'd like to filter out the [house 4 - omega - 1] row because there is another house with a greater number of rooms. How would i write this in a query or two?
Home location Rooms house 1 alpha 4 house 2 beta 3 house 3 delta 5 house 4 omega 1 house 4 epsilon 12 house 5 sigma 8