View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
macropod
 
Posts: n/a
Default Call list length in formula

Hi steev_jd,

If you give your array a name (eg MyArray), you could use:
=CONCATENATE("F",(MATCH($A4,MyArray,0)))
or, even simpler:
="F"&MATCH($A4,MyArray,0)

Cheers


"steev_jd" wrote in
message ...

Hi,

I am using the below formula in several spreadsheets;

=CONCATENATE("F",(MATCH($A4,$E$1:$E$7985,0)))

Currently I have to look at the length of the array in column E in each
spreadsheet and input it into the formula.

Is there anyway of having the formula automatcally call the length of
the array to save me doing this?

Thanks in advance,
Steve


--
steev_jd
------------------------------------------------------------------------
steev_jd's Profile:

http://www.excelforum.com/member.php...o&userid=33107
View this thread: http://www.excelforum.com/showthread...hreadid=542820