richmcgill
Board Regular
- Joined
- Feb 4, 2019
- Messages
- 86
- Office Version
- 2016
- Platform
- Windows
I need to apply the matrix below to a group of numbers
The matrix replaces the last number of the whole number with the specified character.
A negative number
-2505.25 would be 2505.2N
A positive number
31066.83 would be 31066.8C
Make sense?
The matrix replaces the last number of the whole number with the specified character.
A negative number
-2505.25 would be 2505.2N
A positive number
31066.83 would be 31066.8C
Make sense?
Final Digit of Number | Positive Replacement Character | Negative Replacement Character |
1 | A | J |
2 | B | K |
3 | C | L |
4 | D | M |
5 | E | N |
6 | F | O |
7 | G | P |
8 | H | Q |
9 | I | R |
0 | { | } |