+ Reply to Thread
Results 1 to 10 of 10

OFFSET function not working properly.

  1. #1
    Registered User
    Join Date
    07-09-2013
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    11

    OFFSET function not working properly.

    I have been trying to use the following formula with the inset spreadsheet; =OFFSET(A4,2,2,2) which should give the result R&D but I am getting #VALUE! Anybody know what's wrong here, it is from a course and I have followed the authors instructions through several times?
    Attached Files Attached Files
    Last edited by Terpatz; 01-03-2014 at 11:37 AM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Error for some reason

    Hi, Unfortunately your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Unable to use OFFSET function properly.

    =OFFSET(A4,3,2,1) would give r&d
    ofset a4 3 rows down so that takes you to a7 then offset a7 across 2 columns takes you to c7
    then you want the height of the reference to be 1 cell ie c7 what you had was

    =OFFSET(A4,2,2,2)
    offset a4 2 takes you to a6
    offset a6 2 takes you to c6
    but you have set the height to 2 so that creates a range c6:c7
    so you get a value error try putting =C6:C7 in a cell youll get the same error
    but put 100 in c6 and 200 in c7
    then sum(OFFSET(A4,2,2,2)) would = 300
    Last edited by martindwilson; 01-03-2014 at 11:39 AM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    07-09-2013
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    11

    Re: OFFSET function not working properly.

    Many thanks Martin, the course author has made a mistake (not like him) but then we are all human.

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: OFFSET function not working properly.

    here are some offset examples
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    07-09-2013
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    11

    Re: OFFSET function not working properly.

    I would like to add here after discussion with Martin, it would seem that the course author I mentioned earlier did not make a mistake but I haven't understood something he has done. Hopefully I will get to the bottom of it before long. The trial of being a newbie - back to the lectures.

  7. #7
    Registered User
    Join Date
    08-08-2012
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2013
    Posts
    13

    Re: OFFSET function not working properly.

    Regular contributor on another forum

  8. #8
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,696

    Re: OFFSET function not working properly.

    Terpatz, please take the time to review our rules. There aren't many, and they are all important. I appreciate your concerns about the link, but in fact we do have a rule requiring such links which is why alanga offered the link. In fact OzGrid, MrExcel, and TheCodeCage all have the same rule.

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then in future posts please include links to any and all cross-posts in any other forums (not just this site).
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  9. #9
    Registered User
    Join Date
    07-09-2013
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    11

    Re: OFFSET function not working properly.

    ^My apologies I wasn't aware the other forums mentioned were anything to do with this one. However, the reason I did it is because the question I ask is either misunderstood or 'converted' in the minds of the some of the people who choose to answer and in consequence provide no solution hence my annoyance with the person concerned. As one person suggested it is best to contact the author of the video but it has sometimes proved difficult to gain a response. However, I have my reservations about asking questions on this type of forum now for reasons I won't go into.

  10. #10
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,696

    Re: OFFSET function not working properly.

    Terpatz, we are certainly willing to help. If you ask the same question on another forum (the ones I listed are not associated with this one except that they all answer Excel questions), then we only ask that you document it so that someone doesn't spend an hour on your problem here if it's already answered somewhere else.

    In this case your other thread was not resolved, and will not be, so from a practical standpoint there's not much value in linking to it. My point was only that alanga was going by the book and not trying to stir anything up.

    Best of luck in learning this feature and consider again for further questions.

+ 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. [SOLVED] #Ref error cant work out the reason
    By Tristanfrontline in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2013, 02:02 AM
  2. sum up the activity by the reason
    By psulia in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-19-2013, 11:32 PM
  3. [SOLVED] #REF! error.... for no apparent reason
    By singer.joseph in forum Excel Formulas & Functions
    Replies: 30
    Last Post: 02-25-2013, 06:44 AM
  4. CIRCULAR Error for no good reason
    By TeaNicola in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-07-2012, 07:19 PM
  5. [SOLVED] Help with this error Unknown reason for error with Range().Select
    By Brad Sumner in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-13-2005, 12:05 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