+ Reply to Thread
Results 1 to 3 of 3

Using a named range ARRAY inside an OFFSET function

  1. #1
    Registered User
    Join Date
    01-01-2013
    Location
    London, England
    MS-Off Ver
    Excel 2010, 2013, 2016
    Posts
    47

    Using a named range ARRAY inside an OFFSET function

    Hi all,

    I need to reference an array inside an offset function, where the array spills from B8:P8. I currently reference this by using B8#:

    Please Login or Register  to view this content.
    The problem is that I want to replace the B8# with a namedrange that contains the formula contained in B8:

    Please Login or Register  to view this content.
    Is there a way to create a named range and replace the B8#? This is designed to expand and contract depending on how many different yearly changes in impact - hence the need for the arrays.

    I have attached a workbook with my data as an example.
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Using a named range ARRAY inside an OFFSET function

    This requires Office Insider with Lamba Function

    =B2*SCAN(1,actualimpactnamedrange,LAMBDA(z,x,z*x))
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-01-2013
    Location
    London, England
    MS-Off Ver
    Excel 2010, 2013, 2016
    Posts
    47

    Re: Using a named range ARRAY inside an OFFSET function

    Quote Originally Posted by Bo_Ry View Post
    This requires Office Insider with Lamba Function

    =B2*SCAN(1,actualimpactnamedrange,LAMBDA(z,x,z*x))
    Unfortunately, I do not have office insider. Is this the only 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. range offset inside range.foruma function
    By foxtrotter in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 04-25-2019, 02:43 PM
  2. [SOLVED] Is it possible to change a Named Range's value inside a Function?
    By mynameisnfs in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-25-2018, 08:19 PM
  3. ROW() inside OFFSET() inside IF() not expanding array always!
    By tralston in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-23-2016, 01:19 PM
  4. Offset Function works in cell, not in named range
    By DragonslayerApps in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  5. Offset Function works in cell, not in named range
    By DragonslayerApps in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 AM
  6. [SOLVED] Offset Function works in cell, not in named range
    By DragonslayerApps in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  7. Offset Function works in cell, not in named range
    By DragonslayerApps in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

Tags for this Thread

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