On Dec 23, 2007 7:55 AM, ybrhue ybrhue <[EMAIL PROTECTED]> wrote: > If I write a funktion like: =Wenn(A1='OK';1;2) > the same for bedingte Formatierung and other Funktions. > Excel could do this. > Is there anything to do instead of using excel? >
What if you use "double quotes" instead of 'single quotes' in the formula: =Wenn(A1="OK";1;2). Does that not work? -- JohnViestenz
