+ Reply to Thread
Results 1 to 2 of 2

Referencing every other column from another worksheet?

  1. #1
    Registered User
    Join Date
    02-23-2015
    Location
    Louisiana
    MS-Off Ver
    2007
    Posts
    15

    Referencing every other column from another worksheet?

    Worksheet 1 features a series of data columns a&b for each month. ie CG= A Feb, CH= B Feb, CI= A March, CJ=B March, etc.. thru CN

    On a separate worksheet I need to reference the data from the A columns with a draggable formula where for example A1=A Feb, B1= A March, C1= A April.

    I've tried googling but haven't been able to find a solution that works.

    Thank You

  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,704

    Re: Referencing every other column from another worksheet?

    Try this in A1:

    =INDEX(Sheet1!$CG2:$CN2,(COLUMNS($A:A)-1)*2+1)

    then copy across.

    Hope this helps.

    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] Auto Name Worksheet while referencing diff worksheet
    By fourmurphys in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 08-15-2013, 12:26 PM
  2. button to copy worksheet with formulas referencing previous worksheet
    By Alexelius in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 07-28-2011, 09:40 AM
  3. Replies: 3
    Last Post: 01-21-2011, 08:07 AM
  4. Indirect Worksheet Function Referencing Another Worksheet
    By Larry.LeBlanc@O in forum Excel General
    Replies: 1
    Last Post: 11-13-2009, 05:51 PM
  5. CountIF() in Worksheet B while referencing cells in Worksheet A
    By jfj3rd in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-14-2006, 02:40 PM

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