Hi Team,
Can someone help how to convert the Scientific Notation to Number along with String value in one column.
| Invoice | Correct Invoice |
| 1.19E+35 | 119191111111111000000000000000000000 |
| 20202020202 | 20202020202 |
| Commercial 123 | Commercial 123 |
Invoice column is flowing from the Input data i want correct invoice column with a formula that convert the scientific notation to number
Thanks