📘 Chapter 4
Use Refereneing
Topic 4.1: Concept of referencing
संदर्भण की अवधारणा

1. What is Cell Referencing? (कोशिका संदर्भ क्या है?)

  • Cell referencing मतलब किसी अन्य cell के value को formulas या calculations में refer करना

  • यह formula को values manually टाइप करने की जरूरत नहीं पड़ने देता।

  • Example: यदि A1 = 10 और B1 = 20C1 में formula: =A1+B1 → result 30


2. Why Use Referencing? (संदर्भ का उपयोग क्यों करें?)

  • Calculations में समय बचता है।

  • Accuracy सुनिश्चित होती है।

  • Automatic updates: अगर referenced cell का value change हो → formula result भी update होता है।

  • Useful है large datasets, marksheets, budgets, reports, financial calculations के लिए।


3. Types of Cell References (कोशिका संदर्भ के प्रकार)

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

    • Default type

    • Formula copy करने पर automatically adjust होता है।

    • Example: =A1+B1 → drag down → =A2+B2, =A3+B3…

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

    • $ use करके fixed reference।

    • Copy करने पर change नहीं होता।

    • Example: =$A$1+B1$A$1 fixed, B1 adjust होता है।

  3. Mixed Reference (आंशिक स्थिर संदर्भ)

    • Row या column fixed।

    • Example: $A1 → Column A fixed, Row change

    • Example: A$1 → Row 1 fixed, Column change


4. How to Use Referencing in a Formula (कैसे उपयोग करें)

  1. Cells में values enter करें।

    • Example: A1 = 10, B1 = 20

  2. किसी अन्य cell में formula type करें → reference use करें।

    • Example: =A1+B1

  3. Fill Handle से formula copy करें →

    • Relative → adjust automatically

    • Absolute → stays fixed


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

Item Price Quantity Total
Pen 10 5  
Book 50 2  
Bag 200 1  
  • First row total: =B2*C2 → 10*5 = 50

  • Fill Handle drag → next rows:

    • Book: =B3*C3 → 50*2 = 100

    • Bag: =B4*C4 → 200*1 = 200


6. Advantages (लाभ)

  • Manual typing कम हो जाता है।

  • Calculations dynamic और accurate बनती हैं।

  • Professional spreadsheets और reports के लिए essential।

  • Value change करने पर सभी dependent formulas automatic update होते हैं।


✨ Summary (सारांश)

  • Cell referencing = formulas में अन्य cell के values refer करना।

  • Types: Relative, Absolute, Mixed

  • समय बचाता है, accuracy बढ़ाता है और spreadsheets dynamic बनाता है।

Posted by: Er. Manoj Kumar
Post Date: 23-09-2025 04:00 PM