Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Reverse of Chr Function

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Reverse of Chr Function

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default Reverse of Chr Function

?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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Reverse of Chr Function

thank

--
Message posted from http://www.ExcelForum.com

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reverse SumProduct function ajkajkajk Excel Worksheet Functions 9 May 14th 09 02:35 AM
Lookup Function in Reverse? stogie Excel Discussion (Misc queries) 3 January 18th 09 06:14 PM
Reverse PRICE function ingmar Excel Worksheet Functions 32 November 6th 08 04:26 AM
NAME function working in reverse?? F. Lawrence Kulchar Excel Discussion (Misc queries) 2 September 16th 08 11:19 AM
Reverse MATCH Function BillCPA Excel Discussion (Misc queries) 2 March 9th 05 02:32 AM


All times are GMT +1. The time now is 01:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"