Hi All,
Not sure if this is the right place to post this, and appologies if I am incorerect.
I have some data I need to format from an excel sheet to upload.
The data is pulled from another system and can have some very basic manipulation before being uploaded.
What I need to do is format phone numbers, they come out of one system as 2 cells, first is area code, the second the number.
i.e. First field 04 second field 1234567 I have used the & function to add them together in another field but it removes the leading zero everytime, I have tried different formats for the destination cell but nothing is working! If I change to text then it returns the text "=F2&F3"
