I have a rather simple question however I cannot seem to find the issue.
I am using the below Split function, however, when I have an account number leading with 0 it automatically deletes the zero as it is interpreted as a number, not as text, however I have tried implementing to text function but as account number vary in sizes and not standard then I might have some accounts with more 0 than it supposed to have. I have also tried other ways however nothing seems to work.
Does anyone have a solution for this?
Code using:
=SPLIT(A2, "Account Number: ")

