Number to text

MN_Excel

Board Regular
Joined
Nov 8, 2010
Messages
153
For v-lookup purposes I need a number field to display as a text. Simply choosing the text option doesn't seem to work. Any ideas on how to convert without having to add "+0" to the end?
 
I also got an issue with the sheet name...

If either the If the Isna is TRUE, the second if is redundant no? The Or will throw up "" if either ISNA(TRUE,(=o,TRUE either one will cause ""
 
Upvote 0

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
I also got an issue with the sheet name...

If either the If the Isna is TRUE, the second if is redundant no? The Or will throw up "" if either ISNA(TRUE,(=o,TRUE either one will cause ""
You would do it like this...

=IF(ISNA(...),"",IF(VLOOKUP(...)="","",VLOOKUP(...)))

If the value being returned is TEXT then you can do this...

=IF(ISNA(...),"",T(VLOOKUP(...)))
 
Upvote 0
Thanks for all the input. I think the formatting issue was a result of the fact that I exported a document to a .csv file and then copied those values into excel. When I did the same export using an excel file the formatting issue disappeared. That is the only explanation I have. Does that seem logical?
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,729
Members
452,939
Latest member
WCrawford

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top