> could anyone tell me which formula I should use for the integer part of a
> cell to be shown in another cell,

The function you're probably looking for is INT().

Example:
 A1: 0.77
 B1: =INT(A1)   → 0
 C1: =A1*2      → 1.54
 D1: =B1*2      → 0

> and for the value of this cell to be
> changed, since, for example, 5,77 would become equal to 5?

I guess I don't understand the restrictions in your spreadsheet. Without 
knowing any further details of your application, I'd say, why not use the value 
calculated by INT() instead of the original value in any subsequent operations?


-rl


-- 
For unsubscribe instructions e-mail to: [email protected]
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