Hello Everyone.
I am trying to combine data from 2 columns in Excel into a 3rd column. One Column is numbers and the other is letters. My number column always has data but my letter column doesnt.
Currently I am using a “For Each Row” loop with a “Write Cell” Activity. I am able to get this to work when my Number and Letter both have values, but it leaves it blank when there is no letter value.
This is my expected out put:
This is what I am getting:
This is the loop I am using:
This is what is in my Write Cell:
In Excel I can type the formula “=A2&B2” into C2 and get the correct information, but I cannot get the & to work when I try in studiox.
What can I do to get the correct data I need?
Thanks for the help.