Hi @kimberly, like what @al3xicon mentioned you can use a regular expression. Try using this formula in the Results tab. Select field: Formula (Text) then Formula: case when regexp_like({memomain},{employee.email}) then {employee.entityid} else null end. The formula is based on the presumption that you are using a transaction type of search and the memo field reference is the main memo field found in the header portion of the transaction records.