nancybrown
Well-known Member
- Joined
- Apr 7, 2005
- Messages
- 868
My spreadsheet has two tabs: 2009Terms; 2008Terms. Each tabs have similar columns: A=Vendor ID; B=Inv#; C=Terms. I need to match A&B from both tabs and bring C=Terms from 2008 into the 2009 tab. This is what I'm using, but it returns #N/A for everything.
Column D added to concatenate A2,B2 on both tabs: =concatentate(a2,b2)
=INDEX(2008Terms!$C$2:$C$64000,MATCH(2009Terms!D2,2008Terms!$D$2:$D$64000,0))
Can any tell me what I am doing wrong please??
Column D added to concatenate A2,B2 on both tabs: =concatentate(a2,b2)
=INDEX(2008Terms!$C$2:$C$64000,MATCH(2009Terms!D2,2008Terms!$D$2:$D$64000,0))
Can any tell me what I am doing wrong please??
Last edited: