Forum Discussion
Johann Fourie
Aug 26, 2019Copper Contributor
How to apply a division formula to display only the Integer (whole number) result?
How do I apply a formula and/or formatting to display only the integer result when both the input fields have decimal values. See my attached file - 1. Cell D28 = the result of Cell D26 / Cell K6 -...
PReagan
Aug 26, 2019Bronze Contributor
=INT(D26/K6)