I need some help in figuring out how to create a formula that will show the difference between when an "order" was invoiced and shipped. The shipped time is taken from a field in that is mm/dd/yyyy hh:mm:ss and is formatted to show only the time. The invoiced time is the same format. When I subtract the two, my results are always 0:00 because the time ends up as 12:00AM (0:00 military). If Shipped is 12m and Invoiced is 12:45PM I need the result to be 45 min.
Then i need to add all the minutes\hours and take an average based on the number of packages shipped.
Then i need to add all the minutes\hours and take an average based on the number of packages shipped.