Convert feet & inches to decimal feet in Excel

preview_player
Показать описание
The video offers a short tutorial on how to convert feet & inches to decimal feet in Excel.
Рекомендации по теме
Комментарии
Автор

Couldn't get it to work Prashant. Macro is:

Function Ftincesconvert(pInput As String) As Double
Ftinchesconvert = Split(pInput, " ft ")(0) + Split(Split(pInput, " ft ")(1), " in")(0) / 12
End Function

?

Maybe next time put the macro in the description?

rcampbell
Автор

Function Ftinchesconvert(pInput As String) As Double
Ftinchesconvert = Split(pInput, "ft")(0) + Split(Split(pInput, "ft")(1), "in")(0) / 12
End Function
This module works...

Sabareeswaran-fykn
Автор

Can you please do a video for different format instead of ft and in we have " and '

jgbains
Автор

How to make this work when inches include fractions? For example: 9ft 11-1/2in?

alexl
Автор

Got it to work but it a very restrictive

lindamordosky
Автор

Feet, inch, feet, inch, or qty ko kease calculate karenge

PriyaSharma-fcdn
Автор

Doesn't work with things that just have feet

jerodmyers