A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Boyluv2000 wrote:
- Cell A1
- Format A1 as General
- Enter 0.33333
- Format A1 Time-24 hrs
- Return 08:00:00
When I double-click the cell it becomes 8:00:00 AM.
When I re-format A1 into any WHATEVER OTHER format(s), it still retain the same value (8:00:00 AM) i.e the value does not budge!
It sounds like you have the option "Edit directly in cell" set, which I believe is the default. I usually disable the option for a number of reasons. (Click on File, Option, Advanced.)
When you double-click, you see a cursor in the cell, and you are in edit mode. At that point, the cell contents are displayed according to the rules for the Formula Bar. Those display rules are different than the cell format, although they are influenced by the cell format.
After you double-click, if you simply press Enter or select another cell, the cell should be displayed according to its format again.
There is nothing we can do to change the display rules for the Formula Bar -- and after double-clicking a cell when the option "Edit directly in cell" is set.
And unfortunately, there are circumstances when that screws us up, since pressing Enter will effectively (re)enter what the Formula Bar displays.
For example, if we format the cell as Custom hh:mm:ss.000 and enter 12:34:56.789, the Formula Bar (and double-click when "Edit directly in cell" is set) will display 12:34:57 PM, and pressing Enter or selecting another cell will cause the cell value to become 12:34:57, albeit still displayed in the format 12:34:57.000.