Re: saving text file

2013-06-03 Thread Rory O'Farrell
On Sun, 2 Jun 2013 21:02:03 -0400 Patricia Hickin wrote: > I am suddenly impossible to save 2 separate files, both in Dropbox. I have > tried saving to a different location & that doesn't work either. > > What to do?? In /File /Save As window, is "automatic file name extension" checked? It s

Re: saving text file

2013-06-03 Thread Rory O'Farrell
On Sun, 2 Jun 2013 21:02:03 -0400 Patricia Hickin wrote: > I am suddenly impossible to save 2 separate files, both in Dropbox. I have > tried saving to a different location & that doesn't work either. > > What to do?? In the /File /Save As window, is "automatic file name extension" checked? I

Fatal error

2013-06-03 Thread W.E.de Boer
Na download en installatie van ApacheOpenOffice krijg ik bij opstarten v/h programma een "fatal error", Deze fout treed op tijdens het "synchroniseren v/d opslag voor shared extensies". Vervolgens verschijnt "De toepassing kan niet worden gestart [context="shared"] caught unexpected exeption!" H

Re: Problem with a formula

2013-06-03 Thread Явор Маринов
Thanks a lot for the suggestion it worked out! BR On 06/03/2013 01:13 PM, Luis Iglesias wrote: Hi. The problem is not with fractions but with the values you expect in your conditional. Your formula only applies

Re: saving text file

2013-06-03 Thread Rory O'Farrell
On Sun, 2 Jun 2013 21:02:03 -0400 Patricia Hickin wrote: > I am suddenly impossible to save 2 separate files, both in Dropbox. I have > tried saving to a different location & that doesn't work either. > > What to do?? In the /File /Save As window, is "automatic file name extension" checked? I

Re: Problem with a formula

2013-06-03 Thread Luis Iglesias
Hi.The problem is not with fractions but with the values you expect in your conditional. Your formula only applies when A23 < B9 or when A23 = (1,2,3,4,5,6,7,8). You can fix in your last IF:...IF(A23=8;$F$16;1)...or maybe you're looking for something like:=IF(A23<$B$9;$F$8;IF(A23>8;$F$16;IF(A23>7;$

Problem with a formula

2013-06-03 Thread Явор Маринов
Hello, I'm having a problem with a formula that i have =IF(A23<$B$9;$F$8;IF(A23=1;$F$9;IF(A23=2;$F$10;IF(A23=3;$F$11;IF(A23=4;$F$12;IF(A23=5;$F$13;IF(A23=6;$F$14;IF(A23=7;$F$15;IF(A23=8;$F$16)*A23*D23 If the content of A23 is integer the formula works fine, but if the content of A23 is

Re: saving text file

2013-06-03 Thread Rory O'Farrell
On Sun, 2 Jun 2013 21:02:03 -0400 Patricia Hickin wrote: > I am suddenly impossible to save 2 separate files, both in Dropbox. I have > tried saving to a different location & that doesn't work either. > > What to do?? In the /File /Save As window, is "automatic file name extension" checked? I