From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Basic question re. spreadsheet function Date: Thu, 9 Jan 2014 16:36:08 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1HeU-0002Mu-Op for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 10:36:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1HeT-0003fj-J2 for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 10:36:10 -0500 Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:62415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1HeT-0003fb-BZ for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 10:36:09 -0500 Received: by mail-lb0-f173.google.com with SMTP id y6so557817lbh.18 for ; Thu, 09 Jan 2014 07:36:08 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Steve Dowe Cc: Org Mode Hi Steve On Thu, Jan 9, 2014 at 11:13 AM, Steve Dowe wrote: > $12 = if($9=quoted,$6,0) Follow this path: http://orgmode.org/worg > Tutorials > Tutorials on specific features > Tables, Spreadsheet, Plotting > The following are [...] > most of the automated Emacs Regression Tests (ERT) for Org tables There you will find test-org-table/compare and there if("$1" == "(z)", x, y) which hopefully answers your question. The additional parentheses are Org specific, not Calc specific. Michael