Text for Values

Ampleford

Active Member
Joined
Mar 26, 2002
Messages
380
Is it possible to change an integer to text. eg

"1" becomes "one"
"2" becomes "two"

etc etc

Its to concatenate some text ("we have three responses" instead of "we have 3 responses") - I'm doing it by lookup just now - but just wondered if there were an easier way....
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
hi!
No.
They have to have that add in too!
Or make your own UDF which will b shipted witht the workbook itself.
 
Upvote 0
how do I do that ?

(If you don't mind) - or would I just be best using the lookup...........
 
Upvote 0
" or would I just be best using the lookup"

how many possible 'conversions' are we talking about here?
 
Upvote 0
26 on this one, but i'm always thinking about a bigger case.........


to be honest - it's not really THAT important, so I don't want you guys wasting valuable time on it....


cheers

:pray:
 
Upvote 0
well, there's no short cut for getting the relationships out - you'll have to state them explicitly somewhere. so if you're not trying to do something like 123.1 = One hundred and twenty three point one, a lookup approach is probably as good as any. that said, here's a thread with a few examples of vba approaches:

http://www.mrexcel.com/board2/viewtopic.php?t=77943

(more could be found with a search for 'convert number text' or similar)
 
Upvote 0

Forum statistics

Threads
1,215,563
Messages
6,125,554
Members
449,237
Latest member
Chase S

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