Forgive me if the answer is posted somewhere else
I am working on a project for processing steel handrail
and to simplify things for the shop i have a formula that converts Inches In to feet
my issue is if a fraction is the input the output results in a decimal
EX: 100 1/2 comes out as 8' 4.5"
and I would like it to read 8' 4 1/2"
this is the formula i am using how can i modify it to display the fraction
=INT(H19/12)&"' "&MOD(H19,12)&""""
Thank You
I am working on a project for processing steel handrail
and to simplify things for the shop i have a formula that converts Inches In to feet
my issue is if a fraction is the input the output results in a decimal
EX: 100 1/2 comes out as 8' 4.5"
and I would like it to read 8' 4 1/2"
this is the formula i am using how can i modify it to display the fraction
=INT(H19/12)&"' "&MOD(H19,12)&""""
Thank You