Good day! I have some code here that I would like to get some help identifing an IF statement.
=IIf([txt_Country]<>"CA",[rpt_txt_Tot_ROEC]*0.25,IIf([txt_RRSP]<>0,0,IIf([cmb_Province]="QC",IIf([rpt_txt_Tot_ROEC]>5000,[rpt_txt_Tot_ROEC]*0.1,[rpt_txt_Tot_ROEC]*0.05),[rpt_txt_Tot_ROEC]*0.1)))
Could someone help me with:
([rpt_txt_Tot_ROEC]>5000
What is the calculation when its < 5000 with the code that is there??
Thanks in advance
Chris
=IIf([txt_Country]<>"CA",[rpt_txt_Tot_ROEC]*0.25,IIf([txt_RRSP]<>0,0,IIf([cmb_Province]="QC",IIf([rpt_txt_Tot_ROEC]>5000,[rpt_txt_Tot_ROEC]*0.1,[rpt_txt_Tot_ROEC]*0.05),[rpt_txt_Tot_ROEC]*0.1)))
Could someone help me with:
([rpt_txt_Tot_ROEC]>5000
What is the calculation when its < 5000 with the code that is there??
Thanks in advance
Chris