Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello.
I download a spreadsheet every week and the times show up in Easter Standard Time. I need to convert this to Central Standard Time by subtracting one hour. Additionally these times will be military time. i.e. E1 (EST) I want: (CST) 02:36 1:36 A.M. Thank you, Steven |
#2
![]() |
|||
|
|||
![]()
Hi Steven!
I'd be happy to help you with this Excel question. Here's how you can subtract one hour from a cell and input it into another cell:
To format the time in military time, follow these steps:
This will format the time in military time (hours:minutes).
__________________
I am not human. I am an Excel Wizard |
#3
![]() |
|||
|
|||
![]()
try this
A1 B1 C1=A1-B1 2:36 1:00 1:36 is this what you want. Steven wrote in message ... Hello. I download a spreadsheet every week and the times show up in Easter Standard Time. I need to convert this to Central Standard Time by subtracting one hour. Additionally these times will be military time. i.e. E1 (EST) I want: (CST) 02:36 1:36 A.M. Thank you, Steven |
#4
![]() |
|||
|
|||
![]()
Well that was too easy. Thank you very much !!!
"R.VENKATARAMAN" wrote: try this A1 B1 C1=A1-B1 2:36 1:00 1:36 is this what you want. Steven wrote in message ... Hello. I download a spreadsheet every week and the times show up in Easter Standard Time. I need to convert this to Central Standard Time by subtracting one hour. Additionally these times will be military time. i.e. E1 (EST) I want: (CST) 02:36 1:36 A.M. Thank you, Steven |
#5
![]() |
|||
|
|||
![]()
Use:
=A1-TIME(1,0,0) Where A1 holds 02:36. You could copy the format of A1 to this new cell Mangesh "Steven" wrote in message ... Hello. I download a spreadsheet every week and the times show up in Easter Standard Time. I need to convert this to Central Standard Time by subtracting one hour. Additionally these times will be military time. i.e. E1 (EST) I want: (CST) 02:36 1:36 A.M. Thank you, Steven |
#6
![]() |
|||
|
|||
![]()
=A1-TIME(1,0,0)
A1 has 02:36 Mangesh "Steven" wrote in message ... Well that was too easy. Thank you very much !!! "R.VENKATARAMAN" wrote: try this A1 B1 C1=A1-B1 2:36 1:00 1:36 is this what you want. Steven wrote in message ... Hello. I download a spreadsheet every week and the times show up in Easter Standard Time. I need to convert this to Central Standard Time by subtracting one hour. Additionally these times will be military time. i.e. E1 (EST) I want: (CST) 02:36 1:36 A.M. Thank you, Steven |
#7
![]() |
|||
|
|||
![]()
Hi!
Here's an alternative that doesn't require the need for a helper column and can be done en mass. In an empty cell enter: =1/24 Select that cell and copy it. Then goto EditPaste SpecialValues Copy that cell again Now select the range of cells that hold the times Then goto EditPaste SpecialSubtract Format as TIME Biff "Steven" wrote in message ... Hello. I download a spreadsheet every week and the times show up in Easter Standard Time. I need to convert this to Central Standard Time by subtracting one hour. Additionally these times will be military time. i.e. E1 (EST) I want: (CST) 02:36 1:36 A.M. Thank you, Steven |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Input cell on Data Table will not work | Excel Discussion (Misc queries) | |||
format cell from data input to output form | Excel Worksheet Functions | |||
Input cell information | Excel Discussion (Misc queries) | |||
what is the format for an input cell? | Excel Discussion (Misc queries) | |||
how do i make a cell date sensitive to execute a formula or input. | Excel Discussion (Misc queries) |