Discussione:
2 domande sulle tabelle di Write.
(troppo vecchio per rispondere)
Aladino
2024-12-14 09:39:18 UTC
Permalink
1. C'è una funzione equivalente al "IF THEN ELSE" ?
2. 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?
--
Per rispondere, togliere -NOSPAM- dall'indirizzo.
Giovanni
2024-12-14 16:24:20 UTC
Permalink
Post by Aladino
1. 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 Aladino
2. 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/ >
Tilt from Arch
2024-12-14 18:16:19 UTC
Permalink
On Sat, 14 Dec 2024 17:24:20 +0100
Post by Giovanni
Post by Aladino
1. C'è una funzione equivalente al "IF THEN ELSE" ?
Si esiste e si chiama IF ( SE in italiano )
IF ( test ; ThenValue ; OtherwiseValue )
Ma stiamo parlando di Writer o Calc? Non credo che una tabella in
Writer abbia queste funzionalità, sono legate alle celle di Calc.
--
Tilt
Aladino
2024-12-14 21:32:01 UTC
Permalink
Post by Tilt from Arch
Ma stiamo parlando di Writer o Calc? Non credo che una tabella in
Writer abbia queste funzionalità, sono legate alle celle di Calc.
Io parlavo delle tabelle di Writer...
--
Per rispondere, togliere -NOSPAM- dall'indirizzo.
Aladino
2024-12-14 21:32:02 UTC
Permalink
Post by Giovanni
In the OpenOffice Calc functions,
Grazie.
Ma io parlavo delle tabelle di Write. Su Calc so che c'è l'"IF" (SE in
italiano).
--
Per rispondere, togliere -NOSPAM- dall'indirizzo.
Loading...