I have a set of data that consists of one column of dates and another column of values that corresponds to the date next to it. I would like to have a formula that you can search for the lowest date based on the month and year.
So if I have February and 2020 as the criteria, and the data is 2/1/2020, 2/1/2019, 2/2/2020, 2/1/2021
It would return 2/1/2020 and nothing else.
I would prefer not to have it as a VBA code as this formula will have to be done with every month on one sheet.
So if I have February and 2020 as the criteria, and the data is 2/1/2020, 2/1/2019, 2/2/2020, 2/1/2021
It would return 2/1/2020 and nothing else.
I would prefer not to have it as a VBA code as this formula will have to be done with every month on one sheet.