Overview
This unit introduces students to spreadsheets, the software used to organise, calculate and present data in rows and columns. Students will learn basic parts such as cells, rows, columns, worksheets and workbooks, and how to enter and edit data carefully. The unit covers creating simple formulas and using basic functions like SUM and AVERAGE to perform calculations, and it explains relative and absolute references so formulas behave correctly when copied. Pupils learn to format cells and worksheets to make information clear, and to sort and filter data to find answers quickly. They will make simple charts and learn printing options to present their work. Practical topics include saving files with sensible names, using multiple worksheets in a workbook, and checking for common errors. The unit focuses on hands-on practice: making a class marks sheet, calculating totals and averages, and showing results in a chart. Learning spreadsheets builds logical thinking, accuracy and basic data literacy—skills useful across subjects and in everyday life. By the end of the unit, students should be able to create small, useful spreadsheets for school projects and homework, and prepare for higher classes where spreadsheet use becomes more advanced.
Learning Objectives
- Identify parts of a spreadsheet and explain their purposes.
- Enter, edit and format data in cells correctly.
- Write and apply simple formulas to perform arithmetic calculations.
- Use basic functions such as SUM and AVERAGE to summarise data.
- Apply copy, fill and absolute/relative reference ideas to save time.
- Create and format simple charts to represent data visually.
- Sort and filter data to find information quickly.
- Save and organise workbooks and worksheets with appropriate names.
- Demonstrate accuracy and care when preparing data for analysis.
Topics in this chapter
12 topics · tap a topic title to jump straight to it.
What is a Spreadsheet?
Introduction to spreadsheets
A spreadsheet is an electronic tool that stores information in a grid of rows and columns. Each small box in this grid is a cell which can hold text, numbers, dates or formulas. Spreadsheets are useful for lists, calculations, school marks, budgets and simple data analysis because they can perform arithmetic automatically and update results when the input changes.
Basic structure
A file that contains spreadsheets is called a workbook. Inside a workbook there are worksheets (or sheets). Each worksheet shows columns labelled with letters (A, B, C…) and rows numbered (1, 2, 3…). A cell address combines column and row, for example A1 or D10. Ranges are groups of cells, written like A2:A6 for cells A2 through A6, or B1:D4 for a block covering columns B to D and rows 1 to 4.
Why spreadsheets matter
Spreadsheets reduce manual calculation, lower errors and make it easy to change values and immediately see new results. They teach students to think in steps: collect data, use formulas, check results and present findings. This skill helps in maths, science, social studies and everyday tasks like tracking pocket money or planning a small event.
Common uses in class
Teachers and students use spreadsheets to record marks, prepare attendance lists, calculate totals and make charts for presentations. Practising spreadsheet tasks builds attention to detail and logical thinking: you learn to choose correct cell references, set up simple formulas and format information so others can read it easily.
Getting started
In the classroom you will open a spreadsheet program, create a new workbook, enter data in cells, save your file with a clear name and try small calculations. These first steps are the foundation for more advanced tasks later.
- A simple table with student names in column A and marks in column B.
- A pocket money tracker with dates in column A, items in B and amounts in C, with a total at the bottom.
- Cell address: ColumnLetterRowNumber (e.g., A1)
- Range notation: A1:A5 or B2:D4
Opening, Saving and Naming Workbooks; Working with Multiple Worksheets
Opening and creating workbooks
When you start a spreadsheet program you may open an existing workbook or create a new one. New workbooks usually contain one or more worksheets. Use New > Blank workbook to begin. Saving your work frequently prevents data loss; use Save to update an existing file and Save As to create a new file with a chosen name or different file type.
Naming and organising files
Choose clear file names like Class7_Marks_2026.xlsx so you can find files later. Save files in a folder you remember, for example Documents or a school folder. Consider adding date or version numbers when you make important changes, for example Class7_Marks_v2.xlsx. Back up work on a USB drive or cloud storage when possible.
Worksheets inside a workbook
A workbook can hold many worksheets (tabs). Use multiple sheets to keep related data separate: for example, Sheet1 for raw marks, Sheet2 for summaries and Sheet3 for charts. Rename sheets to meaningful titles such as Marks, Summary or Attendance. You can change sheet order by dragging tabs and copy a sheet to duplicate its structure for a new class or term.
Linking and referencing between sheets
Use formulas to use data from one sheet in another, for example =Marks!B2 references cell B2 on the sheet named Marks. If a sheet name has spaces, place it in single quotes: ='Exam Marks'!C3. Linking keeps summaries up to date: when data on the source sheet changes, the linked cells update automatically.
Protecting and sharing workbooks
Locking important sheets or cells prevents accidental edits. You may protect a sheet with a password to stop others changing formulas. When sharing with a teacher, check file format (.xlsx or .ods) and include a clear file name. Before handing in work, ensure you saved the latest version and make a backup if needed.
- Create a workbook and save it as Class7_Science_Data.xlsx in the Documents folder.
- Use Sheet1 named Marks for raw data and Sheet2 named Summary to show calculated averages using =Marks!B2 references.
- Reference another sheet: =SheetName!Cell e.g., =Marks!B2
- If sheet name has spaces: ='Sheet Name'!C3
Cells, Rows, Columns and Cell References
Rows and columns
The worksheet grid is arranged in horizontal rows and vertical columns. Rows are numbered (1, 2, 3...) and columns are lettered (A, B, C...). Every intersection of a row and column is a cell, the basic place to store one piece of information.
Cell addresses
Each cell has a unique address formed by its column letter followed by its row number, for example A1, B3 or D12. This address is called a cell reference and is used to read or use the value from that cell in formulas. The name box above the sheet often shows the current cell's address so you know which cell is active.
Ranges
A range is a group of cells chosen together for operations like summing or formatting. Use a colon to indicate a continuous range, for example A2:A10 for cells in column A from row 2 to 10. For a block of cells use B2:D6 to cover columns B to D and rows 2 to 6. You can also select non-contiguous cells using commas in some functions, like =SUM(A2,A5,C3).
Selecting and moving between cells
Click a cell to select it. Use arrow keys to move one cell at a time, Tab to move right, and Enter to move down. Shift+arrow keys extend a selection to include more cells. Double-click a cell to edit it in place or use the formula bar to edit long entries. Drag the fill handle at the corner of a selected cell to copy content or continue a pattern.
Practical use of references
When writing formulas, use cell references rather than typing numbers directly; this makes your sheet dynamic. For example, if price is in C2 and quantity in D2 write =C2*D2 to calculate total. If C2 changes, the total updates automatically. Clear headings in the first row or column (like Name, Subject, Marks) help you select correct ranges and avoid including headers by mistake in calculations.
- If marks are in cells B2 to B11, the range is B2:B11.
- Select cell D5 and look at the name box to see D5 as the active cell address.
- Cell reference: ColumnLetterRowNumber (e.g., A1)
- Range notation: A1:A5 or B2:D4
Entering and Editing Data
Entering data
Click a cell and type to enter data. Press Enter to confirm and move down, or Tab to move right. You can also use the formula bar to enter or edit longer text. When you type, the cell usually shows the result and the full content appears in the formula bar.
Data types
Spreadsheets recognise different types: text (names), numbers (marks, amounts), dates and formulas. Dates should be typed in a standard format such as 12/07/2026 or 12-Jul-2026 so the program recognises them correctly. If numbers align left, they may be stored as text; re-enter or change cell format to Number to fix this. For values like roll numbers with leading zeros (e.g., 007) set the cell format to Text to preserve the zeros.
Editing entries
Double-click a cell to edit part of its content, or select the cell and edit in the formula bar. Use Delete to clear the cell entirely. Use Undo (Ctrl+Z) to step back through mistakes. If you start typing and want to cancel before pressing Enter, press Esc to restore the previous content.
Organising data neatly
Put meaningful headings in the first row (for example Name, Class, Marks). Keep similar data in the same column (all marks in one column). Use alignment: text left, numbers right and headings centred. Wrap text to keep long labels inside one cell, and adjust column width by dragging the boundary or double-clicking to auto-fit to content.
Checking entries
After entering data, scan for typos, blank cells where numbers should be, or misplaced headings. Correct data at once to avoid errors in formulas later. Good habits now save time when you use functions or prepare charts.
- Enter a student's name in A2, marks in B2 and date of birth in C2, then edit C2 in the formula bar to correct the day.
- Type 007 into a cell formatted as Text to keep all digits visible.
Basic Arithmetic Formulas
What is a formula?
A formula is an instruction that tells the spreadsheet to calculate a result. Every formula begins with an equals sign = so the program knows to compute rather than treat the entry as plain text. You can use numbers, cell references and operators to build formulas that add, subtract, multiply or divide.
Arithmetic operators
The basic operators are + for addition, - for subtraction, * for multiplication and / for division. For example, =A1+B1 adds the values in A1 and B1. To calculate total cost from price and quantity, use =C2*D2. Always start with = and check the formula in the formula bar after pressing Enter.
Order of operations
Spreadsheets follow standard mathematical order: operations in parentheses first, then multiplication and division, and finally addition and subtraction. For example =(A1+B1)*C1 forces the addition to happen before the multiplication. Without parentheses, =A1+B1*C1 multiplies B1 and C1 first and then adds A1. Use parentheses to make your intent clear and avoid mistakes.
Using references not numbers
Prefer cell references to fixed numbers because references update automatically when the source data changes. For example, if tax rate is in B1, write =C2*$B$1 to multiply C2 by the fixed tax rate in B1. This avoids retyping rates and reduces errors.
Checking and correcting formulas
After entering a formula press Enter; the cell displays the result while the formula remains in the formula bar. If the result is wrong, click the cell and inspect its formula. Common issues include referencing empty cells, using text where numbers are needed, or missing parentheses. Use Undo to revert mistakes and re-enter corrected formulas. Practice writing small formulas and checking each step so you become confident.
- =A2+B2 to add two cells and show the sum in another cell
- =(A2+B2)/2 to add two numbers and then divide by 2 to get an average
- Addition: =A1+B1
- Subtraction: =A1-B1
- Multiplication: =A1*B1
- Division: =A1/B1
- Parentheses to set order: =(A1+B1)*C1
Using SUM and AVERAGE Functions
What are functions?
Functions are built-in tools that perform common calculations for you. They save time and reduce errors because you do not need to write long formulas. Two of the most useful functions are SUM, which adds values, and AVERAGE, which finds the arithmetic mean of values in a range.
How to use SUM
The SUM function adds all numeric values in the cells you specify. Its basic form is =SUM(range). For example =SUM(A2:A10) adds values in A2 through A10. SUM can also add separate cells or ranges like =SUM(A2,A5,C3:C6). Use SUM when you need totals such as the total marks for a student or the total money spent.
How to use AVERAGE
The AVERAGE function calculates the mean of the numbers in a range: =AVERAGE(range). For example =AVERAGE(B2:B6) adds the numbers in B2 to B6 and divides by the count of those numbers. AVERAGE ignores empty cells but includes zeros; if zeros should be excluded you may use other methods later. AVERAGE is useful to find the typical or central value such as average class marks.
Practical tips
When using functions, ensure the selected range contains only numbers and not header text. If a cell contains text it will be ignored by SUM and AVERAGE, but including headers by mistake can lead to errors or unexpected results. Use the formula bar to check the function arguments and use the function wizard or help if your program provides one to avoid typing mistakes.
Combining functions
You can use functions inside formulas, such as =ROUND(AVERAGE(C2:C11),1) to round an average to one decimal place, though rounding may be taught later. For now, learn to select ranges correctly, use =SUM(range) for totals and =AVERAGE(range) for means, and verify results by simple manual calculation when practising.
- =SUM(B2:B6) to add marks in B2 to B6 and show the total
- =AVERAGE(C2:C6) to find the mean of values in C2 to C6
- SUM: =SUM(range) e.g., =SUM(A1:A5)
- AVERAGE: =AVERAGE(range) e.g., =AVERAGE(B1:B4)
Copy, Fill and Relative vs Absolute Reference
Saving time with copy and fill
Spreadsheets let you copy formulas and values instead of typing them again. The fill handle is a small square at the bottom-right corner of a selected cell. Dragging it copies the cell's content to nearby cells. This saves time when you need the same calculation for many rows, such as computing totals for each student.
Relative references
By default, cell references in formulas are relative. This means they change automatically when copied. For example, if E2 contains =C2*D2 and you drag the fill handle down to E3, the formula becomes =C3*D3. Relative references make it simple to apply the same calculation across rows for corresponding cells.
Absolute references
Sometimes you need a reference that does not change when copied. Use the dollar sign $ to lock column and/or row. $B$1 locks both column B and row 1; B$1 locks row 1 only while $B1 locks column B only. For example, if cell B1 holds a fixed tax rate, write =C2*$B$1 so that when you copy the formula down, the reference to B1 remains constant and every row uses the same rate.
Mixed references and patterns
Mixed references lock either the row or the column. This is useful for multiplication tables or when copying across columns but not rows. Understand how the reference changes by copying one cell and observing the new formula. Practice with small tables to see how relative and absolute parts behave.
Common mistakes and checks
If results after filling look wrong, click a few copied cells and inspect their formulas in the formula bar to see if references changed as intended. If a formula should refer to a single fixed cell (like a rate or a total), make it absolute before copying. Use Undo if a large paste causes errors and correct the original cell before filling again.
- E2 contains =C2*D2; after filling down E3 shows =C3*D3 because references are relative.
- Use $B$1 for a fixed tax rate in B1, e.g. =C2*$B$1 so the reference to B1 stays the same when copied.
- Relative example: =C2*D2 copied down becomes =C3*D3
- \[Absolute example: $B$1 locks cell B1 when copied\]
Formatting Cells and Worksheets
Purpose of formatting
Formatting improves how information looks without changing the actual values. Good formatting makes a worksheet easier to read and understand. It helps highlight headings, separate data groups, and show important totals so readers can find key information at a glance.
Text and number formatting
Change font size, style (bold or italic) and colour for headings or important cells. Use number formats to control how numbers appear: general, number with fixed decimal places, currency with the rupee sign, percentage for fractions, or date formats. For example, set marks to show no decimal places but set averages to show one decimal for clarity.
Alignment and wrapping
Align text left and numbers right for neat columns; centre-align headings. Wrap text within a cell to show long labels on multiple lines without widening the column too much. Use Merge & Centre only for headings that span several columns and avoid merging where it will make sorting and filtering difficult.
Borders, fills and cell styles
Add borders to outline a table and separate header rows from data. Use subtle fill colours to group related columns or to mark important rows like totals. Many spreadsheet programs offer cell styles—predefined sets of formatting for titles, headings and totals—use these for consistent appearance. Avoid too many bright colours that make reading hard; choose a clear, calm design.
Using format to help checking
Apply conditional formatting later to mark high or low scores automatically. For now, use bold totals and a different fill for the header row, adjust column widths to show full content, and use AutoFit by double-clicking the column edge. Well-formatted sheets are easier to check, share and print, and they reduce mistakes when others read your work.
- Format the header row as bold, centre-aligned with a light grey fill and borders to separate it from data.
- Set the marks column to Number format with no decimals and total cell to bold with a thicker border.
Sorting and Filtering Data
What is sorting?
Sorting rearranges the rows of a table based on the values in one or more columns. You can sort alphabetically (A–Z or Z–A) or numerically (smallest to largest or largest to smallest). Sorting helps you quickly find top performers, list items in order, or group similar values together. Always select the entire table including headings before sorting to keep rows intact.
Single and multi-level sorts
A single-column sort orders data by one column only, for example sorting by Marks to see highest scores first. Multi-level sorts let you sort first by one column and then by another—for example, sort by Class and then by Name so students in each class appear in alphabetical order. Use the Sort dialog to choose the levels and ensure ‘My data has headers’ is checked.
What is filtering?
Filtering hides rows that do not meet chosen criteria and displays only those that do. Use AutoFilter to add drop-down lists to header cells. Click a drop-down to choose specific values or set conditions like show marks greater than 80. Filters are temporary and do not change the order of data; you can remove filters to restore the full view.
Custom filters and conditions
Use custom filters to set rules such as show dates after a specific day or text that contains a word. Combine filters across different columns to narrow results, for example show only students in Class 7 with marks above 75. Filtering is useful for attendance, finding absent students, or selecting records for reports.
Precautions
If only one column is selected before sorting, other columns will not move and rows will become mismatched. Always include the header row and the full data range. When filtering or sorting, consider working on a copy of the data if the original order is important. Practice sorting and filtering on small tables to become confident before using them on important class lists.
- Sort a list of students by Marks in descending order to find the top scorers.
- Filter an attendance sheet to show only Absent students for a selected date using AutoFilter on the Status column.
Creating and Formatting Charts; Printing Worksheets
Why make charts?
Charts present numbers visually so trends and comparisons are easier to understand. Choose a chart type that matches your data: column or bar charts for comparing amounts, line charts for trends over time, and pie charts for showing parts of a whole. A clear chart helps classmates and teachers grasp results quickly without reading many numbers.
Making a basic chart
Select the data range including labels, then choose Insert > Chart and pick a chart type. Place the chart near the table or on a separate sheet. Add a title and axis labels (for example Students on the x-axis and Marks on the y-axis) so viewers understand what the chart measures. For pie charts include labels or percentages so each slice is clear.
Formatting charts
Change colours for clarity, add data labels if exact numbers must be shown, and use simple legends. Avoid too many colours and 3D effects as these can make interpretation harder. Resize the chart neatly and check that labels are readable. Use consistent colours when making multiple charts for the same project to keep a professional look.
Preparing to print
Use Print Preview to see how the worksheet or chart will look on paper. Set the print area to include only the table and chart you want printed. Choose orientation: Portrait for narrow tables, Landscape for wide tables and charts. Use Page Setup to adjust margins and scaling so content fits the page. If a table spans multiple pages, set the top header row to repeat on each printed page for clarity.
Practical steps and tips
Before printing, remove unnecessary gridlines or include them depending on how the table should appear. Add headers or footers for page numbers or your name. When printing for class, check whether the printer supports colour; if not, use clear patterns or labels to keep the chart readable in black-and-white. Always preview and cancel printing if the layout looks wrong to avoid wasting paper and ink.
- Create a column chart comparing five students' total marks and add a clear title and axis labels.
- Use Print Preview to fit a wide marks table on one landscape page and set the header row to repeat.
Simple Data Validation and Error Checking
Why validation helps
Data validation prevents wrong entries and makes your sheet more reliable. It sets rules for what can be typed into a cell, so mistakes like typing letters where numbers belong are avoided. For example, set a rule to allow only whole numbers between 0 and 100 for marks to stop incorrect values.
Setting validation rules
Use the Data > Data Validation option to choose types such as Whole number, Decimal, Date, List or Text length. For a list, type allowed options like Present, Absent. For a number range, set minimum and maximum values. You can also set an input message to tell users what is expected and an error alert to stop incorrect entries or warn the user.
Fixing common errors
Spreadsheets show error codes such as #DIV/0! for division by zero, #VALUE! when a wrong data type is used, and #REF! for invalid references. To fix errors, check the cells used in the formula: ensure they contain numbers when required, correct any broken references, and adjust the formula syntax. Use Undo to reverse a wrong change and step through error messages to find the cause.
Using validation in class tasks
For a marks sheet, set validation on the marks column to whole numbers 0–100 and give a helpful input message like "Enter whole marks 0 to 100". For attendance, use a list validation with Present, Absent, Late to standardise entries. Validation keeps data consistent so functions like SUM and AVERAGE return correct results.
Practical checks
After applying validation, try entering invalid values to see if the warning appears. Periodically run a quick check for blanks in important columns and use simple conditional formatting or sorting to spot unusual values. Data validation combined with careful checking reduces mistakes and makes analysis faster and more accurate.
- Set data validation on the marks column to allow whole numbers between 0 and 100 and display an input message.
- Use a list validation with options Passed, Failed for a result column to ensure consistent entries.
Practical Project: Class Marks Sheet
Project goal
This project combines the skills learned: you will create a class marks worksheet with headings, student data, formulas for totals and averages, formatting for clarity, and a chart showing class performance. The project helps you practise entering data, using functions, copying formulas and presenting results clearly.
Structure and headings
Start with clear headings in row 1: Roll No, Name, Test1, Test2, Test3, Total, Average, Result. Use bold and a light fill for the heading row so it stands out. Enter data for at least ten students. Keep all marks in numeric format and ensure there are no extra spaces in name fields that can cause sorting problems.
Formulas and copying
In the Total column use =SUM(C2:E2) to add three test marks, and copy this formula down using the fill handle so each student's total is calculated. In the Average column use =AVERAGE(C2:E2) and copy down. If you have a fixed maximum mark in a cell and want to calculate percentage, you might use =F2/$B$1*100 later, where $B$1 is an absolute reference to the total possible marks.
Result and formatting
For a simple Result column, you can type Pass or Fail manually, or ask the teacher to show how to use an IF formula. Format totals and averages to a consistent number format (for example, one decimal place for averages). Add borders to the table and align text for readability. Use conditional formatting if available to highlight top or low scores.
Chart, print and save
Create a column chart of student names versus total marks and place it next to the table. Use clear chart title and axis labels. Use Print Preview to check layout and set the print area to include the table and chart. Save your workbook with a clear name like Class7_Marks_YourName.xlsx and keep a backup copy. This project shows how spreadsheets make class data organised, calculable and presentable.
- Total formula in F2: =SUM(C2:E2) copied down for all students to get each student's total.
- Average formula in G2: =AVERAGE(C2:E2) with number format showing one decimal place for neat presentation.
- Total example: =SUM(C2:E2)
- Average example: =AVERAGE(C2:E2)
Key Concepts
- Cell
- The box at the intersection of a row and a column in a worksheet.
- Workbook
- A spreadsheet file that contains one or more worksheets.
- Worksheet
- A single sheet within a workbook made up of rows and columns.
- Cell reference
- The address of a cell given by column letter and row number, e.g., A1.
- Range
- A group of cells, written like A1:A5 or B2:D4.
- Formula
- An expression that begins with = and performs calculations on cell values.
- Function
- A built-in operation like SUM or AVERAGE that performs a specific calculation.
- Relative reference
- A cell reference that changes when a formula is copied to another cell.
- Absolute reference
- A fixed cell reference using $ signs, e.g., $A$1, that does not change when copied.
- Formatting
- Changing the appearance of cells, such as font, borders, alignment and number formats.
- Sort
- To rearrange rows in order based on values in a column.
- Filter
- To display only rows that meet specified criteria and hide the others.
- Chart
- A graphical representation of data, such as bar, line or pie chart.
- Print area
- The part of a worksheet that will be printed on paper.
- Data validation
- Rules that restrict the type or range of data that can be entered into cells.
Practice Questions
-
What is a cell reference? Give one example. / सेल संदर्भ क्या है? एक उदाहरण दें।
Show answer
A cell reference shows the address of a cell using its column letter and row number, for example A1. It is used in formulas to read or use the value of that cell. / एक सेल संदर्भ कॉलम अक्षर और पंक्ति संख्या का उपयोग करके किसी सेल का पता दिखाता है, उदाहरण के लिए A1। इसे सूत्रों में उस सेल के मान को पढ़ने या उपयोग करने के लिए उपयोग किया जाता है।
-
How do you write a formula to add cells B2 and C2? / B2 और C2 कोशिकाओं को जोड़ने के लिए सूत्र कैसे लिखेंगे?
Show answer
Click the cell where you want the result, type =B2+C2 and press Enter. The cell will then show the sum while the formula =B2+C2 remains in the formula bar; if B2 or C2 change, the result updates automatically. To edit the formula later, select the cell and change it in the formula bar or double-click the cell. / उस सेल पर क्लिक करें जहाँ आप परिणाम दिखाना चाहते हैं, =B2+C2 टाइप करें और Enter दबाएँ। तब सेल योग दिखाएगा जबकि सूत्र =B2+C2 फॉर्मूला बार में रहेगा; यदि B2 या C2 बदलते हैं तो परिणाम अपने आप अपडेट हो जाएगा। बाद में सूत्र बदलने के लिए सेल चुनें और फॉर्मूला बार में संपादित करें या सेल पर डबल-क्लिक करें।
-
What does the SUM function do? Give its use with a range. / SUM फ़ंक्शन क्या करता है? किसी रेंज के साथ इसका उपयोग दें।
Show answer
SUM adds all numbers in a specified range or list of cells. For example, =SUM(A2:A6) adds the values in A2 through A6; =SUM(A2,A5,C3:C6) adds separate cells and ranges together. Use SUM for totals like total marks or total cost. / SUM किसी निर्दिष्ट रेंज या कोशिकाओं की सूची में सभी संख्याओं को जोड़ता है। उदाहरण के लिए, =SUM(A2:A6) A2 से A6 तक के मान जोड़ता है; =SUM(A2,A5,C3:C6) अलग-अलग कोशिकाओं और रेंजों को जोड़ता है। कुल अंक या कुल लागत जैसी कुल राशि के लिए SUM का उपयोग करें।
-
Explain the difference between relative and absolute references with one short example each. / सापेक्ष और स्थिर संदर्भ के बीच अंतर समझाइए और प्रत्येक के साथ एक संक्षिप्त उदाहरण दें।
Show answer
Relative references change when copied; for example, =C2*D2 copied down becomes =C3*D3 so each row uses its own cells. Absolute references stay fixed; for example, =$B$1 used in formulas always refers to cell B1 even when copied, useful for a fixed tax rate or constant. / सापेक्ष संदर्भ कॉपी होने पर बदलते हैं; उदाहरण के लिए, =C2*D2 को नीचे कॉपी करने पर =C3*D3 बन जाता है ताकि हर पंक्ति अपने संबंधित कोशिकाओं का उपयोग करे। स्थिर संदर्भ स्थिर रहते हैं; उदाहरण के लिए, =$B$1 का उपयोग करने पर यह हमेशा सेल B1 को संदर्भित करता है भले ही इसे कहीं भी कॉपी किया जाए, यह किसी निश्चित कर दर या मान के लिए उपयोगी है।
-
You have marks in cells C2 to C11. Write the formula to find the average. / आपके पास C2 से C11 तक अंक हैं। औसत निकालने का सूत्र लिखिए।
Show answer
Use the AVERAGE function: type =AVERAGE(C2:C11) and press Enter. This adds the numbers in C2 through C11 and divides by the count of numeric cells. Note that empty cells are ignored but zeros are included; check for blank or text cells if the average seems wrong. / AVERAGE फ़ंक्शन का उपयोग करें: =AVERAGE(C2:C11) टाइप करें और Enter दबाएँ। यह C2 से C11 तक की संख्याओं को जोड़कर उनके संख्या से भाग देता है। ध्यान दें कि खाली कोशिकाएँ अनदेखी जाती हैं पर शून्य शामिल होंगे; यदि औसत गलत दिखता है तो खाली या टेक्स्ट वाली कोशिकाओं की जाँच करें।
-
Describe two formatting changes you would make to a header row to make it clearer. / किसी हेडर पंक्ति को स्पष्ट बनाने के लिए आप दो फ़ॉर्मैटिंग परिवर्तन बताइए।
Show answer
Make the header text bold and centre it so it stands out; and add a light fill colour with borders around header cells to separate the header from the data. These changes improve readability and help others see the table structure quickly. / हेडर टेक्स्ट को बोल्ड और केंद्र में रखें ताकि वह स्पष्ट दिखे; और हेडर कोशिकाओं के चारों ओर हल्का भरा रंग और बॉर्डर जोड़ें ताकि हेडर और डेटा अलग दिखाई दें। ये परिवर्तन पठनीयता बढ़ाते हैं और तालिका संरचना तुरंत समझने में मदद करते हैं।
-
How would you protect a worksheet so students cannot change formula cells? / आप कैसे एक वर्कशीट को सुरक्षित करेंगे ताकि छात्र सूत्र वाली कोशिकाओं को बदल न सकें?
Show answer
First unlock any cells where students must enter data and leave formula cells locked. Then use the Protect Sheet option to apply protection; set a password if required. This prevents editing of locked cells while allowing data entry in unlocked cells. Keep an unprotected backup copy in case you need to change formulas later. / पहले उन कोशिकाओं को अनलॉक करें जहाँ छात्रों को डेटा दर्ज करना है और सूत्र वाली कोशिकाओं को लॉक छोड़ दें। फिर Protect Sheet विकल्प का उपयोग करके रक्षा लागू करें; आवश्यकता हो तो पासवर्ड सेट करें। इससे लॉक की हुई कोशिकाएँ संपादित नहीं की जा सकेंगी जबकि अनलॉक की गई कोशिकाओं में डेटा दर्ज किया जा सकेगा। बाद में सूत्र बदलने के लिए एक अनप्रोटेक्टेड बैकअप कॉपी रखें।
-
Give one situation when you would use a pie chart and one when you would use a line chart. / एक परिस्थिति बताइए जब आप पाई चार्ट का उपयोग करेंगे और एक जब आप लाइन चार्ट का उपयोग करेंगे।
Show answer
Use a pie chart to show how a whole is divided among parts, for example how total monthly expenses split into Food, Books and Travel. Use a line chart to show change over time, for example how pocket money spent rises or falls each month. / कुल राशि को हिस्सों में कैसे बाँटा गया है यह दिखाने के लिए पाई चार्ट का उपयोग करें, उदाहरण के लिए मासिक कुल खर्च कैसे भोजन, किताबें और यात्रा में बाँटा गया है। समय के साथ बदलती प्रवृत्ति दिखाने के लिए लाइन चार्ट का उपयोग करें, जैसे कि हर महीने खर्च में वृद्धि या कमी।
-
A formula shows #DIV/0! error. What does it mean and how will you fix it? / किसी सूत्र में #DIV/0! त्रुटि दिख रही है। इसका क्या अर्थ है और आप इसे कैसे ठीक करेंगे?
Show answer
#DIV/0! means the formula is trying to divide by zero or by an empty cell. To fix it, check the cell used as the divisor and enter a non-zero number if appropriate, or change the formula to avoid division when the divisor is zero (for example use IF to check). Also ensure no accidental blank cells are referenced. / #DIV/0! का अर्थ है कि सूत्र शून्य या खाली कोशिका से भाग देने की कोशिश कर रहा है। इसे ठीक करने के लिए, भाग देने वाली कोशिका की जाँच करें और उपयुक्त होने पर उसमें शून्य के अलावा कोई संख्या डालें, या सूत्र को शून्य होने पर भाग न करने के लिए बदलें (जैसे IF का उपयोग करें)। यह भी सुनिश्चित करें कि गलती से कोई खाली कोशिका संदर्भित न हो।
-
Write steps to sort a table of student names and marks by marks in descending order. / छात्रों के नाम और अंकों की तालिका को घटते क्रम में नंबर (अंक) के अनुसार क्रमबद्ध करने के चरण लिखिए।
Show answer
1. Select the whole data range including the header row. 2. Go to Data > Sort. 3. In the Sort dialog choose the Marks column as the sort key. 4. Set the order to Largest to Smallest (or Z–A). 5. Ensure the option 'My data has headers' is checked and click OK. The table will reorder with highest marks first. If unsure, practice on a copy so the original order remains safe. / 1. हेडर पंक्ति सहित पूरे डेटा रेंज को चुनें। 2. Data > Sort पर जाएँ। 3. Sort डायलॉग में Marks कॉलम को सॉर्ट कुंजी के रूप में चुनें। 4. क्रम को Largest to Smallest (या Z–A) सेट करें। 5. यह सुनिश्चित करें कि 'My data has headers' विकल्प चेक्ड है और OK दबाएँ। टेबल उच्चतम अंकों से शुरू होकर पुनः व्यवस्थित हो जाएगी। यदि आप अनिश्चित हैं, तो मूल क्रम सुरक्षित रखने के लिए कॉपी पर अभ्यास करें।
Related Laws & Principles
Explore allFoundational laws & principles connected to this chapter — tap to open in the Laws Explorer.