View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mac-OTR Mac-OTR is offline
external usenet poster
 
Posts: 4
Default Finding a value in a Table


Thanks,

I'll try that one too.


"Herbert Seidenberg" wrote:

This array formula finds the row of the
last occurrence of Target in MyArray
=MAX((MyArray=Target)*ROW(MyArray))