Convert function won't convert mph to m/s

JenniferMurphy

Well-known Member
Joined
Jul 23, 2011
Messages
2,491
Office Version
  1. 365
Platform
  1. Windows
I've used the Convert function many times. For some reason, it fails when I try to convert miles/hour to meters/second:

R/CCDE
4mi/hrm/sformula
560#N/AD5: =CONVERT(C5,"mph","m/sec")
660#N/AD6: =CONVERT(C6,"mph","m/s")

<tbody>
</tbody>

Now what am I doing wrong?

The 60s in Col C are formatted as General. I also tried them as Number, but it still fails.
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Check your excel version, if, when you enter the function, "mpH" is not available as second argument then your version of excel does not support this argument. If I open Excel 2010 I dont have it for instance, but I do on 2016

just multiply your miles per hour by 0.44704 to get meters per second
 
Last edited:
Upvote 0
These conversion units are not available in versions before XL2013
 
Upvote 0
Check your excel version, if, when you enter the function, "mpH" is not available as second argument then your version of excel does not support this argument. If I open Excel 2010 I don't have it for instance, but I do on 2016

This page says that the units listed are valid for 2016, 2013, 2010, and 2007 (mine).

https://support.office.com/en-us/article/CONVERT-function-d785bef1-808e-4aac-bdcd-666c810f9af2

This example suggests that neither "mph" nor "m/s" are valid for 2007.

R/CCDE
4mi/hrm/sformula
560#N/AD5: =CONVERT(C5,"mph","m/sec")
660#N/AD6: =CONVERT(C6,"mph","m/s")
760#N/AD7: =CONVERT(C7,"m/s","m/s")
860#N/AD8: =CONVERT(C8,"mph","mph")

<tbody>
</tbody>

just multiply your miles per hour by 0.44704 to get meters per second
Thanks, I know how to do it manually, but I'd sure like to know why Convert doesn't work as advertised.
 
Upvote 0
Use the Contact Us link and let them know the page is incorrect.
It does not work in my 2007 either, but "in" and "ft" do, so I would guess they have added to the page over the years, but not amended the references to the various versions.?
 
Upvote 0
Upvote 0
just multiply your miles per hour by 0.44704 to get meters per second
Thanks, I know how to do it manually, but I'd sure like to know why Convert doesn't work as advertised.
If you are insistent on using CONVERT and the direct conversion does not exist, you can construct it proportionally. Since 60 mph is the same as 60miles/1hour and meters per second is the same as 1meter/1second, you could simply do this...

=CONVERT(60,"mi","m")/CONVERT(1,"hr","sec")
 
Upvote 0
If you are insistent on using CONVERT and the direct conversion does not exist,
I'm not "insistent" on anything other than products working as advertised and, generally, as expected. M$FT frequently falls very short on both measures.

you can construct it proportionally. Since 60 mph is the same as 60miles/1hour and meters per second is the same as 1meter/1second, you could simply do this...

=CONVERT(60,"mi","m")/CONVERT(1,"hr","sec")
Yes, there are many work-arounds. Maybe they should change the name of the company to Workaroundsoft.
 
Upvote 0

Forum statistics

Threads
1,213,551
Messages
6,114,266
Members
448,558
Latest member
aivin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top