If every COALESCE operand is NULL, the expression result is NULL.
highlighted = computed this step
Input table
Use the same contacts with missing email and phone cells.
Contacts
Select query
Use COALESCE across only the two contact columns.
COALESCE email, phone
Output table
The row with no contact values stays NULL.
contact or NULL