Spreadsheets are a fundamental tool in both science and engineering for a surprising number of reasons. They not only store and organize data efficiently, but also allow for complex calculations, trend analysis, and even basic modeling. This versatility makes them essential for researchers and engineers across a wide range of disciplines, from plotting experimental results in biology to designing chemical processes in chemical engineering.
For this tutorial you will be using Google Sheets. Click the following link to open a Google Sheets. There are other spreadsheet apps that work very similar to Google Sheets including Microsoft Excel and OpenOffice.
Rows: These are the horizontal lines running across the spreadsheet, numbered 1, 2, 3, and so on. They help you organize your data from top to bottom.
Columns: These are the vertical lines running down the spreadsheet, labeled with letters A, B, C, all the way to XFD (and beyond in some versions). They let you organize your data from left to right.
Cells: Where a row and column meet, that's a cell. Each cell has a unique address based on its row number and column letter (e.g., A1, B3). This address helps you pinpoint specific data points. Think of each cell as a little box where you can enter text, numbers, dates, or even formulas.
Formula Pane: This is the bar at the top of your spreadsheet where you build instructions for your data. It's like a mini-calculator where you type formulas. Formulas always start with an equal sign (=) and then use functions, cell references, and operators to perform calculations, analyze data, or manipulate information. The formula pane shows what you're typing, while the actual result appears in the cell you've assigned the formula to.
As an example, suppose you have a list of persons heights and names as follows. Lets enter this data in a google sheet and perform some math on it.
Name | Height (cm) |
Carl | 190.5 |
Jane | 175.4 |
Mike | 180.6 |
Lola | 187.8 |
=B2/30.48
. This will convert the 190.2 cm to 6.24 ft.=B3/30.48)
because the formula cleverly references the cell to the left of C2. Release the mouse button when you reach cell C5. Now you'll have the all the heights converted to feet.=AVERAGE(C2:C5)
. This formula instructs Sheets to calculate the average of the values in cells C2 to C5 (assuming your heights are in column C). Press "Enter" and the average height will appear in cell C6.Google Sheets offers a robust set of formulas just as powerful as Excel for scientific and engineering tasks.
These formulas extend far beyond basic addition and subtraction. You can perform complex calculations, intricate statistical analyses, and even leverage engineering-specific functions. From trigonometric calculations for analyzing forces to running regressions for trend analysis, there's a formula to handle a vast array of scientific and engineering challenges.
To explore the treasure trove of Google Sheets formulas, you can utilize their built-in help function or refer to this extensive online resource by Google themselves: Google Sheets functions: https://support.google.com/docs/table/25273?hl=en This document details a vast array of formulas categorized for easy searching!
Bonus Tip: Formatting for Fun!
Sheets offers various formatting options to make your spreadsheet visually appealing and easier to read. Select the range of cells you want to format (like B2:B10 for scores). Click on the "Format" menu at the top and explore options like changing font size, bolding for emphasis, or applying colored backgrounds to highlight specific data points.
This is just a basic example, but it demonstrates entering data, copying, and using formulas in Google Sheets. Feel free to explore other functions or experiment with formatting the data to make your spreadsheet more visually appealing.
For a more visual explanation, you can check out this resource: