Zero Values Not Appearing

kumara_faith

Well-known Member
Joined
Aug 19, 2006
Messages
922
Office Version
  1. 365
Hi,

I have the following value in cell C1:

1635305899738.png


I am trying to use vlookup to match this value but although the value is the same , the result is #n/a. I realize that the first three zero in this value is not appearing in the formula bar although it appears just fine in cell C1. This is causing the vlookup to result in #n/a.

The value from another file is exactly same as the value in C1 and not as shown in the formula bar. May I know how do I fix this so that the vlookup with result in a match ? Appreciate all the help.
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Was it formatted with custom format: "000"0 ?
Try to format as "General" or number.
 
Upvote 0
Also, if you wish it to be text with 10 zero format, try in other cell, D1:
=TEXT(C1,"0000000000")
Then copy/paste value back to C1
 
Upvote 0
.. or just format in your VLOOKUP
=VLOOKUP(TEXT(C1,"0000000000"), .....
 
Upvote 0

Forum statistics

Threads
1,214,566
Messages
6,120,266
Members
448,953
Latest member
Dutchie_1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top