On Feb 18, 4:49 am, "Bob Phillips" <bob....@xxxx.com> wrote:
> I think that it is.
>
> Can you give more details of the problem, and we can address it directly
> rather than trying to interpret what you are saying.
>
> --
> ---
> HTH
>
> Bob
>
> (there's no email, no snail mail, but somewhere should be gmail in my addy)
>
> <bird_...@my-deja.com> wrote in message
>
> news:(E-Mail Removed)...
>
> >I know I can do an array calculation in one cell (for example A1) and
> > reference A1 in a normal formula. However, is it possible to have the
> > array formula inside the normal formula? I hope that made sense.
>
> > TIA
Ok. I want to use the result of
{=MAX((ISNUMBER(SEARCH(B1,A2:A7)))*ROW(A2:A7))} (btw B1 is a text
string and the result of the is the number 5 in my case). I want to
use this number 5 as part of a range in another formula. For example,
=sum("D"&5

25).