I have a column of product numbers that are all formatted like this:
MK444LLA
...same number and letter pattern, same character count. I need to insert a /
into each cell so they all end up like this:
MK444LL/A
I'm thinking I just need a solution for the first row, which I can then apply to the entire column.