Dear Excel Wizards-
I have a list of about 105,000 email addresses in Sheet1, and in Sheet2 I sent a opt-in/opt out email to 15,000 contacts.
Now I am trying to separate out the action each email took IF they were the lucky 15,000 list- bounce, clicks, unsubscribe, opened, etc. using a vlookup formula: =VLOOKUP($A$2,Sheet2!$A$2:$F$11,2,FALSE) for each category aforementioned per email address however I am having difficulty figuring out this:
1. How can I use an absolute reference in each row without manually entering the $? For example, $A$2 wont drag so I have to change the next row to manually to $A$3.
2. In the vlookup formula, how I get the formula to column reference the next column when copying the formula? For example, column 2-"opens", to column 3- "clicks" and so forth thru column-6
3. Some columns have the email addressee selecting two options- unsubscribing AND opening or whatever, how do I get both options to appear?
4. The list is so large that it freezes often, how can I fix this problem?
Thanks again geniuses! If someone can show me a formula, I can apply it to the rest.
I have a list of about 105,000 email addresses in Sheet1, and in Sheet2 I sent a opt-in/opt out email to 15,000 contacts.
Now I am trying to separate out the action each email took IF they were the lucky 15,000 list- bounce, clicks, unsubscribe, opened, etc. using a vlookup formula: =VLOOKUP($A$2,Sheet2!$A$2:$F$11,2,FALSE) for each category aforementioned per email address however I am having difficulty figuring out this:
1. How can I use an absolute reference in each row without manually entering the $? For example, $A$2 wont drag so I have to change the next row to manually to $A$3.
2. In the vlookup formula, how I get the formula to column reference the next column when copying the formula? For example, column 2-"opens", to column 3- "clicks" and so forth thru column-6
3. Some columns have the email addressee selecting two options- unsubscribing AND opening or whatever, how do I get both options to appear?
4. The list is so large that it freezes often, how can I fix this problem?
Thanks again geniuses! If someone can show me a formula, I can apply it to the rest.