I've used the Convert function many times. For some reason, it fails when I try to convert miles/hour to meters/second:
<tbody>
R/C
C
D
E
4
mi/hr
m/s
formula
5
60
#N/A
D5: =CONVERT(C5,"mph","m/sec")
6
60
#N/A
D6: =CONVERT(C6,"mph","m/s")
</tbody>
Now what am I doing wrong?
The 60s in...