emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Gabriel Peters" <gabrielpeters1000@gmail.com>
To: Bernt Hansen <bernt@norang.ca>
Cc: Kene Meniru <kemeniru@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Re: evaluating rows or columns in org-table
Date: Wed, 30 Jul 2008 10:49:48 -0700	[thread overview]
Message-ID: <a1de581d0807301049n38e51ee8lea19044c94431824@mail.gmail.com> (raw)
In-Reply-To: <8763qnqre1.fsf@gollum.intra.norang.ca>


[-- Attachment #1.1: Type: text/plain, Size: 2331 bytes --]

On Wed, Jul 30, 2008 at 9:16 AM, Bernt Hansen <bernt@norang.ca> wrote:

> Sorry that last post was unfinished.
>
> Here's my attempt at fixing the student rank
>
> |   | Rank | names      | grade 1 | grade 2 | grade 3 | Total | Letter
> grade |
>
> |---+------+------------+---------+---------+---------+-------+--------------|
> | # |    1 | student 01 |   91.80 |   96.40 |   97.00 | 95.07 | A
>  |
> | # |    3 | student 03 |   92.00 |   95.14 |   97.00 | 94.71 | A
>  |
> | # |    2 | student 02 |   88.78 |   89.15 |   98.00 | 91.98 | A
>  |
> | # |    4 | student 04 |   84.00 |   74.62 |   88.00 | 82.21 | B
>  |
> #+TBLFM:
> $7=($4+$5+$6)/3;%.2f::$8=if($7<60,F,if($7<70,D,if($7<80,C,if($7<90,B,A))))::@2$2=1::$2=@-1+1
>
> You can sort the table by the total column descending to get the rank.
>
> If you sort the resulting table like this:
>
>  1) Position cursor on any total value
>  2) M-x org-table-sort-lines
>  3) N (for reverse numeric sort)
>
> Then update the Rank column with C-u C-u C-c C-c anywhere in the table
> the rank numbers are recomputed starting from 1 on the first row.
>
> I hope your blank lines aren't too important because sorting puts them
> all at the bottom of the table.



The blank lines do also pose a problem in different approach, one which will
make use of vector functions in calc. If you allow for no empty lines and
one extra line toward the end of table, this also can do the computation.


|   | Rank | names      | grade 1 | grade 2 | grade 3 | Total | Letter grade
|
|---+------+------------+---------+---------+---------+-------+--------------|
| # |    1 | student 01 |   91.80 |   96.40 |   97.00 | 95.07 | A
|
| # |    2 | student 03 |   92.00 |   95.14 |   97.00 | 94.71 | A
|
| # |    3 | student 02 |   88.78 |   89.15 |   98.00 | 91.98 | A
|
| # |    4 | student 04 |   84.00 |   74.62 |   88.00 | 82.21 | B
|
|---+------+------------+---------+---------+---------+-------+--------------|
#+TBLFM: $2=find(rsort(@I$7..@II
$7),$7)::$7=($4+$5+$6)/3;%.2f::$8=if($7<60,F,if($7<70,D,if($7<80,C,if($7<90,B,A))))



>
> Does that do what you want?
>
> -Bernt
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

[-- Attachment #1.2: Type: text/html, Size: 3914 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2008-07-30 17:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-30 14:08 evaluating rows or columns in org-table Kene Meniru
2008-07-30 15:21 ` Bernt Hansen
2008-07-30 16:12   ` Bernt Hansen
2008-07-30 16:16     ` Bernt Hansen
2008-07-30 17:49       ` Gabriel Peters [this message]
2008-07-30 18:05         ` Bernt Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a1de581d0807301049n38e51ee8lea19044c94431824@mail.gmail.com \
    --to=gabrielpeters1000@gmail.com \
    --cc=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=kemeniru@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).