I am creating a map showing different ratings for a feature. When data was collected rating was as below (an example).
00 : No defects
15 : 5 Minor defects
1A : More than 10 but less than 15 Minor defect
2A : More than 10 but less than 15 major defects
1B : more than 15 but less than 20 major defects
3C More than 20 but less than 25 significant defects
A represents values from 11-15
B represents values from 16-20
C represents values from 21-25
how do I create arcade expression to reflect alphanumeric as a numeric value to indicate the conditions where 3C>2A>1B>1A>15>00
thanks in advance