Numbers SHOULD BE text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Have data that is a mix of number and text.
Ex: the field if PN
The data could be:
ABC123
123
AB23

I have formatted the column as TEXT, but if I use function isnumber(a2) for
value 123, it comes back TRUE.

I want 123 to be considered text; I'll be importing into Access.
What's my next step?
 
Try this:

Select your single column of values
<data><text-to-columns>
[Next]
[Next]
Column format: Text
[Finish]

That should convert everything in the selected column of cells to text with
a number format of text.

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 
I will test this theory (sounds like it'll work) and advise.

Thx
--
Eva H. Linich
Business Applications



Ron Coderre said:
Try this:

Select your single column of values
<data><text-to-columns>
[Next]
[Next]
Column format: Text
[Finish]

That should convert everything in the selected column of cells to text with
a number format of text.

Does that help?
***********
Regards,
Ron

XL2002, WinXP


Eva at Work said:
Have data that is a mix of number and text.
Ex: the field if PN
The data could be:
ABC123
123
AB23

I have formatted the column as TEXT, but if I use function isnumber(a2) for
value 123, it comes back TRUE.

I want 123 to be considered text; I'll be importing into Access.
What's my next step?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top