Find the smallest number in a filtered dataset

humanoid769

New Member
Joined
Feb 14, 2020
Messages
21
Office Version
  1. 365
Platform
  1. Windows
Hi I currently use =MIN(IF(N5:N6606>0,N5:N6606)) which finds the smallest positive number in a sheet, ho can I modify this to find the smallest positive number in a filtered list? for example if I filtered the data to only show me data from today I want to find the smallest number from the results

Thanks
Tony
 
But then i suppose you have date criteria also, which you have ignored
 
Upvote 0

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
You have to set the date criteria also in Minifs function or filter function as stated by Peter_Sss in post 4

Change the Today to a list of dates which is required
 
Upvote 0
Try

=AGGREGATE(15,6,N5:N6606/((SUBTOTAL(102,OFFSET(N5,SEQUENCE(ROWS(N5:N6606),,0),,1)))*(N5:N6606>0)),1)
 
Upvote 0

Forum statistics

Threads
1,214,981
Messages
6,122,566
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