View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default summary count of unique numbers

=SUMPRODUCT(--(A2:A200=456),B2:B200)

for orders, change column B to C for recipts.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Dave Edge" <Dave wrote in message
...
I am trying to create a supplier delivery performance spreadsheet and I

need
to be able to show a count of the total number of unique orders placed for
each supplier. The worksheet is sub-totalled on a count of the number of
receipts made but one order can have one to many receipts.

SuppNo OrderNo ReceiptNo
123 9961 1
456 9978 16
456 9982 33
789 9999 46
789 9999 57

Therefore SuppNo 123 has 1 Order(s) and 1 Receipt(s)
456 2 2
789 1 2

Can anyone help me please!