Hello,
Within a LF form, I am attempting to use a date entered in a field as part of a formula for another field (to optionally add a suffix, depending on a radio button field).
Despite trying several different functions (TEXT, T) trying to get the date to show up as formatted in the field (vs a date code) nothing seems to return the desired result.
Does anyone know the trick for getting a date to transfer over to a different field via formula?
=IF(EXACT(batch_type, "BMO"),CONCATENATE(TEXT(check_date),"BMO"),check_date)