+ Reply to Thread
Results 1 to 16 of 16

Please Help with offset formula.

  1. #1
    Registered User
    Join Date
    02-04-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    9

    Please Help with offset formula.

    Ok I attached a screen capture of the sheet.

    I am trying to take just The players name and cumalitive score to appear on another sheet. The first column starting with Brandon and score of 41 all the way down is fine using the formula;

    =OFFSET(Sheet1!B1,(ROW()-1)*7,0)

    The problem is I can't get it to work for the column starting G2.

    I tried "=OFFSET(Sheet1!H1,(ROW()-1)*7,0) " to get the cumalitive score in H8 as I figured it would be the same as the other formula just changing the B1 to H1 but just not working.

    Any help would be awesome. Thanks.
    Attached Images Attached Images

  2. #2
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Please Help with offset formula.

    Try =OFFSET(Sheet1!H1,(ROW()-1)*7,0,1,1)
    Elegant Simplicity............. Not Always

  3. #3
    Registered User
    Join Date
    02-04-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Please Help with offset formula.

    That didn't work, it returned a value of 0.

  4. #4
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Please Help with offset formula.

    It might possibly be your arithmetic... It returns 0 when it sees a blank cell... Try different values in H1

  5. #5
    Registered User
    Join Date
    02-04-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Please Help with offset formula.

    The value is 15. All that I want to get is the Cumulative score value of 15. I can just type = and click that cell but I would have to do that 100 times and keep switching from Sheet 1 to Sheet 2.

  6. #6
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Please Help with offset formula.

    There is a problem with your offset formula.. Without the spreadsheet I'm working blind but try this instead

    =OFFSET($H$1,(ROW(M1)*8)-1,0,1,1)

  7. #7
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Please Help with offset formula.

    Hi balois

    Are you entering the formula in G2, works for me.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Result: 15;16;0;0
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

  8. #8
    Registered User
    Join Date
    02-04-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Please Help with offset formula.

    No I am entering it in A140 of a different sheet. I basically have 275 entries so I have 138 scores in the column then I want to display the scores from the second column of players if that makes sense.

  9. #9
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Please Help with offset formula.

    Then may be:

    =OFFSET(H1,(ROW()-139)*7,0)

  10. #10
    Registered User
    Join Date
    02-04-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Please Help with offset formula.

    Ok this formula worked but now I am having trouble getting the players name.

    =OFFSET(Sheet1!$H$1,(ROW(M1)*8)-1,0,1,1)

  11. #11
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Please Help with offset formula.

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include BEFORE/AFTER sheets if needed to show the process you're trying to complete or automate. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

  12. #12
    Registered User
    Join Date
    02-04-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Please Help with offset formula.

    I guess I am not understanding the M1 part for the row. M1 is a blank cell on all sheets.

  13. #13
    Registered User
    Join Date
    02-04-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Please Help with offset formula.

    Ok, I attached the actual workbook. I run a pool for the Masters where everyone selects 5 golfers. I am really inexperienced with excel but think I have done pretty good until this point. Breakdown of Sheets.

    Sheet 1 - Players name and the 5 golfers they select.
    Sheet 2 - Where I will enter the scores from the PGA players to appear on sheet 1
    Sheet 3 - The list of PGA players I used to create drop down menu on sheet 1.
    Sheet 4 (The sheet in question) - Cells A1-A139 are the cumulative scores from all players in the first column and B1 through B139 are going to be the players names. Cells A140-A260 are the players in column 2 cumulative scores but I can't get their names in Cells B140-B260.

    Thank you all for your help.
    Attached Files Attached Files

  14. #14
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Please Help with offset formula.

    Please Login or Register  to view this content.
    Try these 2 formulas
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  15. #15
    Registered User
    Join Date
    02-04-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Please Help with offset formula.

    Those formulas worked. Thank you so much.

  16. #16
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Please Help with offset formula.

    @ Pepe Le Mokko

    Makes life a lot easier uploading a file, but for some reason the posters like pictures!
    So you spend half the time trying to second guess, in this case they were sitting in row 140 trying to use "=OFFSET(Sheet1!H1,(ROW()-1)*7,0)"!
    All they had to do was add the sheet to my post #9: =OFFSET(H1,(ROW()-139)*7,0)! No response though

+ 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