Hi
i have the table below and this vlookup formula but for the row 3 works fine but one and two doesn't pull the the data is blank.
=IF(ISERROR(VLOOKUP($D$6,Vendors!$A:$J,2,FALSE)),"",VLOOKUP($D$6,Vendors!$A:$J,2,FALSE))
[TABLE="width: 638"]
<tbody>[TR]
[TD]Code[/TD]
[TD]Vendor[/TD]
[TD]Bill Cycle[/TD]
[TD]Notes[/TD]
[TD]Bank #[/TD]
[TD]Transit[/TD]
[TD]Acct #[/TD]
[TD][/TD]
[TD] Contact Name[/TD]
[TD]CC Email[/TD]
[/TR]
[TR]
[TD]100001[/TD]
[TD]Benton[/TD]
[TD][/TD]
[TD]auto pay[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]100002[/TD]
[TD]Helli[/TD]
[TD]n30[/TD]
[TD]auto pay[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]100003[/TD]
[TD]Canada Post[/TD]
[TD]varies[/TD]
[TD]auto pay[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
can any tell me what am i doing wrong.
thanks
i have the table below and this vlookup formula but for the row 3 works fine but one and two doesn't pull the the data is blank.
=IF(ISERROR(VLOOKUP($D$6,Vendors!$A:$J,2,FALSE)),"",VLOOKUP($D$6,Vendors!$A:$J,2,FALSE))
[TABLE="width: 638"]
<tbody>[TR]
[TD]Code[/TD]
[TD]Vendor[/TD]
[TD]Bill Cycle[/TD]
[TD]Notes[/TD]
[TD]Bank #[/TD]
[TD]Transit[/TD]
[TD]Acct #[/TD]
[TD][/TD]
[TD] Contact Name[/TD]
[TD]CC Email[/TD]
[/TR]
[TR]
[TD]100001[/TD]
[TD]Benton[/TD]
[TD][/TD]
[TD]auto pay[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]100002[/TD]
[TD]Helli[/TD]
[TD]n30[/TD]
[TD]auto pay[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]100003[/TD]
[TD]Canada Post[/TD]
[TD]varies[/TD]
[TD]auto pay[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
can any tell me what am i doing wrong.
thanks