Forum Discussion
Reboot
Oct 22, 2019Copper Contributor
Decimal Places Difficulty
Hi As can be seen in the attachment, I have the display set to currency and to two decimal places but the values show as .00 instead, such as 10/3 should read 3.33 but displays 3.00. So, how can ...
- Oct 23, 2019Hi
So per the screenshot you would type
=F55/G55
Twifoo
Oct 22, 2019Silver Contributor
QUOTIENT returns the integer portion of a division. The decimal portion will never be included in the returned value.