+ Reply to Thread
Results 1 to 6 of 6

Copy formula down referencing horizontal data?

Hybrid View

  1. #1
    Registered User
    Join Date
    03-23-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    37

    Copy formula down referencing horizontal data?

    ='Work Codes'!AC1998


    Is it possible to copy this formula down making the next entry:

    ='Work Codes'!AD1998


    The data on the work code page is horizontal. The data also comes from a formula on the work code page meaning I cannot copy and transpose.
    Last edited by jcranst; 09-10-2012 at 10:45 AM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Copy formula down referencing horizontal data?

    Let's say your data runs from AD1998 to BA1998

    You can use
    =INDEX($AD$1998:$BA$1998),ROW(A1))
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    03-23-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Copy formula down referencing horizontal data?

    What does the ROW(a1) spot in the formula mean?
    Thanks
    Last edited by jcranst; 09-10-2012 at 11:17 AM.

  4. #4
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Copy formula down referencing horizontal data?

    row(a1) retuns a value of 1 then as its dragged down inceses row(a2) =2 row (a3) =3 etc
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  5. #5
    Registered User
    Join Date
    03-23-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Copy formula down referencing horizontal data?

    Got it to work. Thanks Very Much.

  6. #6
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Copy formula down referencing horizontal data?

    remeber to mark it solved and star tap those that help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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