Forum Discussion
Max_B1
May 20, 2019Copper Contributor
Padding 0's
Hi there, In need of some help. I have a spreadsheet that contains a set of data, however due to different sources of information not all of the cells are in the same format. The cells start at ...
- May 20, 2019
Twifoo
May 20, 2019Silver Contributor
If the number is in A1, you can try this formula in B1:
=“FB”&TEXT(A1,”0000”)
=“FB”&TEXT(A1,”0000”)
Max_B1
May 20, 2019Copper Contributor
Hi there,
Couldn't seem to get this formula to work, do you know of any others?
Couldn't seem to get this formula to work, do you know of any others?
- SergeiBaklanMay 20, 2019Diamond Contributor