Steven in Germany
New Member
- Joined
- Jul 19, 2016
- Messages
- 4
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
If S33 is higher than 0 and P33 doesn't = Deutschland give me Q33+A7+2 as the result
Can someone put me out of my misery?
Many thanks!
=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
If S33 is higher than 0 and P33 doesn't = Deutschland give me Q33+A7+2 as the result
Can someone put me out of my misery?
Many thanks!