Hello!
I am trying to find a way to automatize the following process and I would love to get some ideas:
- clean an excel file containing data
- remove unnecessary columns
- clean-up text in a specific column (I usually do this using text-to-column and using “(“ and “:” as a delimited to keep the text I need;
- check data in columns A and B of the excel file with data contained in a master list (which could be another excel file or any other solution - for example an online SQL database);
- remove from columns A and B any data that is already available in the master list;
- combine data from columns A and B together;
- split the content of these columns in blocks of 100 cells each.
Ideally I would love to create Amazon Ads with one ad per each 100 cells (keywords), but I don’t think that Zapier syncs with Amazon Ads.
Thanks a lot!!