Johnny Rosenberg wrote > > I could agree with that, but it would have been nice if they thought > of that since 1.0 and not changing it on the way, breaking a whole lot > of spreadsheets… >
I see your point. But this was wrong. It's not a change of plans it's simply a correction. And not fixing it would break a lot of other spreadsheets ;) Johnny Rosenberg wrote > > Is there another way to make A2 look empty in > this case, making it useable for calculations? Something like the > following: > =IF(A1=6;SomethingNiceToPutHere;B1) > There are at least two ways: add an extra IF to the following formula and use ISTEXT to validate or replace SomethingNiceToPutHere by 0 (zero) and use conditional formatting to hide the zeros (set the font to White or the cell background color when the value is zero) If you liked the way it worked before you can use =N() as suggested by Miguel Angel. -- View this message in context: http://nabble.documentfoundation.org/Stuck-with-3-3-forever-tp3557428p3557738.html Sent from the Users mailing list archive at Nabble.com. -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
