I have two excel spread sheets. One Spread sheet is used in my vlookup command. When I run the command it returns the value of #N/A on some of the outputs. The value I am looking up is in the lookup table. Below is the some of the information in the spreadsheets:
Look Up Table:
Item Class BU
11 3111
22 3111
62 3111
91 3111
92 3111
93 3111
94 3111
95 3111
96 3111
97 3111
Main table:
ITCLS
ATA
DGE
DTA
GTA
11
22
31A
32F0
3375
3379
52F5
611
612
7371
871
872
91
92
93
94
95
9999
All the values in the Main table are in the other table. What I want to return in the main table is the BU Number. Instead it returns #N/A for all the values above. Here is the Vlookup:
=VLOOKUP(TRIM(B2),'[Revised BU Product Lookup Table 2004.xls]New Report'!$B:$C,2,FALSE)
Any help would be appreciated.
Look Up Table:
Item Class BU
11 3111
22 3111
62 3111
91 3111
92 3111
93 3111
94 3111
95 3111
96 3111
97 3111
Main table:
ITCLS
ATA
DGE
DTA
GTA
11
22
31A
32F0
3375
3379
52F5
611
612
7371
871
872
91
92
93
94
95
9999
All the values in the Main table are in the other table. What I want to return in the main table is the BU Number. Instead it returns #N/A for all the values above. Here is the Vlookup:
=VLOOKUP(TRIM(B2),'[Revised BU Product Lookup Table 2004.xls]New Report'!$B:$C,2,FALSE)
Any help would be appreciated.