Excel Time Conversion Process Question

KuraiChikara

Board Regular
Joined
Nov 16, 2016
Messages
111
Office Version
  1. 2013
Platform
  1. Windows
Hello,
I know how to convert time say ET to MT but my question is on the process on WHY Excel does what it does.

Example:
A1 you have ET and B1 you have the MT formula conversion. Using this simple formula will work, but not for all time frames:
=A1-"02:00"

It can do AM to AM and PM to AM: IE 18:00 turns into 16:00, 07:00 turns into 05:00.
What it CANT do, is go from AM to PM: IE 01:00 ET will return ############# instead of 23:00 MT

To fix that, the formula just gets a little more detailed IE:
=24+A1-"02:00"

This fixes the problem, instead of a never ending sequence of # symbols, it returns 23:00.

My question is, why do the ###### come back as a result with the first formula? This is not a data length issue because no matter how far I stretch the cell, the pound symbols don't go away, so what is that error called? It's not #DIV.0!, #N/A, #NA ME?, #NULL !, #NUM !, #REF ! or #VALUE ! yet it doesnt return any data.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Simple answer is excel wont display negative time. The value is still there as it happens. Time is just a fraction of 1. Midday is 0.5 for example.
 
Upvote 0

Forum statistics

Threads
1,214,622
Messages
6,120,585
Members
448,972
Latest member
Shantanu2024

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