akyurek@xs4all.nl Wrote:
> =SMALL((A3,C5,D18,D21), 2)
Thanks,
What if my values are on different sheets, like for instance:
=SMALL((A3,C5,D18,Sheet2!A2,Sheet3!A1), 2)
It doesn't seem to work then
--
Chickalett
Aladin Akyurek - 23 Mar 2006 08:31 GMT
If you download and install the morefunc.xll add-in (try google to
locate)...
=SMALL(ARRAY.JOIN(A3,C5,D18,Sheet2!A2,Sheet3!A1), 2)
> akyurek@xs4all.nl Wrote:
>
[quoted text clipped - 4 lines]
> =SMALL((A3,C5,D18,Sheet2!A2,Sheet3!A1), 2)
> It doesn't seem to work then.