I'm trying to write a formula that references a text box [ServiceName] so that if it equals Office & Mobile Employees that it will then reference text box [SumOfQuantity] and multiply it by .104. If the wording in text box [ServiceName does not match I want it to return 0. Below is the fromule I was trying to make work but it's not accepting it.
IIF (([ServiceName] = "Office & Mobile Employees"), ([SumOfQuantity] * (.104), 0)
Every time I try to save it, it is changed to [IIF ((ServiceName] = "Office & Mobile Employees"), ([SumOfQuantity * (].[104), 0)]. Please help