Hey!

So I would like to write a nested IF function, which would speed up my work, but I'm stuck with a problem and I hope someone can help.
If I write for e.g.: IF(A1=4265; "Radovljica";0) everything is ok and it works fine but if I add another one lets say: ...+IF(A1=9020;"Klagenfurt";0) it comes out as #VALUE!

I have a similar function which works, but this one just doesn't.

Anybody?