If an entry extends into its neighboring cell(s), it will still display properly if those cells are unoccupied. If needed, you can widen the column, discussed later.
Make the following entries into Sheet1.
To change the width of a column, point to the border between it and the column header to its right, as shown below.
You can either:
Make these additional entries:
You write formulas into cells to return calculated results. Formulas use familiar arithmetic symbols like + and - for addition and subtraction, asterisk (*) for multiplication and slash (/) for division. You can also use built-in functions like SUM, AVERAGE, and others, to write complex expressions.
Let's write a formula to return the sum total of days in the Duration column by summing the values in cells d5 through d9.
Next, let's calculate the Completion date of the first task by adding its Duration (number of days to complete that task) to its Begin date.
Finally, let's calculate the Begin date of all the other tasks by having them start one day after the Complete date of the prior task.
You can replicate a formula into its neighboring cell(s) to place the same kind of formula in it by dragging its Fill handle. Let's copy the formula we used to sum the Duration column into the empty cell to its right. The result will sum the Cost values.
The resulting formula sums cells e5:e9.
In the same way, let's use the Fill handle to replicate the formula in cell f5 down through the end of the list of tasks.
Some of the formulas return incomplete results because the cells they refer to are still empty. However, as soon as we fill those cells, these formulas will return good results. Lastly, let's replicate the calculation of Begin dates down through the end of the tasks list.
The Begin date is calculated to be the date after the Complete date of the previous task. In this way, all the task dates are dependent upon the first task's Begin date. If it changes, all the other dates will change accordingly.
All the other dates change as a result of this change, as they are all calculated from this value either directly or indirectly.
With Google Sheets, you can sort and filter long lists of data. You can also import data from other files, including Excel workbooks.
The data from the Excel sheet is copied into a new sheet in the current spreadsheet file. If you ever need to create a new sheet from scratch, just click the Add Sheet button.
Before you can perform a sort or many other actions in Sheets, you must select the range of cells you wish to affect. There are many efficient ways to select ranges of cells.
To select | Do this |
---|---|
any range of cells | Point into the center of the first cell of the range and then click and drag to the last cell, or Click the first cell of the range to select it, and then while holding down the Shift key, click the last cell of the range |
From the current cell in any direction | Hold the Shift key down while pressing any Arrow key |
a range of occupied cells | Select one of the corner cells of the occupied range, and then, holding the Control and Shift keys down (on Mac or Windows), press an Arrow key in the direction you wish to select. Do it again, if necessary, for the next direction, i.e., Ctrl+Shift+Down Arrow, then Ctrl+Shift+Right Arrow. |
Entire column | Click the column header letter |
Entire row | Click the row header number |
The list is now sorted first by Project and then by Team Member.
Filtering data hides rows that do not meet your criteria, so you can bring to the surface only that which you need to see, but then easily restore the hidden data to show everything again.
Only the rows that meet your criteria remain visible. All the other rows are hidden. To restore the list to its original unfiltered state, click the Data menu and choose Turn off filter.
Relax! Your spreadsheet file is already saved. Google Sheets saves your work for you automatically during idle time. However, you should probably give your files better names.
To save (rename) the current Google Sheets spreadsheet file: