+ Reply to Thread
Results 1 to 8 of 8

Current CST time formula

  1. #1
    Forum Contributor
    Join Date
    07-17-2012
    Location
    India
    MS-Off Ver
    Excel 2016
    Posts
    715

    Current CST time formula

    Hello,

    I know the formula to show system time. I.e
    Please Login or Register  to view this content.
    Any ways I can add minus 11.50 hours in it, so it can show CST time?

    Thanks,
    Shiva
    Keep the Forum clean :


    1. Use [ code ] code tags [ /code ]. It keeps posts clean, easy-to-read, and maintains VBA formatting.
    2. Show appreciation to those who have helped you by clicking * Add Reputation below their posts.
    3. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Current CST time formula

    Try

    =NOW()-"11:30:00"

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Current CST time formula

    Maybe

    =NOW()-TIME(11,30,0)

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,858

    Re: Current CST time formula

    Try this:

    =MOD(NOW()-TIME(11,30,0),1)

    Format as a time in the style that you prefer.

    Hope this helps.

    Pete

  5. #5
    Forum Contributor
    Join Date
    07-17-2012
    Location
    India
    MS-Off Ver
    Excel 2016
    Posts
    715

    Re: Current CST time formula

    =MOD(NOW()-TIME(11,30,0),1) = This give me 01/0/1900 11.01


    =NOW()-"11:30:00" and =NOW()-TIME(11,30,0) , these works, But everyday if i use the same formula on another cell. Time of this also changes..

    Any ways one it is entered, we make it not to change on entering in different cell?

    Thanks for quick response though.

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,858

    Re: Current CST time formula

    You didn't format the cell to show the time only with my formula.

    NOW is a volatile formula - it will always recalculate to show the correct time at that instant. If you want a timestamp then you can use CTRL; in a cell to get the date, and CTRL: to get the time.

    Hope this helps.

    Pete

  7. #7
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Current CST time formula

    After entering the formula you want, you can copy it and then Paste Special - Values

  8. #8
    Forum Contributor
    Join Date
    07-17-2012
    Location
    India
    MS-Off Ver
    Excel 2016
    Posts
    715

    Re: Current CST time formula

    hmm.. Thanks..

    Will use the paste special value.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 10-06-2014, 05:20 PM
  2. Formula to display text plus current time
    By brharrii in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-27-2013, 03:29 PM
  3. [SOLVED] If Formula Based on Current Time
    By Jiptastic in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-13-2013, 04:21 PM
  4. Excel 2007 : Formula for current time + hours
    By twisted in forum Excel General
    Replies: 5
    Last Post: 01-18-2010, 03:12 AM
  5. Formula requireing the system time:current time
    By Major Tomm in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-31-2005, 03:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1