+ Reply to Thread
Results 1 to 15 of 15

Offset function and continuing it

  1. #1
    Registered User
    Join Date
    06-28-2015
    Location
    England
    MS-Off Ver
    2013
    Posts
    39

    Offset function and continuing it

    Hi

    I have an offset formula that I need to continue skipping 3 columns every time I drag the formula across one column but it only works once then returns values of every one column.

    =OFFSET(Sheet2!E9,0,3,1,1)

    Any help would be great.

    Thanks

    Don

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,434

    Re: Offset function and continuing it

    =OFFSET(Sheet2!$E9,,3*COLUMNS($A:A),,)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,434

    Re: Offset function and continuing it

    ...unless the first cell is supposed to return the value in E9, in which case:

    =OFFSET(Sheet2!$E9,,3*(COLUMNS($A:A)-1),,)


    If neither is correct, then I've not understood your requirement. In that case...

    Will you please attach a SMALL sample Excel workbook (10-20 rows of data is usually enough)? Please don't attach a picture of one (no-one will want to re-type all your stuff before starting).

    1. Make sure that your sample data are truly REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential information is removed first!!

    4. Try to avoid using merged cells. They cause lots of problems!

    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

  4. #4
    Registered User
    Join Date
    06-28-2015
    Location
    England
    MS-Off Ver
    2013
    Posts
    39

    Re: Offset function and continuing it

    Thanks.

    Please see attached.
    Attached Files Attached Files

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,434

    Re: Offset function and continuing it

    Use this in B9, copied across and down:

    =IFERROR(1/(1/INDEX(Actual!$E9:$AZ9,1+3*(COLUMNS($A:A)-1))),"")

  6. #6
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Offset function and continuing it

    =INDEX(Actual!$E9:$EK9,MATCH(B$8,Actual!$E$7:$EK$7,))

  7. #7
    Registered User
    Join Date
    06-28-2015
    Location
    England
    MS-Off Ver
    2013
    Posts
    39

    Re: Offset function and continuing it

    Thanks but neither solution seems to work.

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,434

    Re: Offset function and continuing it

    Then you are doing something wrong!!
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    06-28-2015
    Location
    England
    MS-Off Ver
    2013
    Posts
    39

    Re: Offset function and continuing it

    I have attached another example to help.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    06-28-2015
    Location
    England
    MS-Off Ver
    2013
    Posts
    39

    Re: Offset function and continuing it

    Thanks. Seems to work now.

  11. #11
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,434

    Re: Offset function and continuing it

    Was it working in my file. Yes or no?

  12. #12
    Registered User
    Join Date
    06-28-2015
    Location
    England
    MS-Off Ver
    2013
    Posts
    39

    Re: Offset function and continuing it

    Your's worked.

  13. #13
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,434

    Re: Offset function and continuing it

    They both do...

    Anyhow.

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

  14. #14
    Registered User
    Join Date
    06-28-2015
    Location
    England
    MS-Off Ver
    2013
    Posts
    39

    Re: Offset function and continuing it

    Thanks for that.

  15. #15
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,434

    Re: Offset function and continuing it

    You're welcome...You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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. Replies: 3
    Last Post: 08-14-2017, 06:26 AM
  2. Replies: 1
    Last Post: 06-10-2015, 12:56 PM
  3. Offset function with reference cell equal to the value of match function
    By cmurda in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-08-2014, 02:09 PM
  4. Replies: 3
    Last Post: 06-01-2014, 10:26 AM
  5. [SOLVED] Using Offset function as the array in the PercentRank function is giving wrong result
    By Bobneil in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-06-2013, 09:29 PM
  6. Replies: 0
    Last Post: 01-19-2013, 01:35 PM
  7. function similar to offset to offset the offset
    By Jerseynjphillypa in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-03-2012, 03:07 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