How can I convert all number value in cell in column to text format number?
I tried =TEXT(A2,"A2")
but it doesn't help me.
How can I convert all number value in cell in column to text format number?
I tried =TEXT(A2,"A2")
but it doesn't help me.
Here is VBA since that was in you tags.
Loop through the rows changing the columns you want.
Without VBA: select your column, Text to Columns, Delimited, Tab, Column data format Text.