I have a list of MemberIDs:
some of them are like
000234
MMM2345
123458
I use isText(cell) to verify if all the values are text. I receive false on some of them.
I need to change all these data types to text because I need to export the data from excel to access.
Therefore I use =Text(cell,"0") to change everything to text.
But when I do so the leading zeros would be dropped.
If I copy and paste the list as values, then the leading zeros also are dropped.
How can I keep the leading zeros as before?
Your help is greatly appreciated.
GGGGG
some of them are like
000234
MMM2345
123458
I use isText(cell) to verify if all the values are text. I receive false on some of them.
I need to change all these data types to text because I need to export the data from excel to access.
Therefore I use =Text(cell,"0") to change everything to text.
But when I do so the leading zeros would be dropped.
If I copy and paste the list as values, then the leading zeros also are dropped.
How can I keep the leading zeros as before?
Your help is greatly appreciated.
GGGGG