×
  • To calculate innings total runs after each over, we have to add current over's runs into, innings total runs till it's previous over.
  • For this, go to cell K2 in column “Innings Total Runs”
  • Add “=SUM(” then "$" then "J" and then ":" and "$" then "2" and bracket ")" complete, as innings total runs after 1st over
  • Then go to cell K3

प्रत्येक ओवर के बाद इनिंग के कुल रन की गणना:

  • प्रत्येक ओवर के बाद इनिंग के कुल रन की गणना करने के लिएहमको वर्त्तमान ओवर के रनों को इनिंग के कुल रनों में जोड़ना पड़ेगा उसके पिछले ओवर तक।
  • इसके लिए कॉलम "इनिंग कुल रनके सेल K2 में जाइए।
  • इनिंग कुल रन के रूप मेंपहले ओवर का बाद प्रविष्ट करिये "=SUM(J2)".
  • उसके बाद सेल K3 में जाइए
 

 
Using "$" for cell range with fixed starting cell:
  • Here from cell K3 till K21, we need to do the addition of cell range, starting from J2 till the cell of J column, intersecting in corresponding row.
  • Example:
    • Cell value of K3 = J2 + J3
    • Cell Value of K4 = J2 + J3 + J4
    • ....
    • Cell Value of Kn = J2 + J3 + J4 + ....... + Jn
  • From this we conclude that, for each total, cell range is starting from cell J2.
  • For keeping fix part in cell range we prefix $ to that fix part.
  • Add formula in cell K3 as "SUM=", the in bracket "(" write as $, then append "J", then "$" and append "2", after this put colon ":" and "J3" and press enter. (Notice $ sign)
  • Now you can use auto-completion to reflect innings total for remaining cells of column or apply once again same formula modified according to row number, to see how, go to next step.

स्थिर शुरूआती सेल के साथ सेल रेंज के लिए "$" का उपयोग :

  • यहाँ सेल K3 से K२१ तकहमें सेल रेंज के योग की जरुरत हैसेल J2 से शुरुआत करके ज कॉलम के सेल तकअनुरुप रो में मिलते हैं।
  • उदहारण:
    • सेल K3 का मूल्य =J2+J3
    • सेल K4 क मूल्य =J2+J3+J4
    • ....
    • सेल Kn का मूल्य = J2+J3+J4+.....+Jn
  • इससे यह निष्कर्ष निकलता है किप्रत्येक कुल के लिए सेल रेंज सेल J2 से शुरुआत हो रही है।
  • सेल रेंज के किसी हिस्से को स्थिर रखने के लिएस्थिर हिस्से के पहले जोड़ देते हैं।
  • सेल K3 में सूत्र (फार्मूलाप्रविष्ट करिये यानि SUM=(J2:J3)। ( $ पर ध्यान रखिये)
  • अब ऑटो कम्प्लीशन का उपयोग करिये कॉलम के बचे हुए सेल में इनिंग कुल दर्शाने के लिए।

 
  • Add formula in cell K4 as "SUM=", the in bracket "(" write as $, then append "J", then "$" and append "2", after this put colon ":" and "J4" and press enter. (Notice $ sign)


 
  • Now use auto-completion to reflect innings total for remaining cells of column.


Making Innings final total as Bold:

  • For making innings total runs bold go to last cell of column "Innings Total Runs" i.e. K21
  • ​Press "Ctrl + B" key combination.

इनिंग के कुल योग को बोल्ड बनना:

  • इनिंग के कुल योग को बोल्ड बनाने के लिए, "इनिंग कुल रनकॉलम के आखिरी सेल में जाइए अर्थात K21
  • संयोजन की Ctrl+B दबाइए।
[Contributed by administrator on 15. März 2018 17:24:10]

×