HI atapp,
As you've provided no samples of the actual data being searched in column B, I've used rank numbers within the set of dates listed in column A. The oldest date, January 1 (2020) is ranked 1, the newest on the list, February 24, is ranked 55.

The table contains 60 rows.
Column A, rows 6 to 60, contains a list of dates in random order.
Column B contains a set of numbers indicating the rank of each date from the oldest (55) to newest (1)
The formula shown on the table in in the selected cell, B4. It gets the rank number from A4, searches for that value in B6:B60, and returns the date from column A in the row on which it finds the value in column B.
B3 contains the same formula, with the first cell reference changed to A3
B4: INDEX(A6:A60,MATCH(A4,B6:B60,0))
For your table, replace the numbers in column B of mine with the text values in yours. Enter the text value you are searching for in A4.
Regards,
Barry
PS: It's not necessary to send individual replies to all people responding to your issue. Each of us (including you) gets an email notice containing each message posted in the discussion (except those messages for which we are the author). Your reply to Badunit or to me could have contained responses to the the questions that both or either of us asked. We'd both see them.
B