At 10:34 15/10/2012 -0400, James Knott wrote:
Andreas Säger wrote:
Am 15.10.2012 10:45, Brian Barker wrote:
At 10:49 15/10/2012 +0300, Pertti Rönnberg wrote:
On 14.10.2012 12:20, Gilles SICHE wrote:
could anyone tell me which formula I should use for the integer part of a cell to be shown in another cell, ...

The answer could be:
=IF(C3<1;0;INT(C3))

You are overthinking the problem: if C3 is positive, that's no different from
=INT(C3)

Reportedly, negative numbers do exist.

ABS(INT(C3))

Now you are assuming (1) that negative election results are possible, and (2) that they should be given equal weight with positive ones. Perhaps you can find me a bank where withdrawals increase my balance just as deposits do?

Brian Barker


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to