Hi Hylton,
You can transform your fomula in C3 of your Summary sheet like this:
=SUMIFS(Data.C$3:Data.C$1000,Data.$A$3:Data.$A$1000,CONCATENATE("=",$A3
,"*"),Data.$F$3:Data.$F$1000,CONCATENATE("<>","Y"))
This formula will add the values in the data column, provided the RECON
is not "Y" (which is what you would like to have) and if the beginning
of the date matches the year/month you have in column A of Summary.
This will work provided you have the "Enable wildcards in formulas" set
to ON (Tools > Options > LibreOffice Calc > Calculate).
This was done in LO 6.1 but I believe it should work in older versions
as well.
I hope this helps.
Rémy.
Le vendredi 28 septembre 2018 à 07:34 +1200, Steve Edmonds a écrit :
Hi Hylton.
There is an ISBLANK() function that will test if the cell is blank.
Safer might be to test IF UPPER($Data.F$3:F$1000) NOT "Y"
Check the help on SUMFS also for multiple test criteria as you could
test for ISBLANK(), is not "y", is not "Y"
Is there a reason you are not entering the dates as a date rather
than a
number.
Steve
On 28/09/2018 03:24, Hylton Conacher (ZR1HPC) wrote:
I am using the formula of
=IF(INT($Data.$A$3:$Data.$A$1000/100)=$A3,SUMIF($Data.F$3:F$1000,"N
",$Data.C$3:C$1000),0)
This formula works but I would like to have a blank field i.e. ""
instead of "N".
--
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.