+ Reply to Thread
Results 1 to 2 of 2

How To Put One OFFSET Function In Another?

Hybrid View

  1. #1
    Registered User
    Join Date
    07-23-2014
    Location
    Sarnia
    MS-Off Ver
    2010
    Posts
    3

    How To Put One OFFSET Function In Another?

    Hello,

    I am using "Defined Names" to generate dynamic graphs for a project I am working on.
    Currently I am trying to graph quarterly data automatically. In order to do so I am setting up a series of "Defined Names" with OFFSET functions.

    I have a column of data that is currently being calculated from another sheet using =SUM(OFFSET(B$3,(ROW()-ROW($B$3))*3,0,3,1))
    Another column extracts all the first quarter data of the previously mentioned column using =OFFSET($E$3,ROWS($1:1)*4-4,)

    In addition to these I have been using a "defined name" to automatically update other charts =OFFSET('Flows and Data'!$A$3,0,0,COUNTA('Flows and Data'!$A:$A)-1)

    I was wondering if anyone knew how to embed =OFFSET($E$3,ROWS($1:1)*4-4,) into =OFFSET('Flows and Data'!$A$3,0,0,COUNTA('Flows and Data'!$A:$A)-1) and have it work?

    Can you put an offset function into another?

    Any Help would be appreciated,

    Doug

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,825

    Re: How To Put One OFFSET Function In Another?

    OFFSET is a volatile function, so I don't think you can combine them like that. You might think about using INDEX, which is not volatile, and you can get the same functionality with it.

    Hope this helps.

    Pete

+ 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: 06-01-2014, 10:26 AM
  2. [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
  3. Replies: 0
    Last Post: 01-19-2013, 01:35 PM
  4. 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
  5. Offset function with nested match function not finding host ss.
    By MKunert in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-21-2006, 06:50 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