Hi
I have the following table:
Sprint, Start date, End date
20.01, 10/01/20, 10/15/20
20.02, 10/15/20, 10/30/20
20.03, 11/01/20, 11/15/20
I want to show the Sprint value, whenever a user enters a date between the dates that are next to the name.
For example, show 20.01 when a user enters a date from 10/01 - 10/15.
How is this possible?