Learn with Yasir
Share Your Feedback

Microsoft Excel Basics - Exercises for Beginners

πŸ§ͺ Coding Exercises

🟒 Beginner Exercises

  1. Rename and Organize Worksheets
  2. Create a workbook with three sheets named β€œMy Data”, β€œPractice”, and β€œSummary”. Reorder them so β€œSummary” comes first and apply tab colors.

    Requirements

    • Rename sheets.
    • Reorder sheet tabs.
    • Change tab colors.
    Expected Output
    # Workbook with three named sheets in the correct order and colors applied
    

    πŸ“š Excel Basics Guide


  3. Enter and Edit Table Data
  4. Create a table with the columns: Name, Age, City, Country. Enter data for 10 fictional people, then edit a few cells.

    Requirements

    • Add 10 rows of sample data.
    • Edit data manually in a few cells.
    Expected Output
    # A filled table with 10 entries and updated information
    

    πŸ“š Excel Basics Guide


  5. Format Table Headers and Cells
  6. Format the table you created with bold headers, centered text for the Age column, and add borders and colors.

    Requirements

    • Bold and fill headers.
    • Center-align Age column.
    • Add borders to the whole table.
    Expected Output
    # Well-formatted table with styled headers and cells
    

    πŸ“š Excel Basics Guide


  7. Adjust Row Height and Column Width
  8. Adjust the width of Name and City columns, and increase the row height for the header. Use Wrap Text for long text entries.

    Requirements

    • Adjust column width.
    • Change row height.
    • Apply Wrap Text.
    Expected Output
    # Properly spaced and readable table
    

    πŸ“š Excel Basics Guide


  9. Copy, Cut, and Paste Data
  10. Copy the first five rows to another sheet, and move the last two rows to a new position using Cut and Paste.

    Requirements

    • Use Copy/Paste between sheets.
    • Use Cut to rearrange data.
    Expected Output
    # Data duplicated and rearranged successfully
    

    πŸ“š Excel Basics Guide


  11. Work with Cell Ranges
  12. Select a range of cells in the table and apply borders and a fill color. Check the selected range address in the Name Box.

    Requirements

    • Select a cell range.
    • Format range with borders and color.
    • Use the Name Box.
    Expected Output
    # Visually styled cell range with accurate selection
    

    πŸ“š Excel Basics Guide


  13. Save and Reopen Workbook
  14. Save the workbook as `Excel_Basics_Exercises.xlsx`, close it, and reopen to verify your changes were saved.

    Requirements

    • Save workbook with a specific name.
    • Close and reopen file.
    Expected Output
    # Workbook opens with all data intact
    

    πŸ“š Excel Basics Guide


🟑 Intermediate Exercises

πŸ”΄ Advanced Exercises


🧠 Practice & Progress

Explore More Topics

Microsoft Excel Fundamentals

Microsoft Excel More ...