Convert decimal to feet and inches

chunu

Board Regular
Joined
Jul 5, 2012
Messages
101
Office Version
  1. 2013
Platform
  1. Windows
  2. Mobile
Hi,
how can i convert decimal to feet and inches

Calculation9.xlsx
ABCDEFGHIJKL
1Total feet40
2qtyfeetinchtotal ftb.feetBalance ftBalance inch
31262.5038376
41343.3334342
5
6
7I want to enter feet and inches like below not in separate column like above how can I get result same as above.
8
9Total feet40
10qtyfeetinchtotal ftb.feetBalance ftBalance inch
1112.62.6037374.8
1213.43.4034340
Sheet1
Cell Formulas
RangeFormula
D11:D12,D3:D4D3=SUM(B3*12+C3)*A3/12
E3,E11E3=IF(D3=0, 0, $B$1-D3)
F3,F11F3=ROUNDDOWN(IF(D3=0, 0, $B$1-D3),0)
G11:G12,G3:G4G3=IFERROR(MID(E3,FIND(".",E3,1),LEN(E3))*12,0)
E4,E12E4=IF(D4=0, 0, $B$1-D4-D3)
F4,F12F4=ROUNDDOWN(IF(D4=0, 0, $B$1-D4-D3),0)
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
You cannot enter 2ft 6in as 2.6, otherwise what would 2.1 be? 2ft 10in, or 2ft 1in.
If you enter it as 2.06 you can use
+Fluff 1.xlsm
BC
32.062.5
43.043.333333
52.112.916667
Main
Cell Formulas
RangeFormula
C3:C5C3=DOLLARDE(B3,12)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,512
Messages
6,131,091
Members
449,618
Latest member
lewismillar

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