View Single Post
  #1   Report Post  
Spencer Hutton
 
Posts: n/a
Default Emulate Index/Match combo function w/ VBA custom function

Does anyone know the code to emulate this function using a custom VBA function:

=INDEX(ReturnRange(MATCH(MatchValue,LookupRange,0) )

TIA.