+ Reply to Thread
Results 1 to 2 of 2

Time entries

Hybrid View

Guest Time entries 03-05-2005, 10:06 PM
Guest Re: Time entries 03-05-2005, 11:07 PM
  1. #1
    Beege
    Guest

    Time entries

    I'd like to enter 3 or digits and have them show in a cell as "time".
    Ex 1234 = 12:34; 635 = 6:35. Can you assist. Seems I can do nearly every
    other type of "conversion entry" but the one I now need. Thanks,very



  2. #2
    Myrna Larson
    Guest

    Re: Time entries

    One way, using a formula to convert after-the-fact:

    =TIME(INT(A1/100),MOD(A1,100),0)

    Otherwise you would need a worksheet_change event macro that grabs the data
    right after you enter it and converts it using essentially the same "formula"
    as above, but written in VBA instead (where the syntax is a bit different).

    On Sat, 5 Mar 2005 17:19:02 -0800, "Beege" <Beege@discussions.microsoft.com>
    wrote:

    >I'd like to enter 3 or digits and have them show in a cell as "time".
    >Ex 1234 = 12:34; 635 = 6:35. Can you assist. Seems I can do nearly every
    >other type of "conversion entry" but the one I now need. Thanks,very
    >



+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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