Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
microsoft.public.it.office.excel
Conversations
About
info
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
PIU' SE
17 views
Skip to first unread message
ALBERTO AIMAR
unread,
Jan 23, 2024, 7:11:25 AM
Jan 23
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Ciao non riesco a trovare la soluzione a questo enigma
SE cella M1 è maggiore di F4 e minore di H4 restituisci IN SCADENZA
Dov'è l'errore?
Grazie
issdr
unread,
Jan 23, 2024, 8:13:17 AM
Jan 23
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
=SE(E(M1>F4;M1<H4);"IN SCADENZA";"")
Bruno Campanini
unread,
Jan 24, 2024, 12:43:02 PM
Jan 24
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
After serious thinking ALBERTO AIMAR wrote :
=IF((F4<M1)*(M1<H4),TRUE,FALSE)
di solito si precisano più correttamente gli estremi degli
intervalli:
=IF((F4<=M1)*(M1<=H4),TRUE,FALSE)
=IF((M1>F4)*(H4>M1),TRUE,FALSE)
Bruno
0 new messages