From: Jason on
Hello everyone-
I would like excel to count how many same part numbers i have and list them.
Such as P/N 11222=20, P/N 11333=30.

Any suggestions?

thx
From: Don Guillett on
look in the help index for countif

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett(a)gmail.com
"Jason" <Jason(a)discussions.microsoft.com> wrote in message
news:FC4194D7-4DD6-4D03-B15E-4FB34F689B84(a)microsoft.com...
> Hello everyone-
> I have bunch of part numbers and I would like excel to tell me how many of
> each part number I have.
>
> let's say
> P/N 11222= 1
> P/N 11333= 2

From: grizzly6969 on
=countif(A2:A100,"=11222")
assuming your part numbers are in column A
--
grizz


"Jason" wrote:

> Hello everyone-
> I have bunch of part numbers and I would like excel to tell me how many of
> each part number I have.
>
> let's say
> P/N 11222= 1
> P/N 11333= 2