I have one column of data with MAC addresses XX:XX:XX:XX:XX:XX that I would like to convert to computer names in another column.
The computer name should be sXXXXXXXXXXXX.
How can I drop the ":" from each MAC address and add an "s" at the beginning of the MAC address in another column?
Is this possible?
The computer name should be sXXXXXXXXXXXX.
How can I drop the ":" from each MAC address and add an "s" at the beginning of the MAC address in another column?
Is this possible?