Re: help with excel

From: Aaron Bingham (bingham_at_cenix-bioscience.com)
Date: 10/12/04


Date: Tue, 12 Oct 2004 17:09:55 +0200
To: Clayton Hablinski <chablinski@internetwork.net>

Clayton Hablinski wrote:

> The script needs to analyze cell B2 through cell B51290 (the entire
> range). And then for each cell it analyzes put either ".0029" or
> ".0042" in column 8.

Wouldn't this be much easier (and faster) using an Excel formula? Or is
there some reason you need to use Python for this? Perhaps the analysis
phase is much more complex then you are showing in your post?

Aaron



Relevant Pages

  • Re: Hows ruby compare to it older brother python
    ... >>to Perl than to Python. ... > as syntax and Ruby doesn't. ... As I said in another post, indentation is the reason I learned ...
    (comp.lang.python)
  • Re: Why do Pythoneers reinvent the wheel?
    ... In my opinion this has got more to deal with the open source vs. ... Pythoneers reinvent the wheel? ... this tendency in also the same reason why this language is so much ... So, without taking anything out of python, I'm wondering if a richer ...
    (comp.lang.python)
  • Re: Attack a sacred Python Cow
    ... The idea that Python behaves this way is new to me. ... To many people previously familiar with OO programming in other ... Furthermore, as you described, defining the function within the scope ... No, that's not the reason. ...
    (comp.lang.python)
  • Re: changing local namespace of a function
    ... it is labeled evil hack for a reason! ... As a general rule class abstraction is your friend in Python. ...
    (comp.lang.python)
  • Re: how can I send the error message to the user by email?
    ... This is probably the reason that popenwas suggested. ... like Python. ... having your code dump its error message to a log file, ...
    (comp.os.linux.development.apps)