Match a task if it is within a date range

Sumeluar

Active Member
Joined
Jun 21, 2006
Messages
275
Office Version
  1. 365
  2. 2016
  3. 2010
Platform
  1. Windows
  2. MacOS
  3. Mobile
Greetings!

I have the following formula:
=IFERROR(INDEX('PM Schedule'!$C$3:$F$2500,SMALL(IF(('PM Schedule'!$E$3:$E$2500="Monthly"),MATCH(ROW('PM Schedule'!$C$3:$F$2500),ROW('PM Schedule'!$C$3:$F$2500)),""),ROW($B1)),COLUMN($B1)),"-")
This formula populates from a large list all items all the ones that fit within the date, in this case for the month of January, the tasks are categorized by daily, weekly and monthly, I would like to add another condition that only list the items that correspond to "Monthly", in essence I want to return the items for January 2025 only if the frequency is Monthly.

Date - Equipment - Frequency
01/10/25 - MUA 3 - Monthly
01/17/25 - RTU 1 - Weekly.... and so on.


Thank you in advance.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,225,202
Messages
6,183,546
Members
453,168
Latest member
Luggsy

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