+ Reply to Thread
Results 1 to 4 of 4

Trying to write a formula in non-adjacent cells that takes value from adjacent cells.

  1. #1
    Registered User
    Join Date
    06-14-2017
    Location
    Edmonton, Alberta
    MS-Off Ver
    Excel 2016
    Posts
    3

    Trying to write a formula in non-adjacent cells that takes value from adjacent cells.

    I have two sheets. One sheet is in place so I can easily input data, and the second is made up of 100 or so pages so i can easily print reports. On the first sheet each row basically has all of the information that pertains to each page (report) on the second excel sheet.

    If i can figure out one formula the rest will be easy. So here is one that i'm trying to figure out...

    Sheet1!A3 needs to be shown on Sheet2!I2
    Sheet1!A4 needs to be shown on Sheet2!I49
    Sheet1!A5 needs to be shown on Sheet2!I96

    ect...

    the problem is when i copy the entire page with the formula instead of Sheet2!I49 retrieving from Sheet1!A4 it takes it from Sheet1!A50 and for Sheet2!I96 it takes from Sheet1!A97. I have tried some offset and indirect formulas but i cant seem to find a solution. I need a formula that i can easily copy onto the next 99 pages and will reference Sheet 1 column A in an increasing sequence.

    Thanks!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Trying to write a formula in non-adjacent cells that takes value from adjacent cells.

    You can put this formula in cell I2 of Sheet2:

    =INDEX(Sheet1!$A:$A,INT((ROWS($1:1)-1)/47)+3)

    and this will bring the equivalent of cell A3 of Sheet1. When it is copied into cell I49 it will bring across the contents of cell A4 on Sheet1, and in I96 it will bring A5, and so on.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    06-14-2017
    Location
    Edmonton, Alberta
    MS-Off Ver
    Excel 2016
    Posts
    3

    Re: Trying to write a formula in non-adjacent cells that takes value from adjacent cells.

    Wow! Thanks Pete! This works great!

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Trying to write a formula in non-adjacent cells that takes value from adjacent cells.

    Glad to hear it.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post and mark this thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. [SOLVED] How to copy value of adjacent cells to non-adjacent cells
    By mgoutam in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-22-2014, 04:35 PM
  2. Copy from no adjacent cells to adjacent cells
    By vkvkcy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-19-2014, 04:06 AM
  3. [SOLVED] Concatenating adjacent and non adjacent cells depending on entries
    By TBHusker84 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-21-2013, 10:27 AM
  4. Formula needed for dividing 2 sets of cells and excluding adjacent text cells
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-07-2013, 06:45 PM
  5. Replies: 3
    Last Post: 07-30-2012, 11:20 AM
  6. Adjacent cells in non-adjacent list?
    By anakeimai in forum Excel General
    Replies: 3
    Last Post: 09-10-2008, 05:49 PM

Tags for this Thread

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