View Single Post
 
Old 12-08-2015, 10:20 AM
bulangiu23 bulangiu23 is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Dec 2015
Posts: 1
bulangiu23 is on a distinguished road
Default 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?
Reply With Quote