How can i convert number to be stored as text?

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

Guest

Hi!
Is it possible to convert number to be stored as text? It is just for the
convenience of v-lookup.


Thanks!



Carole
 
Use the TEXT() function

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 
Thanks! But how can i turn 48950 into text using text function. I need to
turn the cell into text - with a green corner which is they type of format of
the report which I need to look up to (the report 's codes are all in green
corners)

Thanks!
Carole
 
You could leave the values numbers and modify your =vlookup()

=vlookup(text(a2,"00000",.....)

or you could insert a helper column and put =text(a2,"00000") and drag down.

then copy that column and edit|paste special|values over the original column and
delete the helper column.

===
Another option would be to change the text values in the lookup table to
numbers.

copy a blank cell.
select that key column in your table
edit|paste special|check addition
 

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