Re: Multiple corresponding Values (Biff.........)
- From: Ribeye <Ribeye@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Apr 2006 06:51:02 -0700
Bob, I copied the exact formula over and used the array but I am still
getting an error. When I F2 the formula to see where everything is pulling
from it looks to me that the ROW(1:1) is the problem. The first row of the
spreadsheet row 1 is outlined. I would have thought that row 98 would have
been out lined but if i change the (1:1) to (98:98) I still get an error. Any
thoughts???????-Thanks
"Bob Phillips" wrote:
I think that this is what you need.
=INDEX($A$98:$AB$400,SMALL(IF($C$98:$C$400=$H$90,ROW($98:$400)),ROW(1:1))-MI
N(ROW($A$98:$A$400))+1,1)
still an array formula
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"Ribeye" <Ribeye@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4927EF4D-E15E-4BF3-924B-B09767A4F0AC@xxxxxxxxxxxxxxxx
Im trying to pull all the rows that match a certain criteria. I alreadyhave
one of these formulas in place that pulls from another sheet but the rangeis
1:16200 and it works great. Here's a small quick layout:apply
NY N Apt
NY N Apt
NY N Off
NY N Off
NY N Ret
where NY is in A98, N in B98 and Apt in C98. I want all the rows that
to Apt.something
"Bob Phillips" wrote:
I think the problem is in the Row(98:98), which is looking for the 98th
smallest value, which seems unlikely.
What exactly are you trying to do?
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"Ribeye" <Ribeye@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D420515B-3D86-4E41-BB4F-1A82DA32EE43@xxxxxxxxxxxxxxxx
Having trouble getting this formula to work. Im hoping its just
=INDEX($A98:$AB400,SMALL(IF($C$98:$C$400=H6,ROW($98:$400)),ROW(98:98)),1)small I'm missing.....My info is in A98:AB400 the values I want toevaluate
are in column C.
Here is my current formula:
stillI've tried to change the ranges, the rows and everthing else and I
get
error formulas........Please help to end my suffering......
- References:
- Re: Multiple corresponding Values (Biff.........)
- From: Bob Phillips
- Re: Multiple corresponding Values (Biff.........)
- From: Bob Phillips
- Re: Multiple corresponding Values (Biff.........)
- Prev by Date: RE: Conditional delete using saved macro possible ?
- Next by Date: Re: Worksheet events and a little bit extra code
- Previous by thread: Re: Multiple corresponding Values (Biff.........)
- Next by thread: Re: Multiple corresponding Values (Biff.........)
- Index(es):
Relevant Pages
|