B
Bec_FS
Okay, I have a column within a dataset that has number as follows...
37
8
31.5
6.5
6
3
2.6
18.5
8.5
Etc. Etc.
Well, if there is a number with say 6, 6.5, 3, 4.5 etc, (single digit) then
I need it to have a zero in front of it. I tried to use: Right("0000" &
[Range Number],4), but the problem with this is that it puts zeros in front
of double digit number like 37, etc. I thought that I then might be able to
trim of the zeros, but that creates a problem because with the single digits,
and single digits with .5, I want it to keep the zeros. CAN ANY ONE HELP ME
WITH THIS?
37
8
31.5
6.5
6
3
2.6
18.5
8.5
Etc. Etc.
Well, if there is a number with say 6, 6.5, 3, 4.5 etc, (single digit) then
I need it to have a zero in front of it. I tried to use: Right("0000" &
[Range Number],4), but the problem with this is that it puts zeros in front
of double digit number like 37, etc. I thought that I then might be able to
trim of the zeros, but that creates a problem because with the single digits,
and single digits with .5, I want it to keep the zeros. CAN ANY ONE HELP ME
WITH THIS?