COALESCEC accepts one
or more character arguments. The COALESCEC function checks the value
of each argument in the order in which they are listed and returns
the first non-missing value. If only one value is listed, then the
COALESCEC function returns the value of that argument. A character
value is considered missing if it has a length of zero or if all the
characters are blank. If all the values of all arguments are missing,
then the COALESCEC function returns a string with a length of zero.