Thanks for this but it is well beyond my skills!
I am trying to complete a simple operation – if the person has a loan then to display fieldname3 (another calculated field) but if not then display 0.
Fieldname1 (Do you have a loan – Yes/No checkbox)
IF(Fieldname1=”Yes”,Fieldname3,0)
What am I doing wrong as I can’t get it to work?
Thanks