I have a column of data and need to count the number of times a record apears within a range to a summary output.
Something similar to the following...
BOB
BOB
JOHN
BOB
TOM
BOB
ROY
ROY
Summary output...
Equal to 1 = 2 (i.e. JOHN and TOM)
Between 2 and 3 = 1 (i.e. ROY)
Greater than or equal to 4 = 1 (i.e. BOB)
Can anyone help?
Something similar to the following...
BOB
BOB
JOHN
BOB
TOM
BOB
ROY
ROY
Summary output...
Equal to 1 = 2 (i.e. JOHN and TOM)
Between 2 and 3 = 1 (i.e. ROY)
Greater than or equal to 4 = 1 (i.e. BOB)
Can anyone help?