+ Reply to Thread
Results 1 to 3 of 3

Column Referencing

  1. #1
    Registered User
    Join Date
    05-19-2016
    Location
    Portland, Oregon
    MS-Off Ver
    2010
    Posts
    4

    Column Referencing

    I have a series of data in Sheet 1 that needs to be cross referenced, in factors of four, in sheet 2. I know I can use the incremental tool, but I am having issues doing so. A breakdown of the problem is included below.

    Breakdown - Example.

    Sheet 1
    Column A = Campaign | Column B = Adgroup
    A2 = Campaign 1 | B2 = Adgroup 1
    A3 = Campaign 2 | B2 = Adgroup 2.

    Sheet 2
    A1 =Sheet1!A$2 | B1 =Sheet1!B$2
    A2 =Sheet1!A$2 | B2 =Sheet1!B$2
    A3 =Sheet1!A$2 | B3 =Sheet1!B$2
    A4 =Sheet1!A$2 | B4 =Sheet1!B$2
    ______________________________________

    A5 =Sheet1!A$3 | B5 =Sheet1!B$2
    A6 =Sheet1!A$3 | B6 =Sheet1!B$2
    A7 =Sheet1!A$3 | B7 =Sheet1!B$2
    A8 =Sheet1!A$3 | B8 =Sheet1!B$2
    ______________________________________

    A9 =Sheet1!A$4 | B9 =Sheet1!B$2
    A10 =Sheet1!A$4 | B10 =Sheet1!B$2
    A11 =Sheet1!A$4 | B11 =Sheet1!B$2
    A12 =Sheet1!A$4 | B12 =Sheet1!B$2

    Etc.

    Any help would be appreciated!

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

    Re: Column Referencing

    in Sheet2!A1
    =INDEX(Sheet1!A$1:A$1000,QUOTIENT(ROW()-1,4)+2,1)
    copy across and down column B
    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
    05-19-2016
    Location
    Portland, Oregon
    MS-Off Ver
    2010
    Posts
    4

    Re: Column Referencing

    You guys/gals/whatevas are the absolute best!

+ 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. Referencing a column by column title
    By Kavorka in forum Excel General
    Replies: 5
    Last Post: 06-22-2015, 04:26 PM
  2. referencing a row in a column
    By excel help forum in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-12-2012, 02:37 PM
  3. [SOLVED] Last date in column referencing criteria in another column
    By Romsky in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2012, 04:16 PM
  4. [SOLVED] List Unique Data referencing column C for Team and column B for Name
    By arekkusu03 in forum Excel General
    Replies: 7
    Last Post: 09-04-2012, 09:40 AM
  5. Referencing column header instead of column label
    By mremmenga in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-23-2008, 01:12 PM
  6. Referencing Next Column Over
    By Nate5452 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-03-2007, 05:23 PM
  7. referencing a column
    By AmyTaylor in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-20-2005, 08:41 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