When you copy the formula from D9 to F12, the changes occur as follows:
B (the column) shifts to D (two columns to the right).
C (the column) shifts to E (two columns to the right).
$1 (the row for B) stays 1 because it is absolute.
$3 (the row for C) stays 3 because it is absolute.
Therefore, the formula in F12 will be:
=D$1 + E$3 + 5
जब आप सूत्र को D9 से F12 तक कॉपी करते हैं, तो परिवर्तन निम्नानुसार होते हैं:
बी (कॉलम) डी (दाईं ओर दो कॉलम) में स्थानांतरित हो जाता है।
C (स्तंभ) E (दाईं ओर दो स्तंभ) पर स्थानांतरित हो जाता है।
$1 (बी के लिए पंक्ति) 1 ही रहती है क्योंकि यह निरपेक्ष है।
$3 (सी के लिए पंक्ति) 3 ही रहती है क्योंकि यह निरपेक्ष है।
इसलिए, F12 में सूत्र होगा:
=D$1 + E$3 + 5