- Регистрация
- 18.09.2014
- Сообщения
- 27
- Благодарностей
- 1
- Баллы
- 3
Not sure if zenno can do this...
I want to take a line from a list of emails I have and then have zenno search a table for the matching domains and if there is a match, add the email to a cell in the table.
So for example, the list reads:
1. [email protected]
2. [email protected]
3. [email protected]
and the table has a row with three columns that contains this data:
1. DoctorName; Address; http://www.mydoctor.com; [blank cell]
I'd like to take a line from the list and check each row from the table and see if it matches the domain in column 3 (www.mydoctor.com), if it does, I'd like to write it into row 1, cell 4.
Is this possible?
I want to take a line from a list of emails I have and then have zenno search a table for the matching domains and if there is a match, add the email to a cell in the table.
So for example, the list reads:
1. [email protected]
2. [email protected]
3. [email protected]
and the table has a row with three columns that contains this data:
1. DoctorName; Address; http://www.mydoctor.com; [blank cell]
I'd like to take a line from the list and check each row from the table and see if it matches the domain in column 3 (www.mydoctor.com), if it does, I'd like to write it into row 1, cell 4.
Is this possible?