Hi
I'm looking to create a lookup that uses a date field (pub date) and then pulls a value called Selling Season based on the date range that pub date falls within.
Current formula that isn't working:
=INDEX(COLLECT({Selling Season}, {Pub Date Start}, [Pub Date]@row >= {Pub Date Start}, {Pub Date End}, [Pub Date]@row <= {Pub Date End}), 1)
Table where the Selling Season values and date ranges are stored:
Appreciate any help on the above, as current formula is returning #INVALID VALUE
Thanks