Showing posts with label Spreadsheet Tutorials. Show all posts
Showing posts with label Spreadsheet Tutorials. Show all posts

MS Excel: HLOOKUP Function (WS)

Monday, 24 June 2013
Read More...

How to use VLOOKUP in Excel

Monday, 24 June 2013
Read More...

Advanced Excel

Monday, 24 June 2013
Read More...

Excel Spreadsheets Mathematical Functions (59)

Monday, 24 June 2013
Read More...

Excel shortcut and function keys

Monday, 24 June 2013
Read More...

Create Custom Functions in Excel 2007

Monday, 24 June 2013
Read More...

Web Integration

Monday, 24 June 2013
Web Integration
A Web Query is when you send a request to a web page and ask for some data to be returned. You'll see how to do that in this section, by importing data into your spreadsheet from a web page on our web site.





View Docs
Read More...

Object Linking and Embedding

Monday, 24 June 2013
Object Linking and Embedding
Object Linking and Embedding (or OLE for short) is a technique used to insert data from one programme into another. We'll create a simple spreadsheet to illustrate the process, and place it in to Word document. When the Excel spreadsheet is updated, you'll see the Word version update itself as well.



View Docs
Read More...

Insert Drawing Objects into your Excel Spreadsheets

Monday, 24 June 2013
Insert Drawing Objects into your Excel Spreadsheets
A drawing can liven up a dull spreadsheet. Some good line art, or even simple shapes, can help illustrate your data. In this lesson, you'll see how to add simple shapes, and textboxes to your spreadsheet.


View Docs
Read More...

How to reference formulas and data on other worksheets

Monday, 24 June 2013
Read More...

How to Insert Hyperlinks in Excel

Monday, 24 June 2013
How to Insert Hyperlinks in Excel
You can place Hyperlinks in the cells on your spreadsheet. To quickly go to a different worksheet or workbook, you would simply click the link. We'll see how to do that now.
Click inside of cell A1 of a new spreadsheet
From the Excel Ribbon, click the Insert tab
From the Insert tab, locate the Links panel
Click on Hyperlink:


View Docs
Read More...

How to add an error message to an Excel Spreadsheet

Monday, 24 June 2013
How to add an error message to an Excel Spreadsheet
In the previous part, you saw how to add drop down lists to your Excel spreadsheets. In this part, we'll display an error message for our users. If you haven't already done so, you need to do the previous tutorial first.





View Docs
Read More...

Dropdown Lists in Excel

Monday, 24 June 2013
Dropdown Lists in Excel
If you have to type the same data into cells all the time, then adding a drop down list to your spreadsheet could be the answer. In Excel, this comes under the heading of Data Validation.
In the example below, we have a class of students on a drop down list. We only have to click a cell in the A column to see this same list of students. You'll see how to do that now. Here's a picture of your finished spreadsheet:

View Docs
Read More...

Create a Worksheet Template in excel

Monday, 24 June 2013
Create a Worksheet Template
Creating a worksheet template can really save you a lot of time. Templates are especially useful if you find yourself having to create the same spreadsheet over and over. For example, if a spreadsheet has sheets for each month of year it becomes a bit if a chore if you have to type out the heading and formula for each sheet. Instead, you only need to do it once. Then you can save it as a template. If you need a new month, you can then Insert your template. Here's how.


View Docs
Read More...

Data Forms in Excel

Monday, 24 June 2013
Data Forms in Excel
If your spreadsheet is too big to manage, and you constantly have to scroll back and forward just to enter data, then a Data Form could make your life easier. To see what a Data Form is, we'll construct a simple spreadsheet.

But a data form is just a way to quickly enter data into a cell. It is used when the spreadsheet is too big for the screen. To get a clearer idea of what a data form is, try this.


View Docs
Read More...

The LOOKUP Function

Monday, 17 June 2013
The LOOKUP Function
The LOOKUP function in Excel is used to search one column of data and find data in the corresponding row. For example, if you are searching a column of employee IDs the LOOKUP function can find, say, employee number 12345 in the ID column. Once it has found the ID 12345 it then can return data from that same row. Let's create a spreadsheet to clear things up.



View Docs
Read More...

Pivot Tables - Part Two

Monday, 17 June 2013
Pivot Tables - Part Two
The reason why the scores from our Pivot Table are so strange is because Excel is using the wrong formula. It's using a Sum total when we want it to use an Average.
Here's the Pivot Table so far:




View Docs
Read More...

Pivot Tables in Excel

Monday, 17 June 2013
Pivot Tables in Excel
A Pivot Table is way to present information in a report format. The idea is that you can click drop down lists and change the data that is being displayed. For example, choose just one student from a drop down list and view only his or her scores. Pivot tables are a lot easier to grasp when you see them in action. Here's the one we're going to create in this section:


View Docs
Read More...

Custom Names - Constants in Excel

Monday, 17 June 2013
Custom Names - Constants in Excel
You can set up a custom name to be used as a constant. An example of a constant is PI when working with circles. If you need to use PI in formulas you don't need to type out 3.1415 all the time, you can just do this:

  View Docs
Read More...

Named Ranges in Excel

Monday, 17 June 2013
Named Ranges in Excel
A Named Range is way to describe your formulas. So you don't have to have this in a cell:
= SUM(B2:B4)
You can replace the cell references between the round brackets. You replace them with a descriptive name, all of your own. So you could have this, instead:
= SUM(Monthly_Totals)
Behind the Monthly_Totals, though, Excel is hiding the cell references. We'll see how it works, now.

  View Docs
Read More...