Re: [users] Re: spreadsheet IF problem

2006-10-04 Thread Michael J. Reude
Here is a quick fix: Replace == =IF(sheet1.A1=A;ADULT;CHILD) With == =IF(OR(Sheet1.A1=a;Sheet1.A1=A);ADULT;CHILD) I believe the functions are case sensitive, though they are not listed as such in the help section. I was able to remedy the issue with the second function though. Michael

[users] Re: spreadsheet IF problem

2006-09-26 Thread Ain Vagula
steve wrote: I'm on sheet3 and I've got: =IF(sheet1.A1=A;ADULT;CHILD) It always puts CHILD no matter what. SuSE 10.1 with OOO from the SuSE DVD. Any ideas? Cheers, Steve. Works here with no problems. With SLED 10, OO.o from community. (btw, I can replicate this only, when Tools-

Re: [users] Re: spreadsheet IF problem

2006-09-26 Thread Arnold Huzen
I've got the same as Ain. Function is functioning properly unless I put a small a in cell A1 instead of the capital A. Arnold Huzen Ain Vagula schreef: steve wrote: I'm on sheet3 and I've got: =IF(sheet1.A1=A;ADULT;CHILD) It always puts CHILD no matter what. SuSE 10.1 with OOO from