+ Reply to Thread
Results 1 to 2 of 2

Auto count every other column

  1. #1
    Registered User
    Join Date
    11-11-2008
    Location
    Sandy, Utah
    Posts
    1

    Auto count every other column

    Hey everyone,
    I recently got a cd storage system that holds 500 discs in a box. I want to create an excel sheet where the first column and ever other column counts to 100. Where the first column is 1-100, the next column is 101-200 etc.. It there a function to do this or do I have to put that all in manually?
    Thanks

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    Put this formula in A1 and drag down or autofill:

    =ROW()+(100*(COLUMN()-1)/2)

    Then select A1 to B100 and drag across as far as necessary.

+ 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