ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   vlookup error... (https://www.excelbanter.com/excel-worksheet-functions/159340-vlookup-error.html)

Rajmahal

vlookup error...
 
i have 2 tabs.

sheet1 -- contain list of name and id#.
ID# (sorted), Name
101
102
103
1001
1002

sheet 2 -- contain id#
ID#. Col. B
101
1001
102
103
1002

in sheet 2, i want to check if the id# exists in Sheet 1, and if does, i
want it to display the id in col. b.
=VLOOKUP(A1,Sheet1!$1:$100,1)

When, i do this, most of the time, it works, however some time the result
does not come exact.
Like if it was looking for 1002, the result will show as 102 and end.

Formatted all col. as text. what can i do to fix this.



Rajmahal

vlookup error...
 
PS: sometimes, i have to go back to the col 1 on sheet 2. and "ENTER"
individually to get them to work.



"Rajmahal" wrote:

i have 2 tabs.

sheet1 -- contain list of name and id#.
ID# (sorted), Name
101
102
103
1001
1002

sheet 2 -- contain id#
ID#. Col. B
101
1001
102
103
1002

in sheet 2, i want to check if the id# exists in Sheet 1, and if does, i
want it to display the id in col. b.
=VLOOKUP(A1,Sheet1!$1:$100,1)

When, i do this, most of the time, it works, however some time the result
does not come exact.
Like if it was looking for 1002, the result will show as 102 and end.

Formatted all col. as text. what can i do to fix this.



Franz Verga

vlookup error...
 
Nel ,
Rajmahal ha scritto:
i have 2 tabs.

sheet1 -- contain list of name and id#.
ID# (sorted), Name
101
102
103
1001
1002

sheet 2 -- contain id#
ID#. Col. B
101
1001
102
103
1002

in sheet 2, i want to check if the id# exists in Sheet 1, and if
does, i want it to display the id in col. b.
=VLOOKUP(A1,Sheet1!$1:$100,1)

When, i do this, most of the time, it works, however some time the
result does not come exact.
Like if it was looking for 1002, the result will show as 102 and end.

Formatted all col. as text. what can i do to fix this.


try this way:

=VLOOKUP(A1,Sheet1!$1:$100,1,0)

or also:

=VLOOKUP(A1,Sheet1!$1:$100,1,false)



--
(I'm not sure of names of menus, options and commands, because
translating from the Italian version of Excel...)

Hope I helped you.


Thanks in advance for your feedback.


Ciao


Franz Verga from Italy

Gord Dibben

vlookup error...
 
Make sure ToolsOptionsCalculation is set to Automatic.


Gord Dibben MS Excel MVP

On Sat, 22 Sep 2007 17:56:00 -0700, Rajmahal
wrote:

PS: sometimes, i have to go back to the col 1 on sheet 2. and "ENTER"
individually to get them to work.




All times are GMT +1. The time now is 09:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com