Hi!
I have a large (6000+ rows) spreadsheet which is a mess. Its just copy/paste of dozens of different spreadsheets, containing customer information from several different stores.
Goal
My objective is to retrieve all the customer emails from the spreadsheet so we can import it to our newsletter list.
Problem
As the data comes from different vendors, the column for the customers email is varied. For example, from row 1-20 it may be that the emails are in column B. Then from 21-50 it may be in column E, as these rows are data from a different vendor.
I want to retrieve all the emails to a single column, lets say column A, for easy copy/export.
So I need a function to search the entire spreadsheet for emails, for example every cell containing the @ , and then return it to a new email column.
Any help would be greatly appreciated.
I have a large (6000+ rows) spreadsheet which is a mess. Its just copy/paste of dozens of different spreadsheets, containing customer information from several different stores.
Goal
My objective is to retrieve all the customer emails from the spreadsheet so we can import it to our newsletter list.
Problem
As the data comes from different vendors, the column for the customers email is varied. For example, from row 1-20 it may be that the emails are in column B. Then from 21-50 it may be in column E, as these rows are data from a different vendor.
I want to retrieve all the emails to a single column, lets say column A, for easy copy/export.
So I need a function to search the entire spreadsheet for emails, for example every cell containing the @ , and then return it to a new email column.
Any help would be greatly appreciated.