I have the feeling I'm making a silly mistake here. Here is my formula:
=IF(S33="";"";IF(P33="Deutschland";Q33+$AS$7;Q33+$AS$7+2))
What I would like it to do is the following
If S33 is 0 then give 0 as the result
If S33 is higher than 0 and P33 = Deutschland give me Q33+A7 as the result...