Dock times

sannel23

New Member
Joined
Jan 13, 2022
Messages
13
Office Version
  1. 365
Platform
  1. Windows
Hi everyone,

I work on scheduling dock times for Sam's Club, Costco and so on. I'm trying to figure out a formula that will give me the sum of dock times before 8am and after 8am. The one that was originally set up is not working. Any help would be greatly appreciated.

1642087470500.png
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
I would probably convert your times into proper 24 hour format like 20:00 for 8pm.

Are you trying to actually sum the times or count the occasions before and post 8am?

If so - you should use a a version of COUNTIFS.

After you've formatted in 24 hour format

=COUNTIFS(F$6:F$54, "<"&"8:00") Prior to 8am

=COUNTIFS(F$6:F$54, ">"&"8:00") Post 8am
 
Upvote 0
Solution
Thank you for the response. Sorry to clarify I'm looking to count total before and after 8am. So that way I can balance out our routes with primaries and reloads evenly.
 
Upvote 0
I would probably convert your times into proper 24 hour format like 20:00 for 8pm.

Are you trying to actually sum the times or count the occasions before and post 8am?

If so - you should use a a version of COUNTIFS.

After you've formatted in 24 hour format

=COUNTIFS(F$6:F$54, "<"&"8:00") Prior to 8am

=COUNTIFS(F$6:F$54, ">"&"8:00") Post 8am
This worked perfectly. Thank you again.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,257
Members
449,075
Latest member
staticfluids

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