BarryGulino1
7 years agoQrew Member
If"" statement using multi choice radio buttons
I am trying to calculate a fee based on an option chosen in a radio button multi choice field. What is the value of the choice? I tried using the text of the choice and it doesn't work. So:
If([Type of Closing]="Licensee", [Notary Fee]+([Title Insurance]*0.25), [Notary Fee]+([Title Insurance]*0.5))
"Licensee" is the first option on the list. Do I need to put a number? How do I make this work.
If([Type of Closing]="Licensee", [Notary Fee]+([Title Insurance]*0.25), [Notary Fee]+([Title Insurance]*0.5))
"Licensee" is the first option on the list. Do I need to put a number? How do I make this work.