erikhertzel
MIS
I have a columnA and columnB with numbers in those and want to have a comlumnC with the combination of A+B
Column A is 16 digits and B is 6 digits
So, here is what I have
A B C
5511291000000000 230512 5511291000230510
C is almost right but is rounding the last two digits either down or up (so it is rounding the 12 to a 10 in this example).
What I am doing wrong or how can I fix?
Column A is 16 digits and B is 6 digits
So, here is what I have
A B C
5511291000000000 230512 5511291000230510
C is almost right but is rounding the last two digits either down or up (so it is rounding the 12 to a 10 in this example).
What I am doing wrong or how can I fix?