![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 1
|
I am having trouble converting time to military time. Excell gives me the choice in format but when I select the format it does not change to military time in the column I am trying to change. The data comes from boxcar pro (a data logger for temperature and time) and is exported to excel. Can anyone out there help me??
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Posts: 3,065
|
__________________
Free Excel based Web Toolbar available here. Jack in the UK J & R Excel Solutions "making Excel work for you" |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
What does the data look like as it is i.e. before formatting?
Dan |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
Quote:
1) Select your column. goto data - text to columns and hit finish. Your format should now "stick" 2) By formula. Put =TEXT(A1+0,"HH:MM:ss") next to cell A1 and copy it down. good luck |
|
|
|
|
|
|
#6 |
|
New Member
Join Date: Oct 2009
Posts: 1
|
http://www.mrexcel.com/tip029.shtml
How do I change the event handler code for only one column that is referenced in the above tip? |
|
|
|
|
|
#7 | |
|
Board Regular
Join Date: Mar 2007
Location: Chicago Area
Posts: 2,590
|
Quote:
Where he has under "possible enhancements" Code:
Private Sub Worksheet_Change(ByVal Target As Range)
ThisColumn = Target.Column
If ThisColumn < 3 Then
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|