Ask HN: What can't you do in Excel?
1–10 of 201 posts
Re: Ask HN: What can't you do in Excel?
#2Excel isn't a database but a lot of people use it like one anyways.
Re: Ask HN: What can't you do in Excel?
#31. Build predictive models from data I've entered in Excel. I find myself exporting from Excel into R a lot to satisfy this need. Microsoft partially addresses this need with the Data Mining Add-ons for Excel.
2. Have more than ~1 million rows (which is Excel 2007's limit).
3. More easily clean up data in a large spreadsheet.
4. Reversibly anonymize data -- if I download some logs with usernames or IPs, I don't want those in my analysis (I just hide those columns), but I do need to have a unique identifier for each row. And later get the names back if I want.
And a couple things I think Excel is great at already:
1. Making data look pretty. The charts are great, and there's (http://www.officelabs.com/projects/chartadvisor/Pages/defaul...) for non-power users.
2. Making data easily portable.
3. Filtering/sorting data -- VLOOKUP has saved the day so many times.
Re: Ask HN: What can't you do in Excel?
#4Slides 4 & 5 give some insight: http://www.scribd.com/doc/2191289/yaron-minskycufp-2006
While I am not a big user of excel, the google docs version of excel is very similar to the desktop version + collaboration (think Oddpost). The other approach taken by some people I have spoken with is viewing it more as data and tying to do more (think gmail to some extent).
Re: Ask HN: What can't you do in Excel?
#5Re: Ask HN: What can't you do in Excel?
#6(that's the maximum number of rows in Excel before 2007). I'd like something similar to SPSS, which is more convenient for tables with lots of rows and separates the data from the formulae.
A tool for working with streaming data.
Also, charting that works for large amounts data. Try having Excel chart 65,000 rows and you'll have time to make coffee while you wait. There are no ways to zoom or analyze Excel charts, either.
In fact, charting for data analysis alone is a big enough problem that needs solving (and you won't have to do all that catching up with Excel). Short of using HTML/Flash or .NET/Java components, there is nothing an enterprise worker can use. Get access to a Bloomberg terminal from somewhere and play with its charts to see what I mean.
Re: Ask HN: What can't you do in Excel?
#7A round() function that isn't stupid, i.e. it rounds to a certain number of significant figures, rather than relative to the decimal point. Workarounds exist, but I want a no-work-around.
I suppose it's not a problem worthy of very smart programmers, but it still makes me wish for bullets-over-SMTP.
Re: Ask HN: What can't you do in Excel?
#8Re: Ask HN: What can't you do in Excel?
#9Re: Ask HN: What can't you do in Excel?
#10Queries. Excel isn't a database but a lot of people use it like one anyways.