From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Mason Subject: Re: Mean of a column in a remote table Date: Thu, 13 Dec 2018 14:54:43 -0330 Message-ID: References: <875zvxblvl.fsf@gmail.com> <87tvjh4d58.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXVfJ-0003BR-JG for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 13:24:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXVfF-0000qf-LD for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 13:24:53 -0500 Received: from esa04.ucs.mun.ca ([134.153.136.24]:1773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXVfF-0000pT-DC for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 13:24:49 -0500 In-reply-to: <87tvjh4d58.fsf@gmail.com> 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" To: Eric S Fraga Cc: Roger Mason , Org-Mode Hello Eric, Eric S Fraga writes: > Umm, I think you want to do the mean of the remote entries so try: > vmean(remote($1,@2..@>)) but I also wonder whether you need to specify > the column as well for remote references? At least, when I have done > this, I have specified both rows and columns, > e.g. vmean(remote(xxx,@<$>..@>$>)). Yes! That was it. Many thanks for your help. Roger