kindly help to find hours as per given format

lathish

New Member
Joined
Feb 10, 2018
Messages
15
dear sir ma'am

[TABLE="width: 436"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]ORDER ID [/TD]
[TD]NO OF HOURS TO PICK [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]OR3173JG-002A[/TD]
[TD="align: right"]90[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR3289CG-002A[/TD]
[TD="align: right"]71[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR7846FG-002A[/TD]
[TD="align: right"]87[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR5531NF-003A[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR8259UG-001A[/TD]
[TD="align: right"]99[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR9663UG-001A[/TD]
[TD="align: right"]77[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR4926VG-001A[/TD]
[TD="align: right"]69[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR4421UG-001A[/TD]
[TD="align: right"]90[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR3805DF-002A[/TD]
[TD="align: right"]91[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR8570UG-001A[/TD]
[TD="align: right"]5[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR8533UG-001A[/TD]
[TD="align: right"]79[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]OR4675ZD-005A[/TD]
[TD="align: right"]71[/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]


sir/ma'am i need how much cell come under below hours


( below 24 hours) (more then 24 but below 48 hours) (more then 48/ below 72 hours) (more than 72 hours )
5 6 2 6


just a example i need to clear huge sheets kindly help
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
See column D below although your criteria doesn't allow for if it is equal to 24,48 or 72.


Excel 2010
ABCD
1ORDER IDNO OF HOURS TO PICK
2OR3173JG-002A901
3OR3289CG-002A710
4OR7846FG-002A873
5OR5531NF-003A245
6OR8259UG-001A99
7OR9663UG-001A77
8OR4926VG-001A69
9OR4421UG-001A90
10OR3805DF-002A91
11OR8570UG-001A5
12OR8533UG-001A79
13OR4675ZD-005A71
Sheet2
Cell Formulas
RangeFormula
D2=COUNTIF($B$2:$B$13,"<24")
D3=COUNTIFS($B$2:$B$13,">24",B2:B13,"<48")
D4=COUNTIFS($B$3:$B$14,">48",$B$3:$B$14,"<72")
D5=COUNTIF($B$5:$B$16,">72")
 
Last edited:
Upvote 0
You're welcome (although I did forget to make the 2nd range in D3 absolute :().
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

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