FIND when leading zeros have been added to a number, or not! ...

adambc

Active Member
Joined
Jan 13, 2020
Messages
405
Office Version
  1. 365
Platform
  1. Windows
I have a routine that uses values from 2 input boxes to retrieve an ID from one WB ...

I then use the ID to loop through many (50+) other WB and using FIND if the ID exists in a WB writes the WB.Name to a list ...

But ... some of the WBs I'm looping through have the ID but with leading zeros (I can't control this or edit the WBs) added eg

ID = 52 could be 052 or 0052 or 00052 etc in the WBs I'm looking for matches in ...

Any ideas how I can cope with this?
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
It sounds like the IDs are stored as text for some of the workbooks. Can the IDs contain letters as well as numbers? If not, and the IDs are all numeric, you can force the IDs to numeric and it will remove the leading zeros.
 
Upvote 0
Solution

Forum statistics

Threads
1,221,526
Messages
6,160,340
Members
451,637
Latest member
hvp2262

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