Is there a way to convert Excel formulas to "typeset" style?
I'm thinking something like the Matlab "pretty" function. It would be nice to be able to take something that looks like =(-B1+sqrt(B1^2-4*A1*C1))/(2*A1) and output something like
-b + √(b² - 4∙a∙c)
------------------------
2∙a
Anybody know of anything like that?
Nahum, that's a good suggestion. Combining that with labeling the cells would work pretty well. Only thing is, labels break the relative nature of formulas. I might be able to get over that. Still, I'd prefer something native to Excel. Would it be possible to write a macro that would take the Excel format, move up a certain number of lines to get the "labels" for the cells, rewrite the formula using those, dump THAT into Wolfram Alpha, and copy the result? Actually, up to the point where you copy text to the clipboard, that's pretty trivial...