Earlier quoted context omitted.
At university, we were forbidden from using Excel, and only FORTRAN 77 was allowed. At the time, this seemed strange and anachronistic, but when you consider that it had been in use for 25 years at the time, and was a known quantity that didn't have strange and unknown bugs, it actually seems sensible in retrospect. I do however recall being mightily annoyed that I was having to calculate ephemera in "arcane bullshit…
A company I worked for banned Excel for analysis and made everyone use Ipython notebooks because the analysis was transparent and very easily repeatable.
An alarming number of scientific papers contain Excel errors
71–74 of 74 posts
Re: An alarming number of scientific papers contain Excel errors
#72First I thought this story was about math and numerical errors. But it's actually about auto- formatting and auto-correction. "Excel automatically converting gene names to things like calendar dates or random numbers" In this case, I think what is needed is some kind of rudimentary knowledge of data-types. Or perhaps more simply a scientific template which is actually plain text by default. But how are people not not…
The worst with these formatting is that Excel will behave differently in different regions. Another headache in large international corporations/collaborations.
Re: An alarming number of scientific papers contain Excel errors
#73Same thing hapened in Economics involving a major figure in Economics. http://www.bloomberg.com/news/articles/2013-04-18/faq-reinha...
Re: An alarming number of scientific papers contain Excel errors
#74Why is the auto-convert 'features' in Excel not opt-in? When Excel encounters the first cell in a new sheet that it thinks should be auto-converted, why does it not ask if that is desirable for that sheet? Like: "Do you want Excel to interpret and auto-convert all strings with format into the type in this sheet?" At least for conversions where the original data is lost.
I don't think Excel ever destroys the underlying data. It simply layers formatting over it. One can override by specifying custom formatting, or opt out by selecting all cells and setting their format to text.