I am trying to combine 2 cells in excel. I have feet in column Hand inches(fraction form) in column I. I want to combine these two cells in column M and have it display feet and inches in fraction form.
*I do not want to round.
I have tried to use this formula that i found on the web but it does round(Hence the ROUND that didn't register in my head when typing)
=INT(H4)&"'-"&ROUND(((I4-INT(I4))*12),0) & CHAR(34)
I have also tried concatenation but that displays the inches in a decimal.
=CONCATENATE(H4,"-",I4)
I appreciate any help that someone can give. Thank you!
*I do not want to round.
I have tried to use this formula that i found on the web but it does round(Hence the ROUND that didn't register in my head when typing)
=INT(H4)&"'-"&ROUND(((I4-INT(I4))*12),0) & CHAR(34)
I have also tried concatenation but that displays the inches in a decimal.
=CONCATENATE(H4,"-",I4)
I appreciate any help that someone can give. Thank you!