Time met and converting it to %

Sh5ifty5

New Member
Joined
Oct 12, 2019
Messages
1
Hi There!
Help is definitely appreciated on this one!
I have a spreadsheet that has a “loaded trailer time“ and a “cut off time“ of when the trailers should be done. I have to show on a daily how many trailers met that time cut off and represent it as a %.

Please please help
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hello first time poster, welcome to the forum.

We may need more information to solve your problem, but I will take a shot. For example, assume the loading times are in cells A1:A20, and the cut off time is in cell B1. You can put the following formula in cell B2:

[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=COUNTIF(A1:A20,"<"&B1)/COUNTA(A1:A20)

You may need to change the format of cell b2 to "%", and you will obviously need to update the ranges A1:A20 and B1 in the formula to match where things are on your sheet.

If you have separate start time and finish time for the loading operation, it is more complicated, but can be managed.

If this didn't help, give us more information.

If it did help, please use the "Thank you for posting this" and "Liked this post" buttons.
[/FONT]
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,042
Members
448,940
Latest member
mdusw

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