Re: [O] Sverweis like function for orgtbl

2015-02-17 Thread Karl Voit
* Thorsten Grothe wrote: > Dear Org-users, > > I got this table: > >| Menge (x) | P(x) | E(x) | K(x) | Gewinn | >|---+--+++-| >| 0 | 20 | 0.00 | 140.00 | -140.00 | >|10 | 18 | 180.00 | 180.00 | 0.00| >|20 | 16 | 320.00 |

Re: [O] Sverweis like function for orgtbl

2015-02-16 Thread Thorsten Grothe
Thank you John and Michael for your suggestions, I will see if my knowledge is wide enough to understand this, unfortunately I'm a emacs newbie :-) Anyway I will answer after testing your suggestions! Regards Thorsten

Re: [O] Sverweis like function for orgtbl

2015-02-16 Thread Michael Brand
Hi Thorsten On Mon, Feb 16, 2015 at 4:01 PM, Thorsten Grothe wrote: > I got this table: > > | Menge (x) | P(x) | E(x) | K(x) | Gewinn | > |---+--+++-| > | 0 | 20 | 0.00 | 140.00 | -140.00 | > |10 | 18 | 180.00 | 180.00 | 0.00| > |

Re: [O] Sverweis like function for orgtbl

2015-02-16 Thread John Kitchin
Here is one way to do it in a code block. #+tblname: tab-data | Menge (x) | P(x) | E(x) | K(x) | Gewinn | |---+--+++-| | 0 | 20 | 0.00 | 140.00 | -140.00 | |10 | 18 | 180.00 | 180.00 | 0.00| |20 | 16 | 320.00 | 220.00 | 1

[O] Sverweis like function for orgtbl

2015-02-16 Thread Thorsten Grothe
Dear Org-users, I got this table: | Menge (x) | P(x) | E(x) | K(x) | Gewinn | |---+--+++-| | 0 | 20 | 0.00 | 140.00 | -140.00 | |10 | 18 | 180.00 | 180.00 | 0.00| |20 | 16 | 320.00 | 220.00 | 100.00 | |30 | 14