📘 Chapter 3
Format data in the Spreadsheet
Topic 3.9: Uses of fill handle to copy formulae
सूत्रों को कॉपी करने के लिए फ़िल हैंडल का उपयोग

1. What does it mean? (मतलब क्या है?)

  • Spreadsheet में formula एक instruction है जो किसी cell के values को calculate करता है।

  • Fill Handle का use करके formula को जल्दी से adjacent cells में copy किया जा सकता है।

  • जब formulas copy होते हैं → cell references automatically adjust होते हैं (relative) जब तक कि absolute reference न हो।


2. Why Use Fill Handle to Copy Formulas? (फ़िल हैंडल क्यों उपयोग करें?)

  • Same calculation को multiple rows या columns में apply करने में समय बचाता है।

  • Manual typing में errors कम करता है।

  • Calculations में consistency सुनिश्चित करता है।

  • Useful है totals, averages, differences या repeated calculations के लिए।


3. How to Use Fill Handle to Copy Formulas (कैसे उपयोग करें)

  1. पहले cell में formula enter करें।

    • Example: =A2+B2

  2. Formula वाले cell को select करें।

  3. Cursor को bottom-right corner पर ले जाएँ → small black cross (+) बन जाएगा।

  4. Click करें और Fill Handle drag करें उन cells तक जिनमें formula copy करना है।

  5. Mouse छोड़ दें → formulas copy हो जाएंगे और references automatically adjust होंगे।


4. Practical Example (व्यावहारिक उदाहरण)

Marks Table:

Roll No Maths Science Total
1 85 90  
2 78 88  
3 92 80  
  • Total (Row 1) में formula: =B2+C2 enter करें।

  • Fill Handle drag करें → सभी students का total automatically calculate होगा:

    • Row 2: =B3+C3

    • Row 3: =B4+C4


5. Important Notes (महत्वपूर्ण नोट्स)

  1. Relative Reference (सापेक्ष संदर्भ):

    • Default: cell references adjust automatically.

    • Example: =B2+C2 → next row: =B3+C3.

  2. Absolute Reference (स्थिर संदर्भ):

    • $ use करके किसी cell को fix करें।

    • Example: =$B$2+C2 → B2 fixed, C2 adjust होगा।

  3. Fill Handle vertical और horizontal दोनों directions में use किया जा सकता है।


6. Advantages (लाभ)

  • Large datasets के लिए calculation तेज़।

  • Errors कम।

  • Repetitive formulas में effort बचाता है।

  • Consistent calculations सुनिश्चित करता है।


✨ Summary (सारांश)

  • Fill Handle formula को जल्दी copy करने के लिए use होता है।

  • Relative references automatically adjust होते हैं, absolute reference की जरूरत होने पर $ use करें।

  • समय बचता है, errors कम होते हैं और calculations consistent रहते हैं।

Posted by: Er. Manoj Kumar
Post Date: 23-09-2025 03:59 PM