Results 1 to 6 of 6

index match array formula - replace cell references with ranges

Threaded View

  1. #1
    Forum Expert nigelog's Avatar
    Join Date
    12-14-2007
    Location
    Cork, Ireland
    MS-Off Ver
    Office 365 Windows 10
    Posts
    2,286

    index match array formula - replace cell references with ranges

    I have been using this small example file to try to find a solution to a duplicates problem in a larger workbook.

    when I use this formula

    {=IF(LEN(D3),INDEX($B$7:$B$999,SMALL(IF($A$7:$A$999=D3,ROW($1:$993)),COUNTIF(D$3:D3,D3))),"")}

    the desired result is found

    but when I try to substitute the defined ranges with a named range

    {=IF(LEN(D3),INDEX(NAME,SMALL(IF(CHARGE2=D3,ROW($1:$993)),COUNTIF(D$3:D3,D3))),"")}

    I get random information

    the actual formula I am trying to adapt to name each duplicate value name is

    =INDEX(NAME,MATCH(LARGE(CHARGE2,1),CHARGE2,0),1)

    any help appreciated. sample attached
    Attached Files Attached Files
    Last edited by nigelog; 09-17-2014 at 06:59 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 03-27-2014, 01:09 PM
  2. A macro to replace Index and Match formula
    By namcheang in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-05-2013, 08:08 PM
  3. Replies: 6
    Last Post: 04-12-2013, 05:50 AM
  4. Nested Match(index()) vs. Match() array formula.
    By GeneralDisarray in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-14-2011, 07:57 AM
  5. Cell References changing - Match / Index
    By kmlloyd in forum Excel General
    Replies: 4
    Last Post: 07-16-2010, 10:47 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