Employees Hours

GomaPile

Active Member
Joined
Jul 24, 2006
Messages
334
Office Version
  1. 365
Platform
  1. Windows
Hello there, I have a small question to ask if someone can kindly solved this for me please.

What I am trying to achieved here. A group of employees hours are being added up fortnightly, and would like a formula of some kind, from the lowest to the highest in the order from 1-8, even if there was 2 employees sharing or more the same hours they accrued, for eg;

order from 1-8:
20 - 1
35 - 3
60 - 8
55 - 7
40 - 5
40 - 6
30 - 2
35 - 4

Thanks
Goma (NASA)
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hello there, I have a small question to ask if someone can kindly solved this for me please.

What I am trying to achieved here. A group of employees hours are being added up fortnightly, and would like a formula of some kind, from the lowest to the highest in the order from 1-8, even if there was 2 employees sharing or more the same hours they accrued, for eg;

order from 1-8:
20 - 1
35 - 3
60 - 8
55 - 7
40 - 5
40 - 6
30 - 2
35 - 4

Thanks
Goma (NASA)
One way...

Assuming your nmbers are in the range A2:A9.

Enter this formula in B2 and copty down to B9:

=COUNTIF(A$2:A$9,"<"&A2)+COUNTIF(A$2:A2,A2)
 
Upvote 0
Thank-you all;

Thanks, T. Valko & effreybrown that works, awesome job and a pat on the back to you both :)

T. Valko said:
One way...

Assuming your nmbers are in the range A2:A9.

Enter this formula in B2 and copty down to B9:

=COUNTIF(A$2:A$9,"<"&A2)+COUNTIF(A$2:A2,A2)

How about...

=RANK(A1,$A$1:$A$8,1)+COUNTIF($A$1:A1,A1)-1

Thanks Again
Goma (NASA)
 
Upvote 0

Forum statistics

Threads
1,224,550
Messages
6,179,459
Members
452,915
Latest member
hannnahheileen

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top