From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: how to change floating point rep in the spreadsheet Date: Sun, 14 Sep 2014 22:58:01 +0200 Message-ID: <877g15syw6.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTGsM-0003uB-33 for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 16:58:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTGsE-0005Yk-KY for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 16:58:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:40918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTGsE-0005YX-FN for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 16:58:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XTGsC-0007Ev-Ci for emacs-orgmode@gnu.org; Sun, 14 Sep 2014 22:58:16 +0200 Received: from 171.pool85-55-19.dynamic.orange.es ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Sep 2014 22:58:16 +0200 Received: from oub by 171.pool85-55-19.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Sep 2014 22:58:16 +0200 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 When I have a table with the following calculation (7/6)*(B&+C&+D&+E&) Which gives for example 7.0000000 But how can I change that format to 7? I thought (7/6)*(B&+C&+D&+E&);%0f But it did not work thanks Uwe Brauer