Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a ready file in excel can convert number to text
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why not simply format the cell(s) to "text"?
Or, if using formulas, =TEXT(A2) would turn whatever number is in A2 into a text value. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Medegypt" wrote: Is there a ready file in excel can convert number to text |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Assuming you mean 1 to One have a look 'here' (http://support.microsoft.com/kb/213360) -- mdmackillop ------------------------------------------------------------------------ mdmackillop's Profile: http://www.thecodecage.com/forumz/member.php?userid=113 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=69232 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you mean you want something that will spell out numbers (for printing
checks,e tc.)? If so, you could use Longre's morefunc.xll which is free at http://xcell05.free.fr/morefunc/english/ The number spelling function is called NBTEXT. Or, Microsoft has instructions to create your own SPELLNUMBER function he http://support.microsoft.com/default...23120121120120 If you are new to user-defined functions (macros), this link to Jon Peltier's site may be helpful: http://peltiertech.com/WordPress/200...e-elses-macro/ Hope this helps, Hutch "Medegypt" wrote: Is there a ready file in excel can convert number to text |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert text to number in excel | Excel Worksheet Functions | |||
can we convert number to text in excel as if 1= One | Excel Discussion (Misc queries) | |||
In Excel, how do we convert text into number (value)? | Excel Worksheet Functions | |||
convert text-format number to number in excel 2000%3f | Excel Discussion (Misc queries) | |||
convert number to text in Excel | Excel Programming |