Is there some equivalent of SWITCH formula (available in Excel/Airtable)?
SWITCH(,,,,,<no_match_result>)
I am building custom dropdown for a date range (last day, last 7, last month, custom). Based on this I would push back the start range by so many days.
I just figured out a work-around:
I will insert the number of days as the value in the Dropdown. If the value form dropdown == “custom” I will trigger the visibility of custom date selection fields.
Anyway original question still might be helpful - would there be a formula with similar functionality to SWITCH?