Trying to do formula =IF([FIELD1]=[FIELD2],1). When I try to save the formula it gives me syntax error. Is it possible to achieve this with text?
The reason behind that is if texts match it would give 1 if doesn't then 0 after I would be calculating =SUM([Fields]).
Update:
I got a new problem now. Trying to separate text from numbers.
The Formula I am using:
=LEFT(Antraštė);SUM(LEN([Antraštė]-LEN(SUBSITUTE([Antraštė];{"0";"1";"2";"3";"4";"5";"6";"7";"8";"9"};"""))))
and it keeps getting syntax error.