ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   feet and inches to meters (https://www.excelbanter.com/excel-worksheet-functions/259946-feet-inches-meters.html)

scott

feet and inches to meters
 
what formula will allow me to convert feet and inches to meters. current
format of cell is 505.00
--
Thanks in advance

David Biddulph[_2_]

feet and inches to meters
 
=CONVERT(LEFT(A1,FIND("'",A1)-1)*12+MID(A1,FIND("'",A1)+1,LEN(A1)-FIND("'",A1)-1),"in","m")
--
David Biddulph


"scott" wrote in message
...
what formula will allow me to convert feet and inches to meters. current
format of cell is 5'05.00"
--
Thanks in advance




macropod[_2_]

feet and inches to meters
 
Hi Scott,

Assuming the actual number is 505 and it's just a custom format you're using to display it as 505.00, you could use a formula
like:
=(INT(A1/100)*12+MOD(A1,100))*0.0254

--
Cheers
macropod
[Microsoft MVP - Word]


"scott" wrote in message ...
what formula will allow me to convert feet and inches to meters. current
format of cell is 505.00
--
Thanks in advance



scott

feet and inches to meters
 
thank you very much
--
Thanks in advance


"David Biddulph" wrote:

=CONVERT(LEFT(A1,FIND("'",A1)-1)*12+MID(A1,FIND("'",A1)+1,LEN(A1)-FIND("'",A1)-1),"in","m")
--
David Biddulph


"scott" wrote in message
...
what formula will allow me to convert feet and inches to meters. current
format of cell is 5'05.00"
--
Thanks in advance



.


David Biddulph[_2_]

feet and inches to meters
 
You're welcome. Glad it did the job.
--
David Biddulph


"scott" wrote in message
...
thank you very much
--
Thanks in advance


"David Biddulph" wrote:

=CONVERT(LEFT(A1,FIND("'",A1)-1)*12+MID(A1,FIND("'",A1)+1,LEN(A1)-FIND("'",A1)-1),"in","m")
--
David Biddulph


"scott" wrote in message
...
what formula will allow me to convert feet and inches to meters.
current
format of cell is 5'05.00"
--
Thanks in advance



.




All times are GMT +1. The time now is 02:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com