• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

spreadsheet vs. database

To be honest I've never really used any "business"/productivity applications besides word processors. One thing that has me wondering is, what's the difference between spreadsheets and databases? My understanding is that they are both used to store/sort/manage information.

In what circumstances would you use a spreadsheet (MS Excel, etc.) over a database (Access, FileMaker, or even SQL) and vice-versa?
 
If you're working with numbers...let's say you have a page of sales from a business. You can program the cells so that it will add the numbers at the bottom of the column. No matter if you add or remove items, it will adjust accordingly.

That's just a simple example, spreadsheets have many applications.
 
A database is basically just a bunch of spreadsheets, hidden from the user, with better search & view tools. It's useful when you have a lot of data or want to share the data with multiple users, or if you want the data presented in a specific way (Access uses forms, which are kind of like website payment checkouts - you can design a page with different fields for searching, sorting, and input).

Most of the time you can get away with making a spreadsheet, especially because modern versions of Excel are so insanely powerful. You'd be amazed at what you can do in Excel these days. I had a professor who taught Excel & CAD classes and his CAD classes were the "easy" ones haha.
 
If you have multivariate data you'll quickly discover the limitations of spreadsheets. I use spreadsheets everyday but some stuff just has to go in a database.
 
Agreed. Spreadsheets have their limitations especially as the amount of data you are running through a pivot table increases. Seen it happen too many times.
 
Agreed. Spreadsheets have their limitations especially as the amount of data you are running through a pivot table increases. Seen it happen too many times.

Take a look at PowerPivot. It is essentially a full data warehouse cube contained within your local spreadsheet. Yeah.
 
Back
Top