Hello,
I am facing an issue with delimiting a numeric value in excel. The excel sheet i have is the exported file from SQL database. I do not have access to the database. The value I want to delimit is like 2,455,1,666. I want to have this value in four subsequent cells. I tried using LEN and other functions to first calculate that value will be delimited to how many cells. For example =(ROUND(LEN(A1)/3,0))+(LEN(A1)-(ROUND(LEN(A1)/3,0)*3)). The first issue here is LEN function stops working or give erroneous results if the value is more than 16 digits. Then the next challenge is to delimit in 4 cells.
Please help if anyone has any idea.
Regards,
PE
I am facing an issue with delimiting a numeric value in excel. The excel sheet i have is the exported file from SQL database. I do not have access to the database. The value I want to delimit is like 2,455,1,666. I want to have this value in four subsequent cells. I tried using LEN and other functions to first calculate that value will be delimited to how many cells. For example =(ROUND(LEN(A1)/3,0))+(LEN(A1)-(ROUND(LEN(A1)/3,0)*3)). The first issue here is LEN function stops working or give erroneous results if the value is more than 16 digits. Then the next challenge is to delimit in 4 cells.
Please help if anyone has any idea.
Regards,
PE