Basic_Excel_for_Kids_with_QA
Basic_Excel_for_Kids_with_QA
Suman Chakraborty
Basic Excel with Questions & Answers
Excel is a tool that lets you work with numbers and data! This guide will help you
understand the basics, learn some popular formulas,
and practice with questions and answers. Let's make learning Excel fun and easy!
1. Fundamentals of Excel
Excel Workbook: A workbook is like a book that holds different sheets where you can
work with your data. Each workbook can have many sheets.
Worksheet: Each page in an Excel workbook is called a worksheet. It’s a big grid made up
of rows (going across) and columns (going up and down).
Cells: A cell is a single box where a row and a column meet. Each cell has an address, like A1
or B2. Cells are where you can enter your data.
Rows and Columns: Rows go across and are numbered (1, 2, 3…), while columns go up and
down and are lettered (A, B, C…). Together, they make a grid.
Formulas: Formulas are special instructions that tell Excel to do calculations, like adding or
multiplying numbers. Every formula in Excel starts with an '=' sign.
MIN: Finds the smallest number in a range of cells. Example: =MIN(C1:C10) will give the
smallest number from C1 to C10.
MAX: Finds the largest number in a range. Example: =MAX(D1:D10) will give the largest
number from D1 to D10.
COUNT: Counts the number of cells in a range that contain numbers. Example:
=COUNT(E1:E10) will count how many cells have numbers in E1 to E10.
3. Example Functions
• Try using =SUM(A1:A5) to add up all the numbers in cells A1 to A5. Excel will show the
total!
• Use =AVERAGE(B1:B5) to find the average of numbers in cells B1 to B5. It’s a great way
to find the middle value of a range of numbers.
• Type =MIN(C1:C5) to find the smallest number in cells C1 to C5. Excel will help you
quickly identify the smallest value!
• Try =MAX(D1:D5) to get the largest number in cells D1 to D5. Perfect for finding the
highest score or biggest number!
• Count the numbers in cells E1 to E5 using =COUNT(E1:E5). Excel will show you how
many cells have numbers in that range.
• A cell is a box where a row and column meet, where you can enter data.
• It counts cells that meet a certain condition (like containing a specific word or
number).
• Select your data, go to the Insert tab, and choose a chart type.
• The IF function checks if a condition is met and returns one value if true and another
if false.
• Go to the View tab and select Freeze Panes to keep rows or columns in place.
25. What is a range in Excel?
• A range is a group of cells that you select, often for use in a formula.
• It looks up a value in a table and returns a related result from another column.
• Select the cells, go to the Home tab, and click Merge & Center.
• Go to the Home tab and select Currency from the number format dropdown.
• Drag the boundary to the right of the column header, or double-click to auto-fit.
• The address is given by the column letter and row number, like B3.
• Look at the count in the Excel status bar or use COUNTA for non-empty cells.