+ Reply to Thread
Results 1 to 4 of 4

Referencing every 2nd row from one sheet into another

  1. #1
    Registered User
    Join Date
    02-29-2016
    Location
    Upstate, New York
    MS-Off Ver
    office 2016
    Posts
    8

    Referencing every 2nd row from one sheet into another

    Hello,
    I need to know how to reference every 2nd row from one sheet, and call it in a column in another sheet in the same workbook. Also, is it possible to nest this function within a larger function?
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Referencing every 2nd row from one sheet into another

    in Sheet2!B2
    =INDEX(Sheet1!C$1:C$100,ROW()*2-1,1)
    copy down as far as B8
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    02-29-2016
    Location
    Upstate, New York
    MS-Off Ver
    office 2016
    Posts
    8

    Re: Referencing every 2nd row from one sheet into another

    Can you explain what that formula means exactly and if it is possible to nest it? I found that formula online but it was not working for me.

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Referencing every 2nd row from one sheet into another

    Your date in Sheet1 is on rows 3 5 7 9 11 etc
    You want the data to got on Sheet2 rows 2 3 4 5 6 etc
    The increase in rows is linear therefore you can use y=mx+c to calculate the row you want it to go on.

    As each Sheet2!row increases by 1, the originatin row on Sheet1 will increase by 2.
    Sheet2! ROW number x2 -1 gives 3 the originating row on Sheet1

    Just use a simple INDEX to pull the original value from Sheet1 or google Excel INDEX

    (I havent explained this very well as I'm off to lunch in few mins).

+ 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. Sorting sheet breaks up my referencing on other sheet..?!
    By mx5jmcb in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-02-2013, 02:39 PM
  2. Replies: 0
    Last Post: 01-09-2013, 06:58 AM
  3. Referencing original sheet to copy/paste into new sheet without using file name
    By pgarakani in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-24-2012, 02:06 PM
  4. Replies: 5
    Last Post: 03-14-2012, 12:42 PM
  5. Replies: 8
    Last Post: 02-03-2007, 01:41 AM
  6. [SOLVED] copy formula referencing sheet name to another sheet
    By Tat in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  7. copy formula referencing sheet name to another sheet
    By Tat in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-25-2005, 10:05 PM
  8. referencing a sheet named in a cell then using data from that sheet
    By gbeard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-15-2005, 04:06 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