Hello, I want to change strings to codes(also string) like these inside B column:
“IIM” => “0021”, “IKL” => “0010”
However after find/replace value activites it goes like “IIM” => “21”.
My sequence:
I tried these so far:
-
I added a format cells before replace acitivites to ensure column in string format. It didn’t work. I double checked the result excel, column type is set to string.
-
I log my codes to see if they are string or not. They are string in the logs.
I can add “00” to someone but this will not solve all my problem since some codes are like this “0126”. Still I can check the lenght then add “0” accordingly but it is already takes a lot of time.
What am I missing? Thank you for your help!