Time calculating problem

R

ru1peh

I need to calculate column C but am having trouble due to the date
reference in column B. The data in column A is static and user defined.
The data in column B is taken from an Access db and changes each day.


A B C
Expected Arrival
Time Actual Arrival Time Minutes Early/Late
2:30:00 AM 7/24/2006 2:08:31 AM
2:00:00 AM 7/24/2006 2:33:23 AM
2:00:00 AM 7/24/2006 2:19:09 AM
2:15:00 AM 7/24/2006 12:36:12 AM
12:45:00 AM 7/23/2006 11:52:39 PM
12:45:00 AM 7/23/2006 11:45:39 PM

Any and all help is GREATLY appreciated.
Perry
 
N

Niek Otten

=MOD(B1,1)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I need to calculate column C but am having trouble due to the date
| reference in column B. The data in column A is static and user defined.
| The data in column B is taken from an Access db and changes each day.
|
|
| A B C
| Expected Arrival
| Time Actual Arrival Time Minutes Early/Late
| 2:30:00 AM 7/24/2006 2:08:31 AM
| 2:00:00 AM 7/24/2006 2:33:23 AM
| 2:00:00 AM 7/24/2006 2:19:09 AM
| 2:15:00 AM 7/24/2006 12:36:12 AM
| 12:45:00 AM 7/23/2006 11:52:39 PM
| 12:45:00 AM 7/23/2006 11:45:39 PM
|
| Any and all help is GREATLY appreciated.
| Perry
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top