+ Reply to Thread
Results 1 to 7 of 7

How to pull data from another sheet and put it in a new sheet by skipping 1 row each time

  1. #1
    Registered User
    Join Date
    08-02-2015
    Location
    australia
    MS-Off Ver
    2010
    Posts
    3

    How to pull data from another sheet and put it in a new sheet by skipping 1 row each time

    Hi,
    I have a excel sheet as fallows:
    ABSOLUT VODKA $48.99
    AGAVERO TEQUILA LIQUEUR $79.99
    AKROPOLIS OUZO $43.99

    On the second sheet I need them to be as fallows:
    ABSOLUT VODKA
    $48.99
    AGAVERO TEQUILA LIQUEUR
    $79.99
    AKROPOLIS OUZO
    $43.99

    I attached the file so you can understand better. I would appreciate if someone can explain me how to do it.
    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: How to pull data from another sheet and put it in a new sheet by skipping 1 row each t

    Hi. Try this and drag down:

    =IFERROR(INDEX(Sheet1!$A$2:$B$200,INT((ROWS($1:1)-1)/2)+1,MOD(ROWS($1:1)-1,2)+1),"")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    08-02-2015
    Location
    australia
    MS-Off Ver
    2010
    Posts
    3

    Re: How to pull data from another sheet and put it in a new sheet by skipping 1 row each t

    It worked. Thank you very much. You are a lifesaver.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: How to pull data from another sheet and put it in a new sheet by skipping 1 row each t

    I forgot to add the attachment. here it is:
    Attached Files Attached Files

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: How to pull data from another sheet and put it in a new sheet by skipping 1 row each t

    Glad to have helped! If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. It'd also be appreciated if you were to click the add Reputation button at the foot of any of the posts of those who helped you reach a solution.

  6. #6
    Registered User
    Join Date
    08-02-2015
    Location
    australia
    MS-Off Ver
    2010
    Posts
    3

    Re: How to pull data from another sheet and put it in a new sheet by skipping 1 row each t

    Done. Thank you again. You really saved my day.

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: How to pull data from another sheet and put it in a new sheet by skipping 1 row each t

    You're welcome!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Formula to pull data from one sheet to a new sheet based on date range
    By lisajolley11 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-15-2015, 08:38 PM
  2. pull data from two sheet and paste into master sheet with desired column's only
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-13-2014, 03:39 AM
  3. Replies: 0
    Last Post: 05-21-2013, 03:09 PM
  4. Pull data from a specific sheet that matches cell value on Input Sheet
    By vaciaravino in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-12-2012, 08:38 PM
  5. Replies: 4
    Last Post: 09-05-2012, 05:57 PM
  6. Replies: 4
    Last Post: 08-29-2012, 10:32 AM
  7. [SOLVED] Need to pull 800 rows of data from a spread sheet at one time
    By jmorris462 in forum Excel General
    Replies: 3
    Last Post: 05-24-2012, 11:42 AM

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