R
Ron
I have the following formala and I need B16 to always be 5
characters long. Sometimes the data in B16 is 4 or 5
digits but when that data is brought into this formula I
need it to add a space if it is only 4 characters.
Otherwise, the end result is off by one zero.
="D"&B16&" "&TEXT(D16*100,"000000000000")&TEXT
(D16*100,"000000000000")
Thanks,
Ron
characters long. Sometimes the data in B16 is 4 or 5
digits but when that data is brought into this formula I
need it to add a space if it is only 4 characters.
Otherwise, the end result is off by one zero.
="D"&B16&" "&TEXT(D16*100,"000000000000")&TEXT
(D16*100,"000000000000")
Thanks,
Ron