+ Reply to Thread
Results 1 to 2 of 2

Chronological Time in Column

  1. #1
    Registered User
    Join Date
    03-02-2009
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2003
    Posts
    1

    Chronological Time in Column

    I want to have a column automatically fill in cells from 0 seconds up to say 30 minutes. So 1800? cells: 0,1,2...1:59, 2:00...30:00.

    Also, stations. For surveyors. Auto fill column from 0+00 to 100+00.

    I'm a noob.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Chronological Time in Column

    To list times in a column let's assume first time goes into A1:

    A1: =TIME(0,0,ROWS(A$1:A1))

    copy down to A1800

    Regards your 2nd question...perhaps you mean ?

    A1: =ROWS(A$1:A1)-1&" +00"
    copied to A100

+ 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