If a contact (e.g. one in my personal contact lists) has a text field name associated with it, it displays as that name. Then, if wanting to search for that contact in a contact column using the associated email address, it is not found. Please develop a function that returns as text the email address of a contact. emailtext(contact) -> "firstname.lastname@domain.com"; also nametext(contact) -> "Firstname Lastname"