+ Reply to Thread
Results 1 to 3 of 3

Copying formula down with horizontal source data

  1. #1
    Registered User
    Join Date
    05-26-2013
    Location
    California, USA
    MS-Off Ver
    Excel Mac 2011
    Posts
    2

    Copying formula down with horizontal source data

    I am trying to copy a formula in B38, down to B36
    My formula needs to refer to data in of cells in a horizontal succession, G1, H1,, I1...etc
    Copying my formula down from B38 causes the formula to refer to G1, then G2, G3... instead of G1, H1, I1 ...
    The exact formula in B38 is:
    =$B$3*(G3*(1-$D$13))
    Where G3 should advance to H3, when I drag to copy the formula from B38 to B39. Instead, G3 advances to G4.

    Thank you.

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Copying formula down with horizontal source data

    Try

    =$B$3*(INDIRECT("R3C" & CELL("row",B38)-31,FALSE)*(1-$D$13))
    Martin

  3. #3
    Registered User
    Join Date
    05-26-2013
    Location
    California, USA
    MS-Off Ver
    Excel Mac 2011
    Posts
    2

    Re: Copying formula down with horizontal source data

    Thank you very much.

+ 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