+ Reply to Thread
Results 1 to 3 of 3

referencing other cells

  1. #1
    Registered User
    Join Date
    11-28-2006
    Posts
    3

    referencing other cells

    I want to reference every other cell doing down on the column next to it.
    ie. i want the formula in b1 to =A1, b2 =A3, b3 =A5, b4 =a7, etc.. etc.. etc...

    is there an easy way to do this instead of hand typing in all the forumlas

  2. #2
    Forum Contributor
    Join Date
    10-27-2006
    Location
    United Kingdom
    MS-Off Ver
    EXCEL 2003 (2007 at home)
    Posts
    517

    One way

    There may be better ways, but this works...

    Assuming your data is in A1:A1000
    and you want your new column to start at B5

    B5 to B505 : = OFFSET(A$1,(ROW()-5)*2,0)

    The row offset should count 0, 2, 4, ....

    Mark.

  3. #3
    Registered User
    Join Date
    11-28-2006
    Posts
    3

    nice

    thanks a lot, the formula is real nice

+ 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