Sum Two variables

I want to sum the number which VAT% is 25 and want to skip 10. Tell me how can I do this?
image

Have you tried:
If VAT% = 10 then CurrReport.Skip(); ??