Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use the CODE function to get the ASCII value of the right
character, such as: =CODE(RIGHT(B1,1))-CODE(RIGHT(A1,1))=1 There are a couple of warnings with this, though. First, it will throw an error if either cell is empty. Second, it give a false positive if the first character is different for the two values, e.g., EA and FB. However, you could build on the above statement to make a complex statement with nested If()'s. ---- Nick Hebb BreezeTree Software http://www.breezetree.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hex2dec | Excel Discussion (Misc queries) | |||
How do I 'Add-In' Hex2Dec formula? | Excel Worksheet Functions | |||
Hex2Dec substitue? | Excel Discussion (Misc queries) | |||
EXCEL HEX2DEC conversion error | Excel Worksheet Functions |