Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know that the Chr function will return a character for a number. fo
example: ?Chr(100) d Is there a funciton which does the reverse: Function("d") 100 Thank -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the Asc function. E.g.,
Debug.Print Asc("d") -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ExcelMonkey " wrote in message ... I know that the Chr function will return a character for a number. for example: ?Chr(100) d Is there a funciton which does the reverse: Function("d") 100 Thanks --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
?Asc("d")
100 -- Regards Juan Pablo González "ExcelMonkey " wrote in message ... I know that the Chr function will return a character for a number. for example: ?Chr(100) d Is there a funciton which does the reverse: Function("d") 100 Thanks --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reverse SumProduct function | Excel Worksheet Functions | |||
Lookup Function in Reverse? | Excel Discussion (Misc queries) | |||
Reverse PRICE function | Excel Worksheet Functions | |||
NAME function working in reverse?? | Excel Discussion (Misc queries) | |||
Reverse MATCH Function | Excel Discussion (Misc queries) |