Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FB85975B for ; Sat, 12 May 2012 13:36:35 +0000 (UTC) Received: (qmail 77872 invoked by uid 500); 12 May 2012 13:36:35 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 77758 invoked by uid 500); 12 May 2012 13:36:34 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 77749 invoked by uid 99); 12 May 2012 13:36:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 May 2012 13:36:34 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [205.178.146.60] (HELO omr10.networksolutionsemail.com) (205.178.146.60) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 May 2012 13:36:29 +0000 Received: from cm-omr14 (mail.networksolutionsemail.com [205.178.146.50]) by omr10.networksolutionsemail.com (8.13.8/8.13.8) with ESMTP id q4CDa6iN003368 for ; Sat, 12 May 2012 09:36:06 -0400 Authentication-Results: cm-omr14 smtp.user=drew@baseanswers.com; auth=pass (LOGIN) X-Authenticated-UID: drew@baseanswers.com Received: from [207.255.220.76] ([207.255.220.76:55145] helo=[192.168.1.3]) by cm-omr14 (envelope-from ) (ecelerity 2.2.2.41 r(31179/31189)) with ESMTPA id 3E/6C-13772-6476EAF4; Sat, 12 May 2012 09:36:06 -0400 Subject: Re: About the new spreadsheet functions From: drew To: ooo-dev@incubator.apache.org In-Reply-To: <1336829541.4514.8.camel@sybil-gnome> References: <4FAE6508.7050307@t-online.de> <1336829541.4514.8.camel@sybil-gnome> Content-Type: text/plain; charset="UTF-8" Date: Sat, 12 May 2012 09:36:15 -0400 Message-ID: <1336829775.4514.10.camel@sybil-gnome> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Sat, 2012-05-12 at 09:32 -0400, drew wrote: > On Sat, 2012-05-12 at 15:26 +0200, Regina Henschel wrote: > > Hi Ricardo, > > > > RGB ES schrieb: > > > The release notes mention "ODF Spreadsheet supports new Conditional > > > Functions": COUNTIFS, SUMIFS, AVERAGEIF and AVERAGEIF. > > > > > > As far as I understand it, the support was only implemented on ODF, > > > not on Calc, but some users on the forums are confused about those > > > functions not working on AOO 3.4. Which is the right answer to their > > > questions? > > > > I think, that the release note is wrong for this functions. According to > > https://issues.apache.org/ooo/show_bug.cgi?id=90269 the implementation > > was in cws calcishmakkica. But I do not see, that this cws had been > > integrated. > > > > Eike Rathke has mentored Marina (makkica), so he should now the state of > > the work. Perhaps ask him? > > > > The cws itself is in https://bitbucket.org/mst/ooo340 > > > > Kind regards > Hi Regina > > I think you are correct - I've been fiddling since reading Ricardo's > email. Went to the ODF 1.2 document: > http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#COUNTIFS > > and constructed an example spreadsheet - I don't think countfs is being > recognized as a function at all. Countif for a single range works fine, > but swtich to countfs and add a second range, same criteria, and all it > gives is #Name error. BTW - I did spell it correctly in the spreadsheet, countifs ;-/ > > //drew > > >