+ Reply to Thread
Results 1 to 3 of 3

copying pattern from one column to another

  1. #1
    Registered User
    Join Date
    12-27-2007
    Posts
    2

    copying pattern from one column to another

    the answer to this question is probably simple but I'm stumped...

    I need to copy the data from the odd-numbered (or even) rows of one column into another column consecutively.

    For example: column A into column B

    column A column B
    1 1
    3 2
    5 3
    7 4
    9 5
    . 6
    . 7
    . 8
    . 9

    i tried typing in =B1, =B3, and =B5 into the first 3 rows and dragging the pattern but that doesn't work.

  2. #2
    Registered User
    Join Date
    12-21-2007
    Location
    Szeged, HUNGARY
    MS-Off Ver
    2013
    Posts
    43

    To see every 2nd cells in a different column

    Hi,

    I typed into A1 this formula:

    =INDIRECT((ADDRESS(ROW()*2-1,2)))

    and dragged down with the crosshair.

    It works.

    Is It what you wanted?

    Kaus

  3. #3
    Registered User
    Join Date
    12-27-2007
    Posts
    2

    reply

    Yes, that was exactly what I needed. Thanks!

+ 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