Hello. I have a table where I keep the days on which a given event occurred.
What I want is to search for a specific date (I have done this), and, if it does not coincide with any of the saved dates, search for the closest previous one.
For example:
4-jan-22
6-jan-22
9-jan-22
13-jan-22
If I...