MS Excel [Course]
622 subscribers
30 photos
5 videos
Download Telegram
Excel-related interview questions often test both basic and advanced skills, depending on the role. Here are some common questions you might encounter, along with example answers:

### Basic Questions:

1. What is the difference between a relative reference and an absolute reference in Excel?
- Answer: A relative reference (e.g., A1) changes when you copy a formula to another cell, while an absolute reference (e.g., $A$1) remains constant regardless of where the formula is copied.

2. How do you create a pivot table in Excel?
- Answer: To create a pivot table, first select your data range, then go to the *Insert* tab, click on *PivotTable*, choose the location for the pivot table, and select fields to add to the Rows, Columns, Values, and Filters areas.

3. What is the purpose of the VLOOKUP function?
- Answer: VLOOKUP searches for a value in the first column of a range (or table) and returns a value in the same row from another column in that range.

### Intermediate Questions:

4. How would you use conditional formatting to highlight cells with values above a certain threshold?
- Answer: Select the range of cells you want to format, go to the *Home* tab, click on *Conditional Formatting*, choose *Highlight Cells Rules* > *Greater Than*, then enter the threshold value and choose a formatting style.

5. Can you explain how to use the IF function in Excel?
- Answer: The IF function checks whether a condition is met and returns one value if true and another if false. For example, =IF(A1 > 100, "Above 100", "100 or below") returns "Above 100" if the value in A1 is greater than 100, otherwise it returns "100 or below".

6. How would you combine text from different cells in Excel?
- Answer: You can combine text from different cells using the & operator or the CONCATENATE function. For example, =A1 & " " & B1 combines text from cells A1 and B1 with a space between them.

### Advanced Questions:

7. How would you use the INDEX and MATCH functions together?
- Answer: INDEX and MATCH can be combined to perform a lookup. For example, =INDEX(B1:B10, MATCH("criteria", A1:A10, 0)) searches for "criteria" in range A1:A10 and returns the corresponding value from range B1:B10.

8. What are array formulas, and how do they differ from regular formulas?
- Answer: Array formulas can perform multiple calculations on one or more items in an array. They are entered by pressing Ctrl + Shift + Enter instead of just Enter. They differ from regular formulas because they can process multiple values simultaneously and return either a single result or an array of results.

9. Explain how you would remove duplicates from a dataset in Excel.
- Answer: To remove duplicates, select the range where duplicates exist, go to the *Data* tab, click *Remove Duplicates*, choose the columns to check for duplicates, and then click OK.

10. How do you create a dynamic range in Excel?
- Answer: A dynamic range can be created using formulas like OFFSET or by converting a range into an Excel Table. For example, =OFFSET(A1, 0, 0, COUNTA(A:A), 1) creates a dynamic range that adjusts as data is added or removed.

These questions cover a range of Excel functions and features that are commonly used in data analysis, financial modeling, and other spreadsheet-intensive roles.
Here is a list of 50 commonly asked Excel-related interview questions, ranging from basic to advanced topics:

### Basic Questions:
1. What is a cell in Excel?
2. How do you merge cells in Excel?
3. What are Excel’s basic data types?
4. How do you insert a new row or column?
5. What is the difference between a workbook and a worksheet?
6. How do you freeze panes in Excel?
7. What is the purpose of the Fill Handle?
8. How can you wrap text in a cell?
9. What is the difference between COUNT, COUNTA, and COUNTBLANK functions?
10. How do you hide or unhide rows and columns?

### Intermediate Questions:
11. How do you apply conditional formatting to a range of cells?
12. What is the VLOOKUP function, and how do you use it?
13. Explain the use of the HLOOKUP function.
14. How do you create a Pivot Table?
15. What are slicers, and how do they work with Pivot Tables?
16. How do you sort data by multiple columns?
17. What is the purpose of the Data Validation feature?
18. How do you create a drop-down list in Excel?
19. How do you remove duplicates from a dataset?
20. What is the difference between a relative and absolute cell reference?

### Formula and Function Related Questions:
21. Explain how to use the IF function.
22. How can you use the SUMIF and COUNTIF functions?
23. What is the difference between SUM and SUMPRODUCT?
24. **How do you use the CONCATENATE function or the & operator?**
Explain the use of the INDEX and MATCH functions together.r.**
How do you use the TEXT function to format numbers?s?**
What is an array formula, and how is it different from a regular formula?a?**
How do you use the AVERAGEIF and AVERAGEIFS functions?s?**
What is the purpose of the OFFSET function?n?**
How do you use the CHOOSE function in Excel?l?**

### Advanced Questions:
How do you create a dynamic named range?e?**
What is the purpose of the INDIRECT function?n?**
How can you use the XLOOKUP function?n?**
What are Excel Tables, and why are they useful?l?**
Explain how to use the SUBTOTAL function.n.**
How do you use Power Query in Excel?l?**
What is the difference between Pivot Table and Power Pivot?t?**
How do you use Goal Seek, Solver, and Scenario Manager?r?**
What is the use of the GETPIVOTDATA function?n?**
Explain how to use macros in Excel.l.**

### Charting and Data Visualization:
How do you create a chart in Excel?l?**
What are sparklines, and how do you add them to your worksheet?t?**
How do you create a combination chart?t?**
How do you use the TRENDLINE feature in charts?s?**
What is a dynamic chart, and how do you create one?e?**
How do you add data labels and customize them in a chart?t?**
What is the purpose of a Pivot Chart, and how is it different from a regular chart?t?**
How do you create a histogram in Excel?l?**
How can you use conditional formatting to create heat maps?s?**
How do you use the Camera tool in Excel?l?**

These questions cover a broad range of Excel topics, ensuring you are well-prepared for most Excel-related interviews. Depending on the job role, the interviewer might focus more on specific areas such as data analysis, financial modeling, or reporting, so it would be wise to tailor your study to the position you're interviewing for.
यहाँ Excel से संबंधित 50 महत्वपूर्ण इंटरव्यू प्रश्न दिए गए हैं जो आपकी तैयारी में मदद कर सकते हैं:

### बेसिक प्रश्न (Basic Questions)

1. Excel में सेल और वर्कशीट में क्या अंतर है?
2. रिलेटिव और एब्सोल्यूट रेफरेंस में क्या अंतर है?
3. VLOOKUP फ़ंक्शन का उपयोग कैसे किया जाता है?
4. पिवट टेबल क्या है और इसका उपयोग कैसे करते हैं?
5. Excel में चार्ट कैसे बनाते हैं?
6. फ्रीज पैन क्या है और इसका उपयोग कैसे किया जाता है?
7. Excel में फिल्टर कैसे लागू करते हैं?
8. SUM और SUMIF फ़ंक्शन में क्या अंतर है?
9. Conditional Formatting क्या है और इसे कैसे लागू करते हैं?
10. Excel में रॉ और कॉलम क्या होते हैं?

### इंटरमीडिएट प्रश्न (Intermediate Questions)

11. IF फ़ंक्शन का उपयोग कैसे करते हैं?
12. CONCATENATE फ़ंक्शन का उपयोग कैसे करते हैं?
13. Excel में डेट और टाइम फ़ंक्शन का उपयोग कैसे करते हैं?
14. Pivot Table में Calculated Field कैसे जोड़ते हैं?
15. TEXT TO COLUMNS का उपयोग कैसे किया जाता है?
16. Data Validation क्या है और इसका उपयोग कैसे करते हैं?
17. MATCH और INDEX फ़ंक्शन का उपयोग कैसे करते हैं?
18. SUBTOTAL फ़ंक्शन का उपयोग कैसे करते हैं?
19. Excel में स्पार्कलाइन्स क्या हैं?
20. Conditional Formatting में डुप्लिकेट वैल्यू कैसे हाइलाइट करते हैं?

### एडवांस्ड प्रश्न (Advanced Questions)

21. Array फ़ॉर्मूला क्या होता है और इसका उपयोग कैसे करते हैं?
22. Excel में मैक्रो क्या होते हैं और इन्हें कैसे रिकॉर्ड करते हैं?
23. Pivot Table में Slicer का उपयोग कैसे करते हैं?
24. OFFSET फ़ंक्शन का उपयोग कैसे करते हैं?
25. INDEX और MATCH का उपयोग VLOOKUP की जगह क्यों किया जाता है?
26. Excel में डेटा मॉडलिंग क्या है?
27. Power Query का उपयोग कैसे करते हैं?
28. Excel में VBA का उपयोग कैसे किया जाता है?
29. Excel में त्रुटि हैंडलिंग कैसे करते हैं?
30. Excel में Conditional Formatting की उन्नत तकनीकों का उपयोग कैसे करते हैं?

### एप्लिकेशन आधारित प्रश्न (Application-Based Questions)

31. आप Excel में एक गतिशील चार्ट कैसे बनाएंगे?
32. डेटा क्लीनिंग के लिए कौन से Excel फ़ंक्शंस का उपयोग करेंगे?
33. Excel में डुप्लिकेट डेटा को कैसे हटाएंगे?
34. आप एक विशिष्ट मानदंड के आधार पर डेटा को कैसे छांटेंगे?
35. Pivot Table के लिए डेटा को कैसे तैयार करेंगे?
36. Large डेटा सेट के लिए कौन से Excel टूल्स का उपयोग करेंगे?
37. आप Excel में एक बाय-वेरीएबल चार्ट कैसे बनाएंगे?
38. IFERROR फ़ंक्शन का उपयोग कब और क्यों करेंगे?
39. आप एक विशिष्ट कॉलम में केवल विशिष्ट मान ही दर्ज करने की अनुमति कैसे देंगे?
40. डेटा के प्रकार के आधार पर डेटा एंट्री को नियंत्रित कैसे करेंगे?

### परफॉरमेंस आधारित प्रश्न (Performance-Based Questions)

41. Excel में स्पीड और परफॉरमेंस को कैसे ऑप्टिमाइज़ करेंगे?
42. आप Excel में बड़े डेटा सेट्स को कैसे मैनेज करेंगे?
43. Excel में फॉर्मूला कैल्कुलेशन स्पीड को कैसे बढ़ाएंगे?
44. आप Excel में Circular References को कैसे पहचानेंगे और हल करेंगे?
45. एक्सेल में एक साथ कई शीट्स पर डेटा को कैसे अपडेट करेंगे?
46. आप एक मास्टर शीट से डेटा को कई शीट्स में कैसे स्प्लिट करेंगे?
47. Excel में स्वचालित रूप से रिपोर्ट्स कैसे जनरेट करेंगे?
48. Excel में कस्टम मैक्रोज़ कैसे लिखेंगे?
49. आप Excel में क्लाउड डेटा को कैसे इंटीग्रेट करेंगे?
50. आप Excel में डैशबोर्ड कैसे बनाएंगे?

ये प्रश्न विभिन्न स्तरों के Excel कौशल का मूल्यांकन करते हैं और आपको साक्षात्कार की तैयारी में व्यापक दृष्टिकोण प्रदान करते हैं।
यहाँ Excel के 20 सबसे उपयोगी और लोकप्रिय फॉर्मूला दिए गए हैं जो विभिन्न प्रकार के डेटा विश्लेषण और रिपोर्टिंग के लिए उपयोगी होते हैं:

### 1. SUM
- उपयोग: किसी रेंज या सेल के समूह का योग करने के लिए।
- उदाहरण: =SUM(A1:A10)

### 2. AVERAGE
- उपयोग: किसी रेंज के औसत (Mean) को निकालने के लिए।
- उदाहरण: =AVERAGE(B1:B10)

### 3. COUNT
- उपयोग: किसी रेंज में मौजूद संख्यात्मक मानों की कुल संख्या गिनने के लिए।
- उदाहरण: =COUNT(C1:C10)

### 4. COUNTA
- उपयोग: किसी रेंज में सभी गैर-खाली सेल्स की गिनती करने के लिए।
- उदाहरण: =COUNTA(D1:D10)

### 5. IF
- उपयोग: किसी शर्त के आधार पर मानों को वापस करने के लिए।
- उदाहरण: =IF(A1>50, "Pass", "Fail")

### 6. VLOOKUP
- उपयोग: वर्टिकल रूप से एक टेबल या रेंज में मान खोजने के लिए।
- उदाहरण: =VLOOKUP(E1, A1:B10, 2, FALSE)

### 7. HLOOKUP
- उपयोग: हॉरिजॉन्टल रूप से एक टेबल या रेंज में मान खोजने के लिए।
- उदाहरण: =HLOOKUP(E1, A1:H10, 2, FALSE)

### 8. INDEX
- उपयोग: एक रेंज से एक सेल के मान को उसके पोजीशन के आधार पर निकालने के लिए।
- उदाहरण: =INDEX(A1:B10, 2, 2)

### 9. MATCH
- उपयोग: किसी रेंज में एक मान के स्थान को खोजने के लिए।
- उदाहरण: =MATCH("Apple", A1:A10, 0)

### 10. SUMIF
- उपयोग: किसी शर्त के आधार पर सेल्स का योग करने के लिए।
- उदाहरण: =SUMIF(A1:A10, ">50")

### 11. COUNTIF
- उपयोग: किसी शर्त के आधार पर सेल्स की गिनती करने के लिए।
- उदाहरण: =COUNTIF(B1:B10, "Yes")

### 12. CONCATENATE
- उपयोग: दो या अधिक टेक्स्ट स्ट्रिंग्स को जोड़ने के लिए।
- उदाहरण: =CONCATENATE(A1, " ", B1)

### 13. LEFT
- उपयोग: किसी टेक्स्ट स्ट्रिंग से बाईं ओर के पात्रों को निकालने के लिए।
- उदाहरण: =LEFT(A1, 5)

### 14. RIGHT
- उपयोग: किसी टेक्स्ट स्ट्रिंग से दाईं ओर के पात्रों को निकालने के लिए।
- उदाहरण: =RIGHT(B1, 3)

### 15. MID
- उपयोग: किसी टेक्स्ट स्ट्रिंग से बीच के पात्रों को निकालने के लिए।
- उदाहरण: =MID(C1, 2, 3)

### 16. TRIM
- उपयोग: किसी टेक्स्ट स्ट्रिंग से अतिरिक्त स्पेस को हटाने के लिए।
- उदाहरण: =TRIM(D1)

### 17. LEN
- उपयोग: किसी टेक्स्ट स्ट्रिंग की लंबाई (पात्रों की संख्या) गिनने के लिए।
- उदाहरण: =LEN(E1)

### 18. SUBSTITUTE
- उपयोग: किसी टेक्स्ट स्ट्रिंग में एक टेक्स्ट को दूसरे से बदलने के लिए।
- उदाहरण: =SUBSTITUTE(F1, "old_text", "new_text")

### 19. TEXT
- उपयोग: किसी मान को विशेष फॉर्मेट में परिवर्तित करने के लिए।
- उदाहरण: =TEXT(A1, "mm/dd/yyyy")

### 20. IFERROR
- उपयोग: एक फॉर्मूला में त्रुटि को पकड़ने और इसे एक वैकल्पिक मान से बदलने के लिए।
- उदाहरण: =IFERROR(A1/B1, "Error")

ये Excel फॉर्मूले डेटा विश्लेषण, रिपोर्टिंग और दिन-प्रतिदिन के कार्यों के लिए अत्यधिक उपयोगी हैं। इन्हें सीखना Excel में दक्षता बढ़ाने के लिए महत्वपूर्ण है।