I have been struggling to look at a date, write a formula to determine of the date falls between 2 dates and return a value.
Date = 03/03/25
If date is greater than 03/31/23 and less than 04/01/24, return 23
This works for just the greater than date but as soon as I try to add the less than date, I get an incorrect argument.