I have a csv file of companies that visit my website every week and a csv file of companies that are in my target account list, the data is raw and needs a pivot table to consolidate data (ie. company visited 3 webpages so it shows up 3 times in the data).
I need to see which website visitors are in the target account list. A simple Vlookup typically. But I would like to automate this process.
How I imagine it would look would be in steps:
- Add new worksheet to a google sheet with the raw csv file of web visitors for the week (triggers the automation)
- Pivot table the worksheet to get to a list of companies and the total # of web visits + the unique web pages they visited
- Vlookup on this pivot table data against the list of target companies to see which website visitors are target accounts and the webpages they visited
- Push results to slack
Very curious how Zapier could help solve this. Thanks!