At 12:06 09/07/2014 +0200, Ian Whitfield wrote:
On 07/09/2014 11:28 AM, Brian Barker wrote:
Yes: there is the IF() function: is that a close enough equivalent? Just put
=IF(condition;expression-for-true;expression-for-false) .
Your expression for false may well be consecutive double-quote
marks, representing the null string.
I have managed to get rid of the 'DIV 0' problem but still have a
problem with a decreasing total.
My DEC TOTAL formula is 'Current Cell minus the Cell above' and this
echoes the last result down the whole Spreadsheet. Is there a way
round this as well?'
Yes - but you don't say what the controlling factor might be. There
must be some aspect of the list that indicates the point at which you
want the totals to stop. Instead of using
=X100-X99
you need something like
=IF(condition;X100-X99;"")
with "condition" being something like A100>0 or A100<>"" - referring
to whichever column shows how far you want your values to be calculated.
Brian Barker
--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
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
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.