I need some help on ranking and hoping someone can assist. I have an EmployeeID field "EmpID" which is a number field and an Hours field which is a Text Field. I would like to create a ranking column to rank the the employee with the highest amount of hours. Is this possible to do in a query?
EmpID Hours
17 18:00
42 7:00
47 25:00
57 9:00
58 14:00
59 8:00
108 21:00
110 4:00
111 32:00
113 00:00
139 34:30
140 16:30
152 32:30
155 16:00
157 10:10
Desired output...
EmpID Hours Rank
139 34:30 1
152 32:30 2
111 32:00 3
47 25:00 4
108 21:00 5
17 18:00 6
140 16:30 7
155 16:00 8
58 14:00 9
157 10:10 10
57 9:00 11
59 8:00 12
42 7:00 13
110 4:00 14
113 00:00 15
EmpID Hours
17 18:00
42 7:00
47 25:00
57 9:00
58 14:00
59 8:00
108 21:00
110 4:00
111 32:00
113 00:00
139 34:30
140 16:30
152 32:30
155 16:00
157 10:10
Desired output...
EmpID Hours Rank
139 34:30 1
152 32:30 2
111 32:00 3
47 25:00 4
108 21:00 5
17 18:00 6
140 16:30 7
155 16:00 8
58 14:00 9
157 10:10 10
57 9:00 11
59 8:00 12
42 7:00 13
110 4:00 14
113 00:00 15