Post by Aladino1. C'è una funzione equivalente al "IF THEN ELSE" ?
Si esiste e si chiama IF ( SE in italiano )
IF ( test ; ThenValue ; OtherwiseValue )
Dall'help di OpenOffice:
Syntax
IF(Test; ThenValue; OtherwiseValue)
Test is any value or expression that can be TRUE or FALSE.
ThenValue (optional) is the value that is returned if the logical test
is TRUE.
OtherwiseValue (optional) is the value that is returned if the logical
test is FALSE.
In the OpenOffice Calc functions, parameters marked as "optional" can be
left out only when no parameter follows. For example, in a function with
four parameters, where the last two parameters are marked as "optional",
you can leave out parameter 4 or parameters 3 and 4, but you cannot
leave out parameter 3 alone.
Examples
=IF(A1>5;100;"too small") If the value in A1 is higher than 5, the value
100 is entered in the current cell; otherwise, the text “too small”
(without quotes) is entered.
Post by Aladino2. E' possibile (e se sì, come), riportare il contenuto di una cella da
qualche parte nel testo, in modo che si aggiorni automaticamente anche
nel testo se viene modificato nella tabella?
Seguo se qualcuno ha la risposta.
Ciao
Giovanni
--
A computer is like an air conditioner,
it stops working when you open Windows.
< https://giovanni.homelinux.net/ >