Results 1 to 7 of 7

Converting 3x10 array to a 1X30 array to run a Match formula

Threaded View

NBVC Converting 3x10 array to a... 04-07-2009, 01:16 PM
DonkeyOte Re: Converting 3x10 array to... 04-07-2009, 01:21 PM
NBVC Re: Converting 3x10 array to... 04-07-2009, 01:32 PM
Domenic Re: Converting 3x10 array to... 04-07-2009, 04:48 PM
NBVC Re: Converting 3x10 array to... 04-07-2009, 05:03 PM
Domenic Re: Converting 3x10 array to... 04-07-2009, 07:41 PM
NBVC Re: Converting 3x10 array to... 04-08-2009, 07:45 AM
  1. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Converting 3x10 array to a 1X30 array to run a Match formula

    To tell you the truth I was trying to assist another user here: http://www.excelforum.com/excel-misc...-of-cells.html

    and I had suggested a working formula as below:
    =IF(SUM(IF(ISNA(MATCH("*"&$F$16:$F$25&"*",TEXT($A$16:$A$25,"########"),0)),IF(ISNA(MATCH("*"&$F$16:$F$25&"*",TEXT($B$16:$B$25,"########"),0)),IF(ISNA(MATCH("*"&$F$16:$F$25&"*",TEXT($C$16:$C$25,"########"),0)),1)))),"non existing","existing")
    (which turns out isn't what they were looking for.. but got me thinking....)

    I want to be able to shrink it to:
    
    =IF(SUM(IF(ISNA(MATCH("*"&$F$16:$F$25&"*",TEXT($A$16:$C$25,"########"),0)),1)),"non existing","existing")
    but I can't use the Red range... how could I consolidate the range to a single array?
    Last edited by NBVC; 04-07-2009 at 02:26 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