Hiya all,
I'm struggling a bit with I have a list of customers who bought Product A (which is a sample of the main product) on one sheet, then I have a list of customers who bought Product B (which is the main product) on another sheet. Is there a way that I can (on a separate summary sheet) show the count of customers who bought Product A and then went on to buy Product B, the only matching information we have is the email address for each customer.
I have done the following formula but I have no idea if its right
=COUNTIFS(Sample_Sales!C:C,"*",Total_Sales!D:D,"*")
I'm struggling a bit with I have a list of customers who bought Product A (which is a sample of the main product) on one sheet, then I have a list of customers who bought Product B (which is the main product) on another sheet. Is there a way that I can (on a separate summary sheet) show the count of customers who bought Product A and then went on to buy Product B, the only matching information we have is the email address for each customer.
I have done the following formula but I have no idea if its right
=COUNTIFS(Sample_Sales!C:C,"*",Total_Sales!D:D,"*")