INFORMAZIONI

CELLA() info
cella
Restituisce l’informazione specificata sulla cella

  • “address” – …
  • “col” – …
  • “contents” – …
  • “prefix” – …
  • “row” – …
  • “type” – …
  • “width” – …
ERRORE.TIPO() cella/errore Restituisce il codice corrispondente all’errore

  • 1 – #NULL!
  • 2 – #DIV/0!
  • 3 – #VALORE!
  • 4 – #REF!
  • 5 – #NAME?
  • 6 – #NUM!
  • 7 – #N/A
  • 8 – tutti gli altri errori
ISEMAIL() cella/valore Restituisce VERO se la cella contiene un indirizzo email valido
ISDATE() cella/valore Restituisce VERO se la cella contiene una data
ISFORMULA() cella Restituisce VERO se la cella contiene una formula
NUM() cella/valore Restituisce la conversione in numero

  • FALSO -> 0
  • VERO -> 1
  • data -> numero
TIPO() cella/valore Restituisce il tipo di valore

  • 1 – numero
  • 2 – testo
  • 4 – valore logico
  • 16 – valore di errore
  • 64 – array
  • 128 – qualsiasi altro tipo
VAL.ERR() cella/valore
VAL.ERRORE() cella/valore
VAL.LOGICO() cella/valore
VAL.NON.DISP() cella/valore
VAL.NON.TESTO() cella/valore
VAL.NUMERO() cella/valore
VAL.RIF() cella/valore
VAL.TESTO() cella/valore
VAL.VUOTO() cella/valore