Date: prev next · Thread: first prev next last
2018 Archives by date, by thread · List index


At 11:15 03/12/2018 -0600, Wade Smart wrote:
My two ranges:
E2:E455 = IN, OUT
F2:F455 = F or S + Year = "F 2018"

What I want to do is: countIF E2:E455 = OUT AND F2:F455 = F 2018

After reading the help docs and just cant seem to figure out the way to write this for two ranges.

How about:
=SUMPRODUCT(E2:E455="OUT";F2:F455="F 2018")

Each of the equations in the arguments creates an array of boolean values. The SUMPRODUCT() function first multiplies corresponding members, which requires TRUE to be interpreted as 1 and FALSE as 0. The product is thus 1 only if both conditions are true. The sum of all the appropriate 1s is the count you require.

I trust this helps.

Brian Barker


--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy

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.