Computer Fundamental MCQs - MS Excel MCQs
Computer Fundamental MCQs - MS Excel MCQs
सही syntax चुनिए :
Options:
- =concatenate(text1,text2,text3, ….)
- =vlookup(lookup_array,lookup_value,column_index,true/false)
- =match(looup_array, lookup_value, match_type)
- All of the above
Right Answer: =concatenate(text1,text2,text3, ….)
CONCATENATE function दो या अधिक पाठ खंडों को जोड़कर एक कर देता है और इसका सही syntax =CONCATENATE(text1, text2, text3, …) ही है, इसलिए विकल्प (1) शुद्ध है। विकल्प (2) गलत है, क्योंकि VLOOKUP में सबसे पहले lookup_value आता है, फिर table_array। विकल्प (3) भी गलत है, क्योंकि MATCH का सही रूप =MATCH(lookup_value, lookup_array, match_type) होता है। इस प्रकार दो syntax त्रुटिपूर्ण होने से 'All of the above' भी सही नहीं हो सकता। अतः उत्तर विकल्प (1) है।
This question is part of Computer Fundamental MCQs - MS Excel MCQs, which has 110 practice questions with answers.