G
GarToms
Hi all,
I'm looking to count unique items in column 2 within the groups i
column 1.
e.g.
A......B
X......100
X......100
Y......200
Y......100
Y......200
Z......500
Required Output:
Y=2 (because of 100 and 200)
X=1 (because only 100)
Z=1 (because only 500)
I am totaly lost to find a solution so any help would be great.
Note i can't use a pivot due to the size of my worksheet.
GarTom
I'm looking to count unique items in column 2 within the groups i
column 1.
e.g.
A......B
X......100
X......100
Y......200
Y......100
Y......200
Z......500
Required Output:
Y=2 (because of 100 and 200)
X=1 (because only 100)
Z=1 (because only 500)
I am totaly lost to find a solution so any help would be great.
Note i can't use a pivot due to the size of my worksheet.
GarTom