
Originally Posted by
pat brown
Thanks DonkeyOte but this still doesnt solve the problem.
Using my example, the table I want the results in will be similar to one with the data in although one line for each client number. It will expand right for each weeks product sales, so
A B C
Client 1 10 12
Client 2 5 2
Client 1 15 -
Client 3 6 5
Clinet 1 20 30
Client 4 2 4
Client 4 5 1
So the count function I am looking for will list Clients' 1-4 in column A (but only once) with colum B showing the number of orders sold in week 1 and in C number sold for week 2 and so on, so the result table will look something like
A B C
Client 1 3 2 (as the third line down in my example did not have an order in week 2)
Client 2
Client 3
Client 4
I know this is hard to read as doesnt show in columns - not sure if I can attach an example spreadsheet to show you more clearly?
Bookmarks