Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel Array Question

you shouldn't use row(6:25). It is used to establish an offset into the
index range - so you should keep it as Row(1:19)

--
Regards,
Tom Ogilvy


"amyacc " wrote in message
...
=INDEX('[Development
Update.xls]MASTER'!$I$6:$I$25,SMALL(IF(('[Development
Update.xls]MASTER'!$A$6:$A$25="X")*('[Development
Update.xls]MASTER'!$G$6:$G$25="Y"),ROW(6:25)),1))

Here's the formula. Again, the answer it's pulling does not only not
contain "Y", that cell in that row is blank. It's not the only cell in
that column that is blank. There really seems to be no reasoning
behind this.

THANKS!


---
Message posted from http://www.ExcelForum.com/



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Array Question

Hi there.

Your info worked but can you explain why it worked?

Thanks.

-Am

--
Message posted from http://www.ExcelForum.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Excel Array Question

Hi
Tom used the ROW(1:300) as parameter for the SMALL function (cycling
from 1 to 300). So getting the following values:
SMALL(....,1)
SMALL(....,2)
....
SMALL(....,300)

if you change this you don't start with the smalles but in your case
with the 6th smallest

--
Regards
Frank Kabel
Frankfurt, Germany
"amyacc " schrieb im
Newsbeitrag ...
Hi there.

Your info worked but can you explain why it worked?

Thanks.

-Amy


---
Message posted from http://www.ExcelForum.com/


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
array question Mona Excel Discussion (Misc queries) 2 March 23rd 10 08:41 PM
array question Len Case Excel Worksheet Functions 3 December 17th 07 09:48 PM
Array question Lee Excel Programming 1 December 11th 03 08:01 PM
vba array question chick-racer[_30_] Excel Programming 4 November 10th 03 05:59 PM
Is this an array question? Stuart[_5_] Excel Programming 0 August 5th 03 08:53 PM


All times are GMT +1. The time now is 07:35 AM.

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"