Hi Team,
Seeking your help to make "=" as the start of the excel record, not sure it is possible or not.
Input
| ID | data1 | data2 | Tool | formula |
| 1 | 123 | 455 | + | 123+455 |
| 2 | 222 | 345 | x | 222x345 |
Output in excel:
| ID | data1 | data2 | Tool | formula |
| 1 | 123 | 455 | + | =123+455 |
| 2 | 222 | 345 | x | =345x345 |