T
Thomas
heres my situation:
I have a range of numbers named "data". There largest number in this
range can be 50,the smallest 1.there can be more then one of any number
in the range.The count of numbers in the range is undermined.
To find the count of 1 to 50's in the range I use
COUNTIF(data,ROW(1:1))and drag down 50 rows.This range is called 'cnt'
To get the largest count of each number in the this range(cnt) i use
LARGE(Cnt,ROW(1:1))and drag down 50 rows
To get the original number counted back from the first formuala I use
=+MATCH(J2,Cnt,0)and drag down 50 rows.This works, however since the
second formula can return duplictes the match formula always returns the
first matched occurance,I need it it to find the first and then the
second,etc if applicable.
Hopefully you get the general idea of what I'm asking.
There in lies the problem
I have a range of numbers named "data". There largest number in this
range can be 50,the smallest 1.there can be more then one of any number
in the range.The count of numbers in the range is undermined.
To find the count of 1 to 50's in the range I use
COUNTIF(data,ROW(1:1))and drag down 50 rows.This range is called 'cnt'
To get the largest count of each number in the this range(cnt) i use
LARGE(Cnt,ROW(1:1))and drag down 50 rows
To get the original number counted back from the first formuala I use
=+MATCH(J2,Cnt,0)and drag down 50 rows.This works, however since the
second formula can return duplictes the match formula always returns the
first matched occurance,I need it it to find the first and then the
second,etc if applicable.
Hopefully you get the general idea of what I'm asking.
There in lies the problem