I've got two columns, department and position. I want to smush them together into one in order to use vlookup from another sheet.
The position number needs to be 3 digits long in the final product. I have 1,2, and 3 digit position numbers. I can of course make it show the leading zeros using formatting, but when I concat it drops the zeros. I need the result to be 111-001 not 111-1. There's all sorts of manipulations I could do to make this work, but wondering if there is a simple way that I'm overlooking?
The position number needs to be 3 digits long in the final product. I have 1,2, and 3 digit position numbers. I can of course make it show the leading zeros using formatting, but when I concat it drops the zeros. I need the result to be 111-001 not 111-1. There's all sorts of manipulations I could do to make this work, but wondering if there is a simple way that I'm overlooking?