Adding IF statements together

Adding IF statements together

Hello,

     I want to add multiple "If" statements together and I am struggling to make it work.  Here is an example of what I am trying to do...

if(Behavior_Supports >= 1,1,0) + if(Catheter_Care >= 1,1,0) + if(Patient_Bathing >= 1,1,0)

Do you have any tips on how I can make this work?

Thanks

Nick