Hi Team,
I have "50" in column A and BA in Column B. If the length of column B is equal to 2 then the Column A number should include next series number to it.
| Input | |
| Column A | Column B | 
| 50 | AC | 
| 49 | A | 
| Output | |
| Column A | Column B | 
| 5051 | AC | 
| 49 | A | 
Solved! Go to Solution.
@Gsiva3 one way of doing this
Hi @binu_acs
Thanks for the workflow. It worked!!
