Hi I am trying to add a new column with a calculated field and the formula is....
((F1 Makeup (26) + F2 Makeup (26)) * 83.3) + ((F1 Makeup (24) + F2 Makeup (24)) * 51.9) + ((F1 Makeup (22) + F2 Makeup (22)) * 32.4) + ((F1 Makeup (19) + F2 Makeup (19) * 16.1)
When clicking submit it errors out saying there is a syntax error...
is it because I am using () instead of []? or since there are peranthese in my column names it is throwing the error?
my names are columns are
F1 Makeup (26)
F1 Makeup (24)
F1 Makeup (22)
F1 Makeup (19)
F2 Makeup (26)
F2 Makeup (24)
F2 Makeup (22)
F2 Makeup (19)
any help would be great