Search the site for help on a problem you have right now or browse the lessons below to improve your skills. We're adding new lessons all the time, so check back often.
How to create a bar or column chart in Excel
Creating charts in Excel can be a frustrating process. This lesson starts with the basics, and shows you the simple steps you need to follow to create a basic column or bar chart in Excel.
Moving and resizing charts in Excel 2010
When creating a chart in Excel, Excel will default to inserting your new chart on the same worksheet that contains the data you created it from. This lesson shows you various options for moving or resizing your chart so it looks how you want it to, where you want it to be.
How to use INDEX MATCH instead of VLOOKUP
This lesson shows you how to write formulas using INDEX and MATCH to let you perform lookups that VLOOKUP can’t, and which run much faster on large lookup tables than VLOOKUP. This lesson explains how INDEX and MATCH work on their own, and then shows you how to write an INDEX MATCH formula that can look left as well as right, and performs much faster than VLOOKUP on large tables.
Use Conditional Formatting to highlight due dates in Excel
This lesson shows you how to use Conditional Formatting in Excel to format cells containing dates that are in the past, using a conditional formatting rule that compares the date in a cell with today’s date, and formats it a different colour if it is in the past. We’ll also extend this conditional formatting example to check the value of another cell as part of our criteria for applying the formatting.
Use INDEX to lookup multiple values in a list
Excel’s VLOOKUP function is excellent when you want to find a value in a table based on a lookup value. But if your table includes your lookup value multiple times, you’ll find that VLOOKUP can’t do it. This lesson shows you how to use the INDEX function (plus some other functions) to find all matching values in a list, and return a value from another column in the same row. It also looks at how to do this when you want to return all values which are a partial match (i.e. a wildcard search) to the values in your lookup table.
Calculate the number of days between two dates using Excel
This lesson shows you how to use Excel to calculate the number of days between two dates. It also shows you how to exclude weekends and holidays from the total.
Use the ADDRESS function to find the address of any cell
It can sometimes be useful to know the address of a cell in a worksheet, so you can use that address in a formula. In this lesson, we’ll look at how to use the ADDRESS function to find out the address of a cell. We’ll then use the ADDRESS function in an example to demonstrate how useful it can be.
How to lookup the name of the highest selling sales person in the month
In this lesson, we look at a specific example where you have a table of sales data, and you need to find out the name of the person who had the highest sales for the month. It’s one of those things that seems like it should be easy until you actually try to do it. The solutions we present here are not the only way of achieving this, but the do have the advantage of solving the problem with a single formula. The methods here could also be used for a variety of other applications as well.
Use the TIMEVALUE function to convert text to time in Excel
If you have a spreadsheet with time values that have been added to the spreadsheet as text values, you need the TIMEVALUE function. This will allow you to convert the text values into valid time values. A common scenario where this might be useful is when you’ve been provided data to import into Excel, and the times in the imported data are not recognised by Excel as valid times.
How to update or add new data to an existing Pivot Table in Excel
When you create a new Pivot Table, Excel either uses the source data you selected or automatically selects the data for you. But data changes often, which means you also need to be able to update your pivot tables to reflect the new or changed data. This lesson shows you how to update existing data, and add new data to an Excel pivot table.