Hi,
I have a list of account numbers (about 40,000) of people I sent a marketing text message to.
Now, using a transaction extract (showing details like acct # and values) I want to determine which of the people I contacted made a purchase since the message, and the total turnover generated by them.
I've played around with conditional formatting, pasting the list of contacts' account #'s below the list of unique account #'s of those who has made a purchase, then I higlight the duplicates. But that is as far as I get - my computer is VERY slow when using conditional formatting on long lists, so I would prefer a different way of doing this. But if that is the best way, I need to determine the amount of people highlighted in the "purchase" list. almost like a COUNTA(conditionally formatted) formula.
then I need to sum the value of their purchases, which is hard because some people bought more than once.
Any ideas?
So basically I need to count and sum the purchases of anyone who's account number matches any account number in a different list. (Another problem is that some acct #'s are 20 characters long and excel seems to only look at the first 16 digits when looking for duplicates - but that bridge I will cross later.)
I have a list of account numbers (about 40,000) of people I sent a marketing text message to.
Now, using a transaction extract (showing details like acct # and values) I want to determine which of the people I contacted made a purchase since the message, and the total turnover generated by them.
I've played around with conditional formatting, pasting the list of contacts' account #'s below the list of unique account #'s of those who has made a purchase, then I higlight the duplicates. But that is as far as I get - my computer is VERY slow when using conditional formatting on long lists, so I would prefer a different way of doing this. But if that is the best way, I need to determine the amount of people highlighted in the "purchase" list. almost like a COUNTA(conditionally formatted) formula.
then I need to sum the value of their purchases, which is hard because some people bought more than once.
Any ideas?
So basically I need to count and sum the purchases of anyone who's account number matches any account number in a different list. (Another problem is that some acct #'s are 20 characters long and excel seems to only look at the first 16 digits when looking for duplicates - but that bridge I will cross later.)