jamestgarner
New Member
- Joined
- Jul 14, 2016
- Messages
- 2
[FONT="]I am using an Index Match formula that appears fairly simple, but continues to return #N/A when I see the lookup value in the array. Perhaps I am missing something minute.[/FONT]
[FONT="]I would like to return the date in column T with the matching number in column S. The specific value that I'm trying to match is in cell T5, which happens to be the value "341". Here is an example of the table in excel I am trying to index/match.[/FONT]
[TABLE="width: 794"]
<tbody style="box-sizing: border-box; border: 0px; margin: 0px; padding: 0px; vertical-align: top; -webkit-font-smoothing: antialiased;">[TR]
[TD="align: center"]Cell Reference[/TD]
[TD="align: center"]S[/TD]
[TD="align: center"]T[/TD]
[/TR]
[TR]
[TD="align: center"]14[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]15[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]16[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]3/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]17[/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]4/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]18[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]5/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]19[/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]6/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]20[/TD]
[TD="align: center"]7[/TD]
[TD="align: center"]7/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]...[/TD]
[TD="align: center"]...[/TD]
[TD="align: center"]...[/TD]
[/TR]
[TR]
[TD="align: center"]533[/TD]
[TD="align: center"]520[/TD]
[TD="align: center"]4/1/2053[/TD]
[/TR]
</tbody>[/TABLE]
[FONT="]And my formula is as follows:[/FONT]
[FONT="]=INDEX(T14:T533,MATCH(T5,S14:S533,0))[/FONT]
[FONT="]Where T5 is the Value "341" that I am trying to match from the numbered list in column S (S14:S533) and return the corresponding date in Column T (T14:T533).[/FONT]
[FONT="]Why is this not working? What am I missing here?[/FONT]
[FONT="]I would like to return the date in column T with the matching number in column S. The specific value that I'm trying to match is in cell T5, which happens to be the value "341". Here is an example of the table in excel I am trying to index/match.[/FONT]
[TABLE="width: 794"]
<tbody style="box-sizing: border-box; border: 0px; margin: 0px; padding: 0px; vertical-align: top; -webkit-font-smoothing: antialiased;">[TR]
[TD="align: center"]Cell Reference[/TD]
[TD="align: center"]S[/TD]
[TD="align: center"]T[/TD]
[/TR]
[TR]
[TD="align: center"]14[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]15[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]16[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]3/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]17[/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]4/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]18[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]5/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]19[/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]6/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]20[/TD]
[TD="align: center"]7[/TD]
[TD="align: center"]7/1/2010[/TD]
[/TR]
[TR]
[TD="align: center"]...[/TD]
[TD="align: center"]...[/TD]
[TD="align: center"]...[/TD]
[/TR]
[TR]
[TD="align: center"]533[/TD]
[TD="align: center"]520[/TD]
[TD="align: center"]4/1/2053[/TD]
[/TR]
</tbody>[/TABLE]
[FONT="]And my formula is as follows:[/FONT]
[FONT="]=INDEX(T14:T533,MATCH(T5,S14:S533,0))[/FONT]
[FONT="]Where T5 is the Value "341" that I am trying to match from the numbered list in column S (S14:S533) and return the corresponding date in Column T (T14:T533).[/FONT]
[FONT="]Why is this not working? What am I missing here?[/FONT]