Min IFs not working

dmj120

Active Member
Joined
Jan 5, 2010
Messages
286
Office Version
  1. 365
  2. 2019
  3. 2010
I have a somewhat large data set that I've pivoted (a concat of three nomenclature columns) - data set is 80k rows, pivoted concat is only 28k rows. I'm trying to find the minimum, medium, and max prices.


I've tried both these, each gives a value error:
{=MIN(IFS('rptPricePoints'!$C:$C,$A4,'rptPricePoints'!$K:$K,">"&$B$1))}
{=MIN(IFS(rptPricePoints!$C:$C,$A7,rptPricePoints!$K:$K,">"&$B$1))}

'rptPricePoints'!$C:$C,$A4 = the concatenated nomenclature
'rptPricePoints'!$K:$K,">"&$B$1 = the minimum price of $14

The median and max formulas will be similar.
I get a value error with: {=MEDIAN(IF(rptPricePoints!$C:$C,A4,rptPricePoints!$K:$K))}

Where am I making a mistake?

Thanks
Josh
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Ok... I found a dumb mistake: =MIN(IF(rptPricePoints!$C:$C=$A4,IF(rptPricePoints!$K:$K,">"&$B$1,rptPricePoints!$K:$K))) which gets rid of the error, but results in a '0'
 
Upvote 0

Forum statistics

Threads
1,215,491
Messages
6,125,099
Members
449,205
Latest member
ralemanygarcia

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