Error Handling Functions सीखें: Excel में IFERROR, ISERROR और ISNA जैसे फॉर्मूलों का उपयोग करके एरर मैसेज को सही करें और अपने डेटा को सही बनाएं।
Error Handling Functions (त्रुटि प्रबंधन फॉर्मूले)
1. =IFERROR(A1/B1, “Error”)
English: Returns a value if an error occurs.
हिंदी: त्रुटि होने पर वैकल्पिक मान देता है।
2. =ISERROR(A1)
English: Checks if there is an error in the formula.
हिंदी: फॉर्मूले में त्रुटि की जाँच करता है।
8. Other Advanced Functions (अन्य उन्नत फॉर्मूले)
1. =UNIQUE(A1:A10)
English: Returns unique values from a range.
हिंदी: रेंज से यूनिक मान लौटाता है।
2. =FILTER(A1:A10, B1:B10>50)
English: Filters values based on a condition.
हिंदी: शर्त के आधार पर मानों को फिल्टर करता है।
3. =SORT(A1:A10, 1, TRUE)
English: Sorts the data in ascending order.
हिंदी: डेटा को आरोही क्रम में सॉर्ट करता है।
4. =RANDBETWEEN(1, 100)
English: Generates a random number between 1 and 100.
हिंदी: 1 और 100 के बीच एक रैंडम संख्या जनरेट करता है।
यह सूची Excel के सभी प्रमुख फॉर्मूलों का सारांश है। किसी विशेष फॉर्मूले का विस्तृत उपयोग जानने के लिए बताएं!