Hi guys!
I have a data set which looks like this.
Company-----01/05/14-----01/05/15---01/05/16
company A-----1,984----------2.500---------3,000
company B-----1,984----------2.500---------3,000
company C-----1,984----------2.500---------3,000
company D-----1,984----------2.500---------3,000
I want to form three tables like this
Top 30% (of value)
01/05/14-----01/05/15---01/05/16
company A-----company A----company C
company C-----company G----company Q
company F-----company B----company Y
same way I need bottom 30% and middle 40%.
I just need to sort the names according to their value for each date.
Thanks in advance.
I have a data set which looks like this.
Company-----01/05/14-----01/05/15---01/05/16
company A-----1,984----------2.500---------3,000
company B-----1,984----------2.500---------3,000
company C-----1,984----------2.500---------3,000
company D-----1,984----------2.500---------3,000
I want to form three tables like this
Top 30% (of value)
01/05/14-----01/05/15---01/05/16
company A-----company A----company C
company C-----company G----company Q
company F-----company B----company Y
same way I need bottom 30% and middle 40%.
I just need to sort the names according to their value for each date.
Thanks in advance.