Hello! I'm trying to write a formula where if a certain radio field is marked as "Yes", then populate the date from field A into field B (a single line field), but if that radio field is marked as "No", then populate field B with a static text value.
The issue I'm encountering is that the date is getting converted to a string when referenced. For example, if I enter today's date and mark the radio field as "Yes", it comes through as "44802" instead of "08/29/2022", as would be expected.
Are there any tricks to allow date fields to be referenced correctly in other formulas? I've tried both =TEXT and =T without any luck. Any help would be appreciated. Thanks!