Split numbers from units of measure
Explanation Sometimes you encounter data that mixes units directly with numbers (i.e. 8km, 12v, 7.5hrs). To split a number from a unit value, you oughta determine the position of thelast number. If you add 1 to that position, you have the start of the unit text. This formula uses this concept to figure out where the unit of measure begins. MAX ignores empty cells, the logical values TRUE and FALSE, and text values....