Good afternoon.
I have a list of clients, with multiple users within each company. I have a column that tells me the number of days since any one user has purchased a product. I need to add 2 columns that will ultimately be used in a pivot table to:
1) Identify unique clients, not unique users. (I solved this using sumproduct)
2) Determine the MINIMUM number days since any user of that client purchased a product. That number will represent how long it's been since the company purchased any products.
Specifically, I hope to display how many unique clients I have and when is the last time there as been any activity from there company, regardless of which user purchased.
I am stumped and hopeful to learn the solution.
https://docs.google.com/spreadsheet/ccc?key=0AizfNmXXHvYrdHVaaDJTd0FlZVRyYXRhU2duaVUwU3c&hl=en_US
Thanks in advance.
Chris
I have a list of clients, with multiple users within each company. I have a column that tells me the number of days since any one user has purchased a product. I need to add 2 columns that will ultimately be used in a pivot table to:
1) Identify unique clients, not unique users. (I solved this using sumproduct)
2) Determine the MINIMUM number days since any user of that client purchased a product. That number will represent how long it's been since the company purchased any products.
Specifically, I hope to display how many unique clients I have and when is the last time there as been any activity from there company, regardless of which user purchased.
I am stumped and hopeful to learn the solution.
https://docs.google.com/spreadsheet/ccc?key=0AizfNmXXHvYrdHVaaDJTd0FlZVRyYXRhU2duaVUwU3c&hl=en_US
Thanks in advance.
Chris