How to remove forward slash (/) from a series of numbers

bumper717

New Member
Joined
Oct 25, 2018
Messages
3
I have an excel sheet and one column has a series of numbers that make up a barcode for a particular product. My problem is that each of these barcode numbers has forward slashes within them (eg: 123/45/678/910). In order for me to process the numbers I need to remove these characters as my software program cannot process them. I have in total around 23000 of these numbers so Im after advise for a formulae to fix the issue. Can anyone help?
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
if you had a helper cell then you could =substitute(cell,"/","") or a space " "

that could be written as a FIND REPLACE and recorded in VBA, thats the quickest way to start, without even using VBA
 
Upvote 0
if you had a helper cell then you could =substitute(cell,"/","") or a space " "

that could be written as a FIND REPLACE and recorded in VBA, thats the quickest way to start, without even using VBA


Thanks for the reply and info. I should have mentioned that when it comes to excel I really need spoon feeding! Can you possibly give me some steps for dummies on this?
 
Upvote 0
Thanks for the reply and info. I should have mentioned that when it comes to excel I really need spoon feeding! Can you possibly give me some steps for dummies on this?
Try this.
Select the column by clicking its heading label
Press Ctrl+H (to bring up the Find & Replace dialog)
Find what: /
Replace with: leave blank
Options>>
Make sure 'Match entire cell contents' is NOT checked
Replace All
OK


BTW, Welcome to the MrExcel board!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,143
Messages
6,123,279
Members
449,094
Latest member
GoToLeep

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