Italian Excel formula
=SE.ERRORE(SINISTRA(A2;TROVA("_";A2)-1);A2)
A quick guide with common Excel formulas, practical examples and both Italian and English versions.
=SE.ERRORE(SINISTRA(A2;TROVA("_";A2)-1);A2)
=IFERROR(LEFT(A2,FIND("_",A2)-1),A2)
Example: amitraz_123 becomes amitraz. Use this page as an index.
Common error#NAME? error: the formula language may not match your Excel version.
Excel formulas have different names in Italian and English.
Each page includes a ready formula, example and common error notes.
? Often because the function language is wrong.
Basic ones are.