Computer Fundamental MCQs - MS Excel MCQs
Computer Fundamental MCQs - MS Excel MCQs
Microsoft Excel के सन्दर्भ में निम्नलिखित में से कौन-सा कथन गलत है ?
Options:
- The result of the OR function is maximum times TRUE.
- =RANK(P1,$P$1:$P$100 will provide the rank of 100 entries.
- Not is an inverse function in MS Excel.
- The Len() function is used to get the length of string excluding spaces.
Right Answer: The Len() function is used to get the length of string excluding spaces.
LEN function किसी पाठ की कुल लम्बाई अक्षरों में लौटाता है और वह रिक्त स्थानों (spaces) को भी गिनता है, उन्हें छोड़ता नहीं। उदाहरण के लिए =LEN("MS Excel") का परिणाम 8 आता है, क्योंकि बीच का space भी एक character माना जाता है। इसलिए विकल्प (4) का कथन गलत है। शेष कथन ठीक हैं — OR function किसी एक भी तर्क के सत्य होने पर TRUE देता है, RANK में $P$1:$P$100 सौ प्रविष्टियों की श्रेणी दर्शाता है तथा NOT वास्तव में तार्किक मान को उलटने वाला function है।
This question is part of Computer Fundamental MCQs - MS Excel MCQs, which has 110 practice questions with answers.