Hello,
I have two column, Lot and wafer as shown below.
How can I make wafer_rev column, where the single digit values (1~9) are changed to double digits (ex, 01, 02, ,,,,09. No change in 11~20)
Is there a simple script for this ?
Please advise me.
Lot | wafer | Wafer_rev |
DA1 | 1 | 01 |
FA2 | 3 | 03 |
UJ3 | 11 | 11 |
DS2 | 9 | 03 |
Thank you in advance