The term spreadsheet comes from record keeping, where columns of figures would spread across 2 sheets (or pages) of the ledger book.
Computer spreadsheets have been around in various forms since the 1960s, but the first modern spreadsheet would probably be VisiCalc which was introduced in 1979. As you can see, the spreadsheet is a grid of columns and rows. Each column has a letter at the top and each row has a number at the left hand side. so each box (or cell) in the spreadsheet has its own unique address given by the column letter and row number.
For example:
There are similarities between ledger books and computer spreadsheets:
An advantage of the computer spreadsheet is that it can do all the calculations for you, so you don't have to do any arithmetic! Spreadsheets have found their way into most businesses and organisations so being able to use them competently is becoming essential in the modern workplace.
Excel is part of Microsoft Office (along with Word, PowerPoint, Access and others) and is probably the industry standard spreadsheet at the moment. If you've used another Office program before, you'll find the layout and some features are familiar - saving, printing, formatting etc.
This should work if you have Windows 7 or later.
Excel should now start up.
When you open Excel, you'll see a window like the one above (this is the Office 365 version, yours might look slightly different but they all do the same basic tasks).
There are a few ways to move from one cell to another:
Remember that you can check which cell is currently selected by looking at the name box or at the highlighted column letter and row number.
Once you have clicked on a cell, you can start typing to enter some contents to that cell. When you start typing, Excel goes into edit mode so be aware that some features might not be available or might not behave the way you would normally expect. You should see a cursor in the cell as you type, just as you would with Microsoft Word.
When you have finished typing, you can come out of edit mode by:
Cell contents will be displayed in the cell itself and also in the formula bar. An easy way to change a cell is to use the formula bar.
You can make columns wider and rows taller if required. Sometimes this is not necessary - if the contents of cell A1 overlap into B1 they will still be visible provided there is no data in B1. And the spreadsheet contains billions of cells so you could easily leave B1 blank, whereas widening column A would make every cell in that column wider so would hide part of the column on the far right.
In this example, there's a lot of text in cell B2 which overlaps into C2. To make B2 wider:
Row height can be adjusted the same way - move the mouse pointer between the row numbers at the left hand side till you get a double-headed arrow.
There are 3 types of data that you can put into an Excel cell: text, numbers or formulas.
Text can be used to show what the numbers mean, like putting 'Sales' at the top of a column so that anyone who sees the spreadsheet will know what that column of numbers means. Spreadsheets can also be used to store records - names, addresses, product details and so on - and these will be stored as text.
Numbers could be prices, quantities, ages, years etc. Cells with numbers in them can have calculations performed on them by the spreadsheet so make sure you don't include any text along with the numbers - don't put '56 pence' in a cell.
Cells with formulas are a bit different because the formula itself won't be shown in the cell, instead you'll see the result of that formula. For example, you could enter a formula that adds the numbers in 2 other cells and shows the total.
Excel formulas always start with the equals symbol =. If the first thing you type into a cell is the equals symbol, excel knows this is going to be a formula and treats the cell differently to text and number cells.
This may seem a bit backwards at first, because we're used to seeing the equals symbol before the result: 1+1=2
In this example, I clicked in cell E4 then typed the formula =5+6 and clicked the tick at the left of the formula bar (so I came out of edit mode and stayed on cell E4). Cell E4 shows the result of the formula (11) but if you look at the formula bar you can see the formula I typed in =5+6.
Another way to do this would be to put the numbers 5 and 6 in separate cells then use the addresses of those cells in the formula. This can be very useful!
This time, the formula in E4 is =C4+D4
Excel looks at the contents of C4 and D4, adds them together and shows the result in E4.
This means whenever I change the numbers in C4 and D4 (and come out of edit mode), Excel will automatically add the new numbers and show the result in E4.
As shown above, Spreadsheets use the plus symbol for addition. Of course, we can also subtract, multiply and divide:
You might see a formula with more than one operator like =3+2*5. What's the answer?
You might look at the operators in order from left to right so:
But Excel gives the answer as 13!
This is because Excel follows the mathematical order of operations - sometimes this is called BODMAS. In order this would be:
Looking back at the formula =3+2*5 this means multiplication is carried out before addition, so:
Remember that anything in brackets would be calculated first, so if you wanted to add 3+2 first then multiply the answer by 5 you would write =(3+2)*5
Formulas are hidden in Excel - the cell shows the result of the calculation. You could click on the cell containing the formula and view it in the formula bar but this would only show one formula at a time.
You might want to see all the formulas in a sheet, or print the sheet showing formulas. To do this:
The formulas in the worksheet will now be visible (click the Show Formulas button again to hide them).
Formulas look very useful, but what if you wanted to add a column of numbers...and there were a lot of numbers in the column? You would have to have a formula like
=E4+E5+E6+E7
and so on. This might take a while to write and it would be easy to make a mistake. Fortunately, there's an easier way - using functions.
In this example, we'll add a column of numbers using the Autosum function which has a button at the right of the Home ribbon
First, type a list of numbers in the spreadsheet then click in the empty cell below the list:
Then click the Autosum button, you should see the SUM function as below:
The function that was automatically put in the cell is =SUM(E4:E9)
E4:E9 is a cell range, this makes it easier to refer to a large column or row of cells.
If the function looks OK, click the tick or press Enter to come out of edit mode and see the result.
So, the total of this column is 63
The Max function is used to find the maximum (or highest) value in a cell range.
The Min function finds the minimum (lowest) value in a cell range. It is also on the Autosum drop-down list, or you could write it yourself: =MIN(E4:E9)
This function works out the average of a cell range, =AVERAGE(E4:E9) in this case. It's also on the Autosum button list.
So far, we've looked at selecting one cell at a time which you can do by clicking on the cell, using the arrow keys etc. Sometimes you will want to select a range of cells though, and there are a few different ways to do it.
Click on the first cell you want to select and drag to the last cell. In the example below, I clicked on cell B2 then dragged down and right to D6.
As you can see, there's a border round the cell range B2:D6 and all of these cells are now selected (the first cell has a white background but ignore this - they're all selected.
Another way to do the same thing without dragging:
The same cell range will be selected.
You can extend or reduce a selection by holding the the Shift key and using the arrow keys on your keyboard. As an example, we'll extend the selection by 2 columns and reduce it by one row:
The new selection will be from B2:F5.
If you want to select every cell in a column or row, click on the column letter at the top of the column or on the row number at the far left.
Click on the B button at the top of row B. All the cells in this row are now selected (over a million cells!)
Sometimes you might want to select ranges of cells that aren't next to each other - for example B2:C5 and E2:F5
You can do this with the Ctrl key:
You now have 2 cell ranges selected at the same time.
You can insert extra cells, rows and columns into your spreadsheet if necessary. For example, have a look at the spreadsheet below:
There isn't room for a title in cell A1 and we want to add a column for middle name. Also, the records are alphabetical by surname but suppose we have to add someone between Mary Cook and John Fletcher?
First, we'll move the data 2 rows down and one column to the right to give room for a title. We'll use the Cells section of the home ribbon for this.
The spreadsheet should now look as below:
Click on cell A1 and add the title Customers
Next, we'll add another person between Cook and Fletcher
Next, add a column for Middle Name
This is similar to inserting
Auto fill is a time saving feature built into Excel, for example you could type in 'Monday' and it will fill in the rest of the weekdays for you
The options vary depending on the type of data being filled (numbers, days, dates etc). There are 6 options for weekdays, the first 4 will be available for all auto fill data.
You may want to fill a series where the difference is more than 1, for example the 7 times table or the dates of all Fridays in February. To do this, enter the first 2 values in cells then click and drag to highlight both cells before using the auto fill handle.
A useful way to use auto fill is when you're completing a lot of similar formulas.
We need to put in 5 formulas here to calculate totals for each item. The normal way to do this would be:
To save time we'll use auto fill:
Excel has filled in the formulas for us. It's important to check the formulas to make sure Excel has filled them in correctly.
Here's a problem you could run into when using auto fill on formulas. I'm going to apply a 5% discount to each total, and the cell with 5% is C10 so the formula will be =E3*C10.
Then I use auto fill to copy the formula down, but it doesn't work - the discounts are zero. I've clicked on F4 to check the formula =E4*C11 and I can see the problem - there's nothing in C11 so E4 x 0 is zero!
What I need to do is make C10 an absolute cell reference in the formula. This means the formula will always use cell C10 even when you use auto fill. I want E3 to change to E4, E5, E6 and E7 so that will remain a relative cell reference.
To make a cell an absolute reference you put a dollar symbol before the column letter and row number - my formula should be =E3*$C$10.
As you can see, this works when I copy it down with auto fill.
Headers and footers are useful when you're printing your spreadsheet. Anything put in the header will appear at the top of each page that's printed and anything you put in the footer will appear at the bottom. You can type in text, such as your name, or use buttons to automatically add text like the file name, date, page numbers and so on.
You can check how the header and footer will appear on the printed page by switching to Page Layout view (View tab on the ribbon).