MIN function

Ogniani

New Member
Joined
Nov 19, 2021
Messages
6
Office Version
  1. 2016
Platform
  1. Windows
  2. Web
Hello, I have a large database with two criteria (offers and product type). The aim is to find which offer contains the most proposals with a minimum price (e.g. row 8, column F,G,H). The manual solution is not possible due to the large number of rows (product type), so I hope for an automatic solution.

I have already tried the following functions, but I am obviously mistaken because they do not give the correct results:
=MINIFS(B3:D3,B2:D2,B2,A3:A6,A3)

array formulas:
{=MIN(IF(B2:D2=B2,IF(A3:A6=A3,B3:D3)))}
{=MIN(IF(B2:D2=B2,B3:D3))}

1637781779586.png


Is there any solution or not possible through excel?
 
Glad we could help & thanks for the feedback.
 
Upvote 0

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

Forum statistics

Threads
1,214,982
Messages
6,122,581
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top