Each data point in the *ROF file is 4 bytes long.
To calculate the actual decimal value, the sheet:
- Reorders the bytes (AA BB CC DD to DD CC BB AA) using the Excel
MID function
- Concatenates the bytes using the CONCATENATE Excel function
- Converts hex to decimal using the Excel HEX2DEC function
- Divides the decimal conversion by 10,000.