+ Reply to Thread
Results 1 to 3 of 3

Need help with OFFSET formula

  1. #1
    Registered User
    Join Date
    12-12-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    11

    Lightbulb Need help with OFFSET formula

    Hi all,

    I am unsure of my mistake with this formula in the file attached. The graph stops charting when % is zero, and did not continue with the following month when there is a value.

    Any help is appreciated.

    Thank you.


    Sample.xls

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

    Re: Need help with OFFSET formula

    well count doesnt count na()
    why do you need a dynamic range? you have already limited it with COUNT('Overall '!$F$4:$F$11),1) as it can never be more than f4:f11
    if you want the range to be dynamic as you add new rows in above the total row you may be better using
    MATCH("total",'Overall '!$A$4:$A1000,0)-1
    eg
    =OFFSET('Overall '!$F$4,0,0,MATCH("total",'Overall '!$A$4:A1000,0)-1,1) in all the named ranges
    or counting
    one of the columns the doesn't have na() so if its really only going to be from f4:f11
    =OFFSET('Overall '!$F$4,0,0,count(c4:c11),1)
    Last edited by martindwilson; 08-07-2014 at 03:16 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

  3. #3
    Registered User
    Join Date
    12-12-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Need help with OFFSET formula

    Hello,

    Thank you for the reply.

    I need a dynamic range as the chart is supposed to update with monthly values, as in Sample 2 file. If the monthly value is zero (Jun), it's supposed to join up to the following month (July).

    I will try to understand and apply your recommendation.

    Sample 2.xls

+ 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] Need help with Offset formula
    By pazuuu in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-28-2014, 04:00 AM
  2. 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
  3. Reformatting - insert formula with offset, then offset to next cell
    By Armitage2k in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-06-2011, 05:41 AM
  4. Replies: 2
    Last Post: 10-08-2009, 09:51 PM
  5. Replies: 2
    Last Post: 01-03-2006, 05:42 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