Hi,
I have a list of codes that contain three letters followed by several numbers (numbers can vary). Here is a sample:
VWN29747
BSA1927330
GST38559
MBU113445
I want to remove all letters and just keep the three letters in the front. I have attempted to use the Text to Columns tool and the Formula tool with something like this:
Left([Dealer Code], Length([Dealer Code]) -3)
I also tried to wrap my head around RegEx, but I am not quite getting it yet. Any suggestions are greatly appreciated!