Help with Index

rskip

New Member
Joined
Nov 26, 2009
Messages
44
Office Version
  1. 365
Platform
  1. Windows
I have this formula:
=IFERROR(INDEX(' Week 1'!M$4:M$102,MATCH(B1730,IF(' Week 1'!A$4:A$102=AR$1726,' Week 1'!C$4:C$102),0))/10000/86400,"DNCL")
Which works.
However because of new data I have 2 separate entries and I want the formula to return the entry that is the smaller of the two !

Help Please !
Thanks in advance
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Try: =IFERROR(MIN(FILTER(' Week 1'!M$4:M$102,(' Week 1'!A$4:A$102=AR$1726)*(' Week 1'!C$4:C$102=B1730)))/864000000,"DNCL")
 
Upvote 0
Try
Excel Formula:
=IFERROR(SMALL(IF(B1730=IF(' Week 1'!A$4:A$102=AR$1726,' Week 1'!C$4:C$102),' Week 1'!M$4:M$102),1)/10000/86400,"DNCL")
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,324
Members
452,635
Latest member
laura12345

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