Forum Discussion
Error while using IF-Funktion
Hello everbody,
I am using Excel in German so I hope all the translations are clear. ("=WENN" = "=IF") i think....
I wrote:
=WENN(90,01<D10<100; 1; =WENN(80,01<D10<90; 2; =WENN(70,01<D10<80;3; =WENN(60,01<D10<70;4; =WENN(50<D10<40;4;5)))))
Now when I want to confirm it there is an error occurring, which tells me that there is a problem with my formula. Its suggests using an Apostrophe in order to get the my formula written out as a text, but I don't want to write it out as text. There only is an "okay" button and I cant confirm the formula.
Please help 🙂
Error Text (german):
Mit dieser Formel gibt es ein Problem.
Sie möchten gar keine Formel eingeben?
Wenn das erste Zeichen ein Gleichheitszeichen (=) oder Minuszeichen (-) ist, hält Excel Ihre Eingabe für eine Formel:
• Sie geben "=1+1" ein, und die Zelle zeigt: "2" an.
Um dieses Problem zu vermeiden, geben Sie zuerst ein Apostroph ( ' ) ein:
• Sie geben "'=1+1" ein, und die Zelle zeigt "=1+1" an.
1 Reply
- Riny_van_EekelenPlatinum Contributor
Delete all the =-signs, except for the first.
=WENN(90.01<100; 1; WENN(80,01<90; 2; WENN(70,01<80;3; WENN(60,01<70;4; WENN(50<40;4;5)))))