Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Help with identifying time and time zones in a formula

=Q278&" "&TEXT(J278,"hh:mm")&" CST "&N278&", "&P278&" SAB"
I have the above formula in column M where column J will be entered the
current time.
I need the time to be equivalent to Eastern Standard Time rather than
Central as it displays when I use Ctrl+SHIFT+;
Can anyone suggest how I would add an hour to the display of the time I
enter with the above shortcuts?
Thanks


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Help with identifying time and time zones in a formula

To add one hour more use the TIME() function and + operator

=Q278&" "&TEXT(J278+TIME(1,0,0),"hh:mm")&" CST "&N278&", "&P278&" SAB"

If this post helps click Yes
---------------
Jacob Skaria


"Mr BT" wrote:

=Q278&" "&TEXT(J278,"hh:mm")&" CST "&N278&", "&P278&" SAB"
I have the above formula in column M where column J will be entered the
current time.
I need the time to be equivalent to Eastern Standard Time rather than
Central as it displays when I use Ctrl+SHIFT+;
Can anyone suggest how I would add an hour to the display of the time I
enter with the above shortcuts?
Thanks



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to convert time zones?? Anna Excel Discussion (Misc queries) 3 April 4th 23 10:47 AM
time zones Cactus-747 Excel Discussion (Misc queries) 1 April 14th 06 06:11 AM
How do I sort area codes by time zones Paul Excel Discussion (Misc queries) 1 August 4th 05 08:14 AM
Does Excel support Time Zones? Aaron Excel Worksheet Functions 1 March 11th 05 06:17 PM
adding time zones to formatting tjb Excel Worksheet Functions 0 February 17th 05 03:39 PM


All times are GMT +1. The time now is 10:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"