I
I
Illarion Labahua2017-11-09 20:47:22
Google Sheets
Illarion Labahua, 2017-11-09 20:47:22

How to filter rows by a complex condition (only the best offer for each product)?

We have a Google spreadsheet:
https://goo.gl/P74wpz
Columns in it:
Model name Total
price
Link to the corresponding price
Other necessary columns
Image
5a049367bc292222476156.png
Question: How to leave only those rows in which the minimum prices of each product

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ivanov, 2017-11-12
@Illarion_me

One of the options for solving the problem was in the Disk Community
The formula for the minimum price

=FILTER('данные'!A1:E14;MMULT(('данные'!A1:A14=TRANSPOSE('данные'!A1:A14))*('данные'!B1:B14>TRANSPOSE('данные'!B1:B14));SIGN(ROW('данные'!B1:B14)))=0)

D
Dimonchik, 2017-11-09
@dimonchik2013

group by
having min
xs is it possible with google scripts

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question