I would like to insert a formula based on the selection "YES or NO" from another field. When trying this similar to other if statements i am receiving #UNPARSEABLE error.
=IF([Mgmt Cost Needed]@row = “YES”, “=[SubTotal]@row * 0.1”, IF([Mgmt Cost Needed]@row = “NO”, “0”))
I know i could probably achieve this through an automated workflow but ideally this should work. Any suggestions