Hello,
I have several date columns that track the scheduled release dates of a product in various territories. I'd like to have a formula in a field that looks at each of the columns that have dates and returns a string that allows for a quick recap of the territories for which there is a scheduled release.
Example: If there is are release dates for United States, Canada, Mexico and United Kingdom, but not for France, Germany, or Sweden, in another field return "US/CAN/MEX/UK".
I can get one date field to return with:
=IF(ISDATE([MEXICO RELEASE DATE]1), "MEX")
Not sure how to get additional results for multiple date fields.
Appreciate any guidance.
Thank you.