+ Reply to Thread
Results 1 to 3 of 3

How can i take every second value from a column

  1. #1
    Registered User
    Join Date
    09-09-2011
    Location
    Finland
    MS-Off Ver
    Excel 2010
    Posts
    91

    How can i take every second value from a column

    Now the opponents are in different rows but i want them in different columns. How can i do that?
    Attached Files Attached Files
    Last edited by Ipinho100; 01-19-2013 at 08:58 AM.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: How can i take every second value from a column

    Try this:
    G2:
    =ROW(A1)
    H2:
    =INDEX($B$2:$B$1825,MATCH($G2,$A$2:$A$1825,0)+COLUMN(A:A)-1)
    Copy down and accross
    Quang PT

  3. #3
    Registered User
    Join Date
    09-09-2011
    Location
    Finland
    MS-Off Ver
    Excel 2010
    Posts
    91

    Re: How can i take every second value from a column

    Thank you!

+ 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