Re: SMALL(IF( across multiple worksheets
- From: "Fin Fang Foom" <vj.contreras@xxxxxxxxx>
- Date: 3 Nov 2006 09:16:00 -0800
Fin Fang Foom wrote:
Hi
I been poundering this for a couple weeks so far. I would like to get
this formula to across multiple worksheets.
=INDEX(Sheet2!$A$2:$A$9,SMALL(IF(Sheet2!$B$2:$B$9=C2,ROW(Sheet2!$B$2:$B$9)-ROW(A$2)+1),COUNTIF(C$2:C2,C2)))
So I tried to modify into this:
=INDEX(T(OFFSET(INDIRECT("'"&$A$2:$B$2&"'!A2:A9"),ROW(INDIRECT("A2:A9"))-2,0,1)),SMALL(IF(N(OFFSET(INDIRECT("'"&$A$2:$B$2&"'!B2:B9"),ROW(INDIRECT("B2:B9"))-2,0,1))=C2,ROW(INDIRECT("'"&$A$2:$B$2&"'!A2:A9"))-ROW(A$2)+1),COUNTIF(C$2:C2,C2)))
But no luck.
Let me know if its possible.
.
- References:
- SMALL(IF( across multiple worksheets
- From: Fin Fang Foom
- SMALL(IF( across multiple worksheets
- Prev by Date: Re: Any macro experts out there?
- Next by Date: Re: SMALL(IF( across multiple worksheets
- Previous by thread: SMALL(IF( across multiple worksheets
- Next by thread: Re: SMALL(IF( across multiple worksheets
- Index(es):