In my excel file, there are two columns A and B. Each coloumn has cell value of a 8 digit number stored as string. For e.g A1 = 12345678, B1 = 87654321
I need to concatenate these two values into a single value and store the result as an integer i.e. 123356787654321
I have used tonumber([col a]+[col b]+, '.0') in formula tool. In browse tool, i can see correct data but when i am writing this to excel it is pasting value in scientific format and rounding off last digit i.e. ouput is
123356787654320