Thread: excel function
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
asburypark98[_2_] asburypark98[_2_] is offline
external usenet poster
 
Posts: 12
Default excel function

On 21 Giu, 16:13, JLGWhiz wrote:
Be sure that your data starts in row 3, or change your formula to reflect the
actual row that the data range begins in.

=INDEX($A$3:$B$337,MATCH(C3,$B$3:B$337,0),1)




the formula is right. my data start in row 3 end ends in row 337..