Hi everyone!
Hoping you can help me. I'm trying to build a pricing database for building supplies. I have prices from many suppliers for products and would like to have a page displaying only the lowest price for each product, along with relevant data such as product code and pack size.
I have structured the data with a new line for each price to allow me to have more information for each supplier, e.g. product code.
I have worked on a formula to return the lowest price for each product:
=MIN(IF(Sheet1!$A$1:$A$10000=A2,Sheet1!$F$2:$F$10000))
Alternatively this formula could be used:
=AGGREGATE(15,6,Sheet1!$F$2:$F$401/(Sheet1!$A$2:$A$401=A2)/(Sheet1!$F$2:$F$401>0),1)
Once I have this minimum price do you have any ideas as to how I could then pull though the other data I need. I can do it with a VLOOKUP on the price value, but then if I had any items with exactly the same price in the data it would return the first result rather than the one I am looking for. The second attached spreadsheet demonstrates this problem
Many thanks in advance for your help, I really appreciate it!
Hoping you can help me. I'm trying to build a pricing database for building supplies. I have prices from many suppliers for products and would like to have a page displaying only the lowest price for each product, along with relevant data such as product code and pack size.
I have structured the data with a new line for each price to allow me to have more information for each supplier, e.g. product code.
I have worked on a formula to return the lowest price for each product:
=MIN(IF(Sheet1!$A$1:$A$10000=A2,Sheet1!$F$2:$F$10000))
Alternatively this formula could be used:
=AGGREGATE(15,6,Sheet1!$F$2:$F$401/(Sheet1!$A$2:$A$401=A2)/(Sheet1!$F$2:$F$401>0),1)
Once I have this minimum price do you have any ideas as to how I could then pull though the other data I need. I can do it with a VLOOKUP on the price value, but then if I had any items with exactly the same price in the data it would return the first result rather than the one I am looking for. The second attached spreadsheet demonstrates this problem
Many thanks in advance for your help, I really appreciate it!