Solved! Go to Solution.
Hi @beattyb
If you're always dividing by 32 in the fractional number, you can try this formula in a Formula tool. Create a new field with a double data type:
IF Contains([number],"-") THEN tonumber(left([Number],findstring([number],"-")))+tonumber(right([Number],length([number])-FindString([Number], "-")-1))/32
ELSE [Number]
ENDIF
Let me know if that helps!
Cheers,
Esther
User | Count |
---|---|
19 | |
15 | |
15 | |
9 | |
8 |