MixedUpExcel
Board Regular
- Joined
- Apr 7, 2015
- Messages
- 222
- Office Version
- 365
- Platform
- Windows
Hi,
I have a range with dates in - a table of 20 cells by 15 high. The dates are not sequential but usually either 7 days apart or 14 days apart.
I have a reference in the column immediately to the left of the dates which looks like this:
I run a report with lots of data and order dates.
I want to find the row which coincides with the reference above (eg. 63MON1 and then I want to find the next available date after the order date in the 20 x 15 table of dates (in the row for 63MON1)
i can get MINIFS to work if I have just 1 row eg. =MINIFS(B2:U2,B2:U2,">"&D23) where D23 contains the date
I want to be able to find which Row.. so I used the FILTER function eg. =FILTER(B2:U17,A2:A17="63MON1") - this is great, it gives me all of the dates in the row of the table that I need.
I can't get MINIFS and FILTER to work together.
I've tried: =MINIFS(FILTER(B2:U17,A2:A17="63MON1"),FILTER(B2:U17,A2:A17="63MON1"),">"&D23)
The above makes sense to me as it follows the structure of the 2 Functions.. but it just doesn't work.
Is it the structure or are these 2 just not meant to work together and is there another way?
Thanks in advance for your help / advice.
Simon
I have a range with dates in - a table of 20 cells by 15 high. The dates are not sequential but usually either 7 days apart or 14 days apart.
I have a reference in the column immediately to the left of the dates which looks like this:
63MON |
63MON1 |
63MON2 |
63TUE |
63TUE1 |
63TUE2 |
63WED |
63WED1 |
63WED2 |
63THU |
63THU1 |
63THU2 |
63FRI |
63FRI1 |
63FRI2 |
I run a report with lots of data and order dates.
I want to find the row which coincides with the reference above (eg. 63MON1 and then I want to find the next available date after the order date in the 20 x 15 table of dates (in the row for 63MON1)
i can get MINIFS to work if I have just 1 row eg. =MINIFS(B2:U2,B2:U2,">"&D23) where D23 contains the date
I want to be able to find which Row.. so I used the FILTER function eg. =FILTER(B2:U17,A2:A17="63MON1") - this is great, it gives me all of the dates in the row of the table that I need.
I can't get MINIFS and FILTER to work together.
I've tried: =MINIFS(FILTER(B2:U17,A2:A17="63MON1"),FILTER(B2:U17,A2:A17="63MON1"),">"&D23)
The above makes sense to me as it follows the structure of the 2 Functions.. but it just doesn't work.
Is it the structure or are these 2 just not meant to work together and is there another way?
Thanks in advance for your help / advice.
Simon