+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : OFFSET formula

  1. #1
    Registered User
    Join Date
    04-20-2012
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2007
    Posts
    2

    OFFSET formula

    Hey all.. newbie here.
    I have been reading through threads and haven't found one that applies exactly to what I'm looking for. Forgive me if it exists somewhere and I have not searched correctly.
    I am trying to find a way to generate a formula that can be copied across every 3rd column, but will automatically give the result that is 2 cells below the last formula.

    Offset problem.JPG


    This is the formula I used to get the first value:
    =OFFSET($L10,-8,-10,1,1)

    However, I need to be able to copy this formula across (I have many cells to populate).

    Let me know if more details are needed. Thanks for any help anyone can offer.

    Jesse
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: OFFSET formula

    In E11,

    Please Login or Register  to view this content.
    Then copy to other cells.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: OFFSET formula

    One way would be (in E11 and copied over)
    =INDEX($B:$B,2+COUNTA($D11:D11)*2)
    assuming there will be nothing on that row except these formulas (as indicated by your sample)

    actually, on second thought, this in E11 and copied over
    =INDEX($B:$B,COLUMNS($B11:D11)/3*2)
    Last edited by Cutter; 04-20-2012 at 07:39 PM. Reason: Added second formula

  4. #4
    Registered User
    Join Date
    04-20-2012
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: OFFSET formula

    Wow!!! You guys are awesome.
    I've tried both solutions provided by Cutter and Haseeb and it looks like either will work. Once I try to take the formula and incorporate it into my REAL spreadsheet I'll see if one stands out. I really appreciate the quick response. I dream of being able to solve these types of problems on my own one day.
    Thanks to both!!
    Sincerely,
    Jesse

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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