Excel remains one of my most used pieces of software, and one where I feel like any education/training has re-paid for itself multiple times over. The more you learn, the more productive you are (and sometimes more informed, thanks to data visualizations). OneNote (desktop) and Excel are the only two pieces of Microsoft Office that I regularly continue to use. They're the only reason I license it. Microsoft Word afte…
Add Outlook to the list and it sums up all the useful Office applications in 2020.
Microsoft Excel’s 35th birthday
71–80 of 91 posts
Re: Microsoft Excel’s 35th birthday
#72You know, being controversial here and coming from a finance perspective, I've wondered if Excel has done more harm than good to the finance / M&A / investing industries. Endless iterations, countless different scenarios, simulations of whatever what-if analysis you can think of, exact numbers to 10 decimal places... it all creates the perception of critical thinking and useful work. Often, again in finance and inves…
Re: Microsoft Excel’s 35th birthday
#73Excel remains one of my most used pieces of software, and one where I feel like any education/training has re-paid for itself multiple times over. The more you learn, the more productive you are (and sometimes more informed, thanks to data visualizations). OneNote (desktop) and Excel are the only two pieces of Microsoft Office that I regularly continue to use. They're the only reason I license it. Microsoft Word afte…
Connect to the CSV using Powerquery in Excel. Solves 100% of the problems of CSVs.
Re: Microsoft Excel’s 35th birthday
#74Pour one out for Visicalc, the precursor to Excel/Lotus and the 'killer app' of 1979 for the Apple II! https://en.wikipedia.org/wiki/VisiCalc Flash forward to 1997, and a key part of the deal for MS investing in Apple is...you guessed it, Excel on the mac. http://www.youtube.com/watch?v=WxOp5mBY9IY&t=2m0s Funny to think about next time some engineer is telling you how this or that new cloud software will 'totally rep…
Re: Microsoft Excel’s 35th birthday
#75You know, being controversial here and coming from a finance perspective, I've wondered if Excel has done more harm than good to the finance / M&A / investing industries. Endless iterations, countless different scenarios, simulations of whatever what-if analysis you can think of, exact numbers to 10 decimal places... it all creates the perception of critical thinking and useful work. Often, again in finance and inves…
Re: Microsoft Excel’s 35th birthday
#76Earlier quoted context omitted.
Add Outlook to the list and it sums up all the useful Office applications in 2020.
Respectfully disagree. Desktop Outlook is largely abandon-ware at this point, with no real development or improvements taking place for over ten years and Microsoft's efforts being almost exclusively focused on their online/webmail offers (e.g. Outlook.com/Office 365).
You write this like it is a bad? Outlook does what it needs to do, send and receive email. I personally am glad that the changes which affect me have been minor. Email is a solved problem, no need for change for change sake.
Have you used Outlook365 on Desktop recently?
Re: Microsoft Excel’s 35th birthday
#77Excel remains one of my most used pieces of software, and one where I feel like any education/training has re-paid for itself multiple times over. The more you learn, the more productive you are (and sometimes more informed, thanks to data visualizations). OneNote (desktop) and Excel are the only two pieces of Microsoft Office that I regularly continue to use. They're the only reason I license it. Microsoft Word afte…
Add Outlook to the list and it sums up all the useful Office applications in 2020.
Perhaps it’s users who misuse it (think document management with 100gb+ inboxes) but a lot of times the solution for Outlook issues is to reinstall the whole Office suite since it’s just kinda one package now
Re: Microsoft Excel’s 35th birthday
#78Earlier quoted context omitted.
Respectfully disagree. Desktop Outlook is largely abandon-ware at this point, with no real development or improvements taking place for over ten years and Microsoft's efforts being almost exclusively focused on their online/webmail offers (e.g. Outlook.com/Office 365).
> no real development or improvements taking place for over ten years You write this like it is a bad? Outlook does what it needs to do, send and receive email. I personally am glad that the changes which affect me have been minor. Email is a solved problem, no need for change for change sake. Have you used Outlook365 on Desktop recently?
I wish they would leave it alone but they are changing things for change’s sake
Re: Microsoft Excel’s 35th birthday
#79Earlier quoted context omitted.
I've always wanted to investigate if there is a current way to do this on a URL without resorting to scripting but have never really gotten the energy up to do it. Being able to send users to https://www.example.com/foo/your_data.csv and have that send the right headers for caching, refresh and authentication so they can use Excel as a mini BI front end without screwing around with ODBC or similar etc would be a nice…
Excel has an entire ETL engine called PowerQuery tucked up under the hood. Originally part of SQL Server Analysis Services, it got strapped into Excel about a decade ago, and more recently tons of other products[1]. The Web[2] connector is what you're after. It can consume a variety of formats, including csv, xml, and json. It supports HTTP Basic Auth pretty well, but if you want to put the data source behind oauth i…
Re: Microsoft Excel’s 35th birthday
#80Excel is the "database scripting language" as I like to call it. Very flexible, just do what you want and see a quick result.
Surely that would be.. SQL?
Of course here we do not only have a program but tabular data and operations on them.