Microsoft
Software
Hardware
Network
Question : Vlookup with exact number format
Hi experts,
I need to do a vlookup on a data set of stores numbers format as a 4 digit number (0001, 0002, etc) however in the data set there are others codes which are not padded. Sometimes these codes overlap with the padded ones (e.g. 1, 2, 3, etc).
The number is stored as a value, so doing a vlookup on TEXT(1, "0000") does not work, however when I use value("0001") it matches on 1 which I do not want.
In the following data table
0001 London
0002 Manchester
0004 Birmingham
5 Leeds
I would like the following results returned:
VLOOKUP(1.. London
VLOOKUP(2.. Manchester
VLOOKUP(3.. #N/A
VLOOKUP(4.. Birmingham
VLOOKUP(5.. #N/A
But at the moment I get...
VLOOKUP(1.. London
VLOOKUP(2.. Manchester
VLOOKUP(3.. #N/A
VLOOKUP(4.. Birmingham
VLOOKUP(5.. Leeds
Please can someone help!
Answer : Vlookup with exact number format
There is a guide here on how to do it:
http://blogs.technet.com/b
/sbs/archi
ve/2007/04
/10/instal
ling-
a-sel
f-signed-c
ertificate
-as-a-trus
ted-root-c
a-in-windo
ws-
vista.a
spx
when browsing to the OWA site you would use /owa in Exchange 2010 instead of /exchange
Random Solutions
Fusion on Mac
SQL query to extract distinct years and number of members within a year
How to add a module in ms access 2007?
Global Catalog Not Working In Branch Office Locations After Introduction of One Server 2008 And Upgrading Domain
How to obtain computer MAC address in a website
Excel 2003 VBA - Color Cells depending on character length
Access 2010: is there a way to have Access 2010 and it's runtime running on the same PC?
Raise domain function level when there are 2 ADs
the GridView
SwingWorker setProgress problem