the first sorry my inglish
I have office 2100 when I write una formula for example =IF(G9=3,"BACK","")
excel say me the formula contains an error.
this excel said me with other formulas.
I understand that is a problem of configuration of excel.I put decimal point but I have same problem
you can help me
problem in excel
I'm not sure if it will help, but you may try: depending on your regional settings, Excel uses colon or semi-colon to divide arguments inside function; if it returns error when using colon, try with semi-colon, i.e., this way: =IF(G9=3;"BACK";"")