View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] d_campelo@hotmail.com is offline
external usenet poster
 
Posts: 6
Default (INDEX($T3:$T4849,MATCH($D3,$P$3:$P$4849),FALSE))

I have two columns, column D and P, with some overlapping values and I'm
trying to return a value from column T into a cell when the content in column
D matches the content in column P.

The function is working but it doesn't return the correct row from column T.

Any ideas?