Hi,
I have some, I think not to simple problem in Calc.
I have this table:
A B C
3 a 1
4 b 1
5 b 0
7 a 0
5 a 1
7 b 0
0 b 1
How can I totalize in one formula (without use a D column) the values in
column A, only when the column B="a" and the C=1?
And the another question, which resolve the first problem too, how can I
refer to a test cell the example in sumif formula:
The correct formula:
=SUMIF(C1:C7;1;A1:A7)
What I want:
=SUMIF(C1:C7;*Cx*+3=1;A1:A7)
where Cx is actually examined cell (C1, C2, C3, ...)
or in this example:
A B C
3 1 1
4 0 1
5 1 0
7 0 0
5 1 1
7 0 0
0 0 1
=SUMIF(C1:C7;*AND(Bx, Cx)*;A1:A7)
when Bx=1 and Cx=1, I want to totalize the values in A column.
--
Nagy Ákos
--
For unsubscribe instructions e-mail to: users+help@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.