Hi!
Right now I get an #ERROR in Column A when the date is blank. However, I'd like it to return "N/A" instead.
The formula below still results in an error. What do you suggest?
IF(
{Formatted Date},
CONCATENATE(
{Formatted Date}," - ",{Event/Release}
), "N/A"
)