Thread: Array
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete
 
Posts: n/a
Default Array

You do not type the curly braces at the beginning and end, i.e. you
would enter into the cell:

=TRANSPOSE(INDIRECT(ADDRESS(MIN(IF((Sheet1!A1:A100 0=Sheet2!A1)*(ROW(Sheet1*!A1:A1000)=MATCH(Sheet2! A2,Sheet1!B:B,0)),ROW(Sheet1!A1:A1000),"")),3,,,"S *heet1")&":"&ADDRESS(MIN(IF((Sheet1!A1:A1000=Sheet 2!A1)*(ROW(Sheet1!A1:A1000*)=MATCH(Sheet2!A2,Shee t1!B:B,0)),ROW(Sheet1!A1:A1000),"")),6)))

Then, instead of pressing <enter as you would with a normal formula,
you must hold down <CTRL and <SHIFT and then press <enter (often
referred to as CSE). If you do it correctly the curly braces will wrap
around the formula.

Hope this helps (I've not checked though the details of the formula).

Pete