BrutalDawg
New Member
- Joined
- Jun 10, 2015
- Messages
- 41
I am still to find a one time solution to drop everything in column B that comes after the $.
For example, all of column be will have items such as abc123$$45@@ceb, def456$$25@@cab. I want to setup a rule where everything in column B would be limitted to abc123, def456, etc.
Currently I can just run a find a replace, or use the trim or left functions to put the content in another cell, but I am trying to find a way that I can apply this to the whole B column.
Currently the user is using a scanner to insert the data into column B, but the barcode contains additional information after the $ that is not required for this exercise.
Any ideas?
As you can see from the example, our barcode contains itemnumber$$quantity, i would only like the item quantity in column B, ideally it could move quantity to column c but that is not required.
For example, all of column be will have items such as abc123$$45@@ceb, def456$$25@@cab. I want to setup a rule where everything in column B would be limitted to abc123, def456, etc.
Currently I can just run a find a replace, or use the trim or left functions to put the content in another cell, but I am trying to find a way that I can apply this to the whole B column.
Currently the user is using a scanner to insert the data into column B, but the barcode contains additional information after the $ that is not required for this exercise.
Any ideas?
Current | Desired | |||||
Date | Item | Quantity | Date | Item | Quantity | |
5/25/2021 | 3103602$$50 | 50(50) | 44341 | 3103602 | 50(50) | |
5/25/2021 | DZ114363$$3 | 3(3) | 44341 | DZ114363 | 3(3) | |
5/25/2021 | DZ114364$$3 | 3(3) | 44341 | DZ114364 | 3(3) | |
5/25/2021 | DZ114367$$3 | 3(3) | 44341 | DZ114367 | 3(3) | |
5/25/2021 | DZ114369$$3 | 3(3) | 44341 | DZ114369 | 3(3) |
As you can see from the example, our barcode contains itemnumber$$quantity, i would only like the item quantity in column B, ideally it could move quantity to column c but that is not required.