I am using the following formula which is correct and working as expected
=(IF([Panel Type]@row = "P", ([Total Cost for Mediation]@row * [Panel Fee %]@row)))
However when I try to add in another IF it stops working
=(IF([Panel Type]@row = "P", [Total Cost for Mediation]@row * [Panel Fee %]@row)), (IF([Panel Type]@row = "C", [Total Cost for Mediation]@row * [Chambers Fee %]@row))
I actually need to add a further IF but want to work out where I am going wrong first!