LogoFormula Guide
LogoFormula Guide
Ask AISite

Introduzione

Excel Formula Guide in ItalianHow to Use Excel SOS

Formule per Categoria

Formule Ricerca e RiferimentoFormule Matematiche e TrigonometriaFormule LogicheFormule TestoFormule Data e OraFormule StatisticheFormule CondizionaleFormule FinanziarieFormule InformazioneFormule Database

How to Use Excel SOS

Quick guide to get started with Excel SOS and solve Excel problems in Italian.

How it works

Excel SOS works in Italian and covers four main use cases.

  1. Formula translation

Type an English or Italian formula name and get the complete translation:

/traduci VLOOKUP

Result:

  • Italian name: CERCA.VERT
  • Syntax: CERCA.VERT(value; table; index; [range])
  • Example: =CERCA.VERT(A2; Sheet2!A:C; 3; FALSO)
  1. Natural language search

Don't know the formula name? Describe what you want to do:

/cerca sum only the cells from Milan

Excel SOS will find SOMMA.SE and show you how to use it.

  1. Free questions

Ask any question about Excel:

"How do I calculate the difference between two dates in months?"

The AI will respond with the correct formula and a practical example.

  1. Screenshot diagnosis

Upload a screenshot of your Excel sheet with an error. The AI will analyze the content and explain:

  • What the error is
  • Why it occurs
  • How to fix it

Italian syntax rules

In Italian Excel there are some important differences:

ElementEnglishItalian
Argument separator, (comma); (semicolon)
TRUE / FALSETRUE, FALSEVERO, FALSO
Decimal separator. (period), (comma)
Function namesVLOOKUP, IF, SUMCERCA.VERT, SE, SOMMA

Practical example

English formula: =VLOOKUP(A2, Sheet2!A:C, 3, FALSE)

Italian formula: =CERCA.VERT(A2; Foglio2!A:C; 3; FALSO)

Note how: the comma becomes a semicolon, FALSE becomes FALSO, and Sheet becomes Foglio.

Excel Formula Guide in Italian

Complete documentation of 238+ Excel formulas translated and explained in Italian with practical examples.

Formule Ricerca e Riferimento

Formule per cercare, trovare e recuperare dati da tabelle e intervalli.