niva wrote:
Hi

I have some data organized by column in a buffer like that :


  ;               ;                 ; 48.00             ;
  ;               ;                 ; 32.50             ;
  ;               ;                 ; 15.00             ;
  ;               ;                 ; 59.40             ;
  ; 47.80         ;                 ;                   ;
  ; 10.90         ;                 ;                   ;


  ; 12.38         ;                 ;                   ;

  ;                  ;                 ; 35.65          ;
  ; 10.90         ;                 ;                   ;
  ; 29.99         ;                 ;                   ;
  ;                  ;                 ; 342.57        ;
  ;                  ;                 ; 400.00        ;

I would like to got the most faster method that sum each column like
done in Excel by SUM() function.
You could use http://drchip.0sites.net/astronaut/vim/index.html#SUM (the Sum plugin).
Use ctrl-v to select the numbers to be summed, then type   :Sum

Regards,
Chip Campbell

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to