From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Distinguish between blank and zero in org-mode spreadsheet Date: Mon, 10 Dec 2012 23:57:23 +0100 Message-ID: <87r4mxv7l8.fsf@googlemail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiCHk-00070S-IM for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 17:57:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiCHi-00086u-TM for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 17:57:16 -0500 Received: from plane.gmane.org ([80.91.229.3]:58079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiCHi-00086q-NF for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 17:57:14 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TiCHs-0001E2-Hc for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 23:57:24 +0100 Received: from g231104228.adsl.alicedsl.de ([92.231.104.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Dec 2012 23:57:24 +0100 Received: from tjolitz by g231104228.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Dec 2012 23:57:24 +0100 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: emacs-orgmode@gnu.org Bob Newell writes: > The problem obviously revolves around a blank cell being interpreted > as zero. That's all well and good, and quite correct, but makes > distinguishing blank and explicit zero more difficult. I don't think thats "well and good, and quite correct", otherwise all the statistics packages wouldn't have the notion of 'Na' (not available) or 'NaN' (Not a Number). I was bothered by the same problem like you, and its makes life quite complicated when trying to write formulas. AFAIL calc actually has the notion of NaN, but it doesn't work in Org tables, at least when I tried (quite some time ago). This would be a great improvement, if table formulas actually could reference 'empty cells'. -- cheers, Thorsten