Dear Friends,
I have used countif function to find repeated item i a column. for example
Emp No
100
100
100
when i apply the countif function i got result as below.
( Count if)
100 3
100 2
100 1
I want to get the result in revers as below
100 1
100 2
100 3
Could you please help me ..
I have used countif function to find repeated item i a column. for example
Emp No
100
100
100
when i apply the countif function i got result as below.
( Count if)
100 3
100 2
100 1
I want to get the result in revers as below
100 1
100 2
100 3
Could you please help me ..