#1   Report Post  
Posted to microsoft.public.excel.misc
keeblerjp
 
Posts: n/a
Default Array Question

I have this array...
=INDEX($A$1:$A$92,SMALL(IF(ISNA(MATCH($A$1:$A$91,R oomList!$E$11:$E$44,0)),ROW($A$1:$A$91),92),ROW(1: 91))) & ""

But it only reads one column the $E$11:$E$44 but i keep trying to get it to
read the column next to it, but it does not like $E$11:$F$44 in the formula.


  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Array Question

You can't use MATCH with multiple columns

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"keeblerjp" wrote in message
...
I have this array...
=INDEX($A$1:$A$92,SMALL(IF(ISNA(MATCH($A$1:$A$91,R oomList!$E$11:$E$44,0)),ROW($A$1:$A$91),92),ROW(1: 91)))
& ""

But it only reads one column the $E$11:$E$44 but i keep trying to get it
to
read the column next to it, but it does not like $E$11:$F$44 in the
formula.




  #3   Report Post  
Posted to microsoft.public.excel.misc
keeblerjp
 
Posts: n/a
Default Array Question

So any suggestions on what i could put?

"Peo Sjoblom" wrote:

You can't use MATCH with multiple columns

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"keeblerjp" wrote in message
...
I have this array...
=INDEX($A$1:$A$92,SMALL(IF(ISNA(MATCH($A$1:$A$91,R oomList!$E$11:$E$44,0)),ROW($A$1:$A$91),92),ROW(1: 91)))
& ""

But it only reads one column the $E$11:$E$44 but i keep trying to get it
to
read the column next to it, but it does not like $E$11:$F$44 in the
formula.





  #4   Report Post  
Posted to microsoft.public.excel.misc
Domenic
 
Posts: n/a
Default Array Question

Try...

B1, copied down:

=INDEX($A$1:$A$92,SMALL(IF(COUNTIF(RoomList!$E$11: $F$44,$A$1:$A$92)=0,ROW
($A$1:$A$92)-ROW($A$1)+1),ROWS($B$1:B1)))

....confirmed with CONTROL+SHIFT+ENTER. Adjust the range accordingly.

Hope this helps!

In article ,
keeblerjp wrote:

I have this array...
=INDEX($A$1:$A$92,SMALL(IF(ISNA(MATCH($A$1:$A$91,R oomList!$E$11:$E$44,0)),ROW(
$A$1:$A$91),92),ROW(1:91))) & ""

But it only reads one column the $E$11:$E$44 but i keep trying to get it to
read the column next to it, but it does not like $E$11:$F$44 in the formula.

  #5   Report Post  
Posted to microsoft.public.excel.misc
keeblerjp
 
Posts: n/a
Default Array Question

Works like a charm! Thanks

"Domenic" wrote:

Try...

B1, copied down:

=INDEX($A$1:$A$92,SMALL(IF(COUNTIF(RoomList!$E$11: $F$44,$A$1:$A$92)=0,ROW
($A$1:$A$92)-ROW($A$1)+1),ROWS($B$1:B1)))

....confirmed with CONTROL+SHIFT+ENTER. Adjust the range accordingly.

Hope this helps!

In article ,
keeblerjp wrote:

I have this array...
=INDEX($A$1:$A$92,SMALL(IF(ISNA(MATCH($A$1:$A$91,R oomList!$E$11:$E$44,0)),ROW(
$A$1:$A$91),92),ROW(1:91))) & ""

But it only reads one column the $E$11:$E$44 but i keep trying to get it to
read the column next to it, but it does not like $E$11:$F$44 in the formula.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot table question gary Excel Discussion (Misc queries) 1 January 10th 06 06:25 PM
Multicell Array Formula and List Question John Mansfield Excel Worksheet Functions 11 March 21st 05 01:36 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Where is the bug in my array? Gail Gurman Excel Discussion (Misc queries) 1 January 25th 05 12:36 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM


All times are GMT +1. The time now is 07:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"