if formula in word problems with text
I want to create a formula in a word table..so in a column if there is a value higher or equal with 10 the formula should fill in with the text "exista", if not with "nu exista".. i tryed a lot of formulas but none of them worked... What formula with if should i use? IF(MAX(ABOVE)>=10 , "exista' , "nu exista") is not working..displays syntax error.. Any help?
|