Excel

Excel is the world's most used spreadsheet programExcel is a powerful tool to use for mathematical functionsStart learning Excel now »Learn Excel

Examples in Each Chapter

We use practical examples to give the user a better understanding of the concepts.

Copy Values Tool

Example values can be copied from the tutorial and into your spreadsheet, making it easy for you to tag along step-by-step:

Case Based Learning

We have created active learning activities, so you can test and build your knowledge. Making the learning experience more fun and engaging.

Why Study Excel?

Excel is the world's most used spreadsheet program.

Example use areas:

  • Data analytics
  • Project management
  • Finance and accounting
  • Test Yourself With Exercises

    Excel Exercise:

    Complete the Excel formula:

    1+1
    

    Start the Exercise

    function copyFormulas(elementId){ /* Get the text field */ var copyText = document.getElementById(elementId); /* Select the text field */ copyText.select(); copyText.setSelectionRange(0, 99999); /* For mobile devices */ /* Copy the text inside the text field */ navigator.clipboard.writeText(copyText.value) .then(() => { alert("Range copied to clipboard. \nIt can now be pasted into the Excel spreadsheet.") }) .catch((error) => { alert(`Copy failed! ${error}`) }) }

    #img_mylearning { max-width:100%; }

    My Learning

    Track your progress with the free "My Learning" program here at w3resource.

    Log into your account, and start earning points!

    This is an optional feature, you can study w3resource without using My Learning.