Results 1 to 3 of 3

Change a range to a named selection

Threaded View

The Dropper Change a range to a named... 04-09-2010, 04:30 PM
shg Re: Change a range to a named... 04-09-2010, 04:43 PM
The Dropper Re: Change a range to a named... 04-09-2010, 05:26 PM
  1. #1
    Registered User
    Join Date
    03-27-2009
    Location
    New York City
    MS-Off Ver
    Excel 2003
    Posts
    10

    Change a range to a named selection

    All,

    I have no problem changing my range to a named array. This is a bit trickier than that; here is my formula:

    =(SUMPRODUCT(ISNUMBER(MATCH(ROW('All Games'!$E$157:$E$168),INDEX(LARGE(('All Games'!$E$157:$E$168=C12)*ROW('All Games'!$E$157:$E$168),{2}),0),0))*'All Games'!$F$157:$F$168))

    Right now I search E157:E168, index the selection, and select corresponding data in column F. What I would like to do is select all rows from 157-168 via a named array and sub-select the various columns when I need them. I've done this sort of thing with VLOOKUP before but I am not sure how to integrate that approach with my current formula. Ideally I want to do this:

    =(SUMPRODUCT(ISNUMBER(MATCH(ROW(named array, column E),INDEX(LARGE(((named array, column E)=C12)*ROW(named array, column E),{2}),0),0))*named array, column F))

    A helping hand would be greatly appreciated.

    Thanks,
    The Dropper
    Last edited by The Dropper; 04-12-2010 at 12:39 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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