G
George
I have an excel file that was sent to me from another
company.
The data that I need has been defined as a number.
123
123.5
777
888.90 <<<<<<<<<
321.8
The logic I need is against the entire column
When I try to change the cell to text the results become:
888.9
I lose the zero at the end.
Using Text(XX,'0.00') causes the entire column to get .YY
on each record. These are product codes that can not
change.
I have tried to concat, left, right with no luck.
Do you know how to convert this Column from number to
text and keep the last zero?
I still need the other text (Numbers) to remain the same.
company.
The data that I need has been defined as a number.
123
123.5
777
888.90 <<<<<<<<<
321.8
The logic I need is against the entire column
When I try to change the cell to text the results become:
888.9
I lose the zero at the end.
Using Text(XX,'0.00') causes the entire column to get .YY
on each record. These are product codes that can not
change.
I have tried to concat, left, right with no luck.
Do you know how to convert this Column from number to
text and keep the last zero?
I still need the other text (Numbers) to remain the same.