+ Reply to Thread
Results 1 to 4 of 4

How to Create combined named range using two or more existing named range?

  1. #1
    Registered User
    Join Date
    11-18-2021
    Location
    Kathmandu,Nepal
    MS-Off Ver
    Office 365
    Posts
    4

    How to Create combined named range using two or more existing named range?

    I've tried few techniques with a bunch of nested formulas but the range obtained like that didn't let me spill it afterwards. So, I had to manually select the range of the columns and use Ctrl+Shift+Enter to create that combined named range's list.

    To elaborate more, Let's say,

    I have two named ranges already, [Range1] & [Range2], which could be from the same sheets or diff sheets in a single workbook but for both of them, the scope is set for the whole workbook.

    So, I'm looking for a solution that lets me create a new Range, [CombinedRange], that'll show all the cells of those two individual ranges at once and spill when I use functions like unique or sort.

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: How to Create combined named range using two or more existing named range?

    Hi,

    =LET(w,CHOOSE({1,2},Range1,Range2),x,COLUMNS(w),y,COUNTA(w),z,IFERROR(INDEX(w,1+MOD(SEQUENCE(x*y,,0),y),1+INT(SEQUENCE(x*y,,0)/y)),""),FILTER(z,z<>""))

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    11-18-2021
    Location
    Kathmandu,Nepal
    MS-Off Ver
    Office 365
    Posts
    4

    Re: How to Create combined named range using two or more existing named range?

    Thank you so much. Worked so fine!!

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: How to Create combined named range using two or more existing named range?

    You're welcome!

    Cheers

+ 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. Listbox displaying named range B but Adding named range A to cell
    By ikkenieikke in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-05-2018, 02:27 PM
  2. Adjust existing macro to pick up specific named worksheet and copy to named range
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-08-2017, 12:03 PM
  3. [SOLVED] Compare cells to named range and create new sheets using related named range
    By drewship in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-10-2015, 03:35 PM
  4. Replies: 4
    Last Post: 01-11-2014, 08:06 AM
  5. Modify an existing Named Range
    By SueJB in forum Excel General
    Replies: 3
    Last Post: 07-12-2012, 06:16 PM
  6. [SOLVED] Determine what Named Range the Target Address is and return Named Range Name
    By jordan2322 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-18-2012, 10:49 PM
  7. Adding a new row into an existing named range in a macro
    By topper in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-20-2009, 10:25 AM

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