What is INDEX () and match () in Excel?
एक्सेलमध्ये INDEX () आणि जुळणी () म्हणजे काय?
INDEX() आणि MATCH() ही Microsoft Excel मध्ये टेबल किंवा रेंजमधून डेटा पुनर्प्राप्त करण्यासाठी सामान्यतः वापरली जाणारी दोन कार्ये आहेत.
INDEX() फंक्शन निर्दिष्ट पंक्ती आणि स्तंभ क्रमांकावर आधारित दिलेल्या श्रेणीतील सेलचे मूल्य मिळवते. त्याची वाक्यरचना आहे:
INDEX(array, पंक्ती_संख्या, [स्तंभ_संख्या])
array: शोधण्यासाठी सेलची श्रेणी
row_num: परत करावयाच्या सेलची पंक्ती क्रमांक
column_num: (पर्यायी) परत करायच्या सेलची स्तंभ संख्या. वगळल्यास, फंक्शन संपूर्ण पंक्ती मिळवते.
उदाहरणार्थ, सूत्र =INDEX(A1:B10, 3, 2) तिसर्या पंक्तीमधील सेलचे मूल्य आणि श्रेणी A1:B10 च्या दुसऱ्या स्तंभात परत करेल.
दुसरीकडे, MATCH() फंक्शन सेलच्या श्रेणीमध्ये निर्दिष्ट मूल्याचे स्थान शोधण्यासाठी वापरले जाते. त्याची वाक्यरचना आहे:
MATCH(lookup_value, lookup_array, [match_type])
lookup_value: शोधायचे मूल्य
lookup_array: शोधल्या जाणार्या सेलची श्रेणी
match_type: (वैकल्पिक) करायच्या जुळणीचा प्रकार निर्दिष्ट करते: अचूक जुळणीसाठी 0 (डीफॉल्ट), 1 पुढील सर्वात लहान मूल्यासाठी, किंवा -1 पुढील सर्वात मोठ्या मूल्यासाठी.
उदाहरणार्थ, सूत्र =MATCH("John", A1:A10, 0) A1:A10 श्रेणीतील "जॉन" असलेल्या सेलची स्थिती परत करेल. जर "जॉन" चौथ्या रांगेत असेल, तर सूत्र 4 मिळेल.
INDEX() आणि MATCH() चे संयोजन विशिष्ट निकषांवर आधारित सारणीमधून मूल्य पुनर्प्राप्त करण्यासाठी वापरले जाऊ शकते. हे "इंडेक्स मॅच" फॉर्म्युला म्हणून ओळखले जाते आणि डेटा विश्लेषण आणि लुकअपसाठी एक शक्तिशाली साधन आहे.
नक्कीच, येथे एक्सेलमध्ये INDEX() आणि MATCH() कसे वापरायचे याचे चरण-दर-चरण स्पष्टीकरण दिले आहे:
समजा आमच्याकडे कंपनीसाठी "उत्पादन," "प्रदेश," "तिमाही," आणि "विक्री" साठी स्तंभ असलेल्या विक्री डेटाचे सारणी खाली दर्शविल्याप्रमाणे आहे:
उत्पादन क्षेत्र तिमाही विक्री
Product | Region | Quarter | Sales |
---|---|---|---|
A | East | Q1 | $10,000 |
B | West | Q2 | $8,000 |
C | South | Q3 | $12,000 |
D | North | Q4 | $6,000 |
E | East | Q2 | $9,000 |
F | West | Q3 | $11,000 |
G | South | Q4 | $7,000 |
H | North | Q1 | $5,000 |
आता समजा आम्हाला तिमाही 1 मध्ये उत्पादन A ची विक्री पुन्हा मिळवायची आहे. हे करण्यासाठी आम्ही INDEX() आणि MATCH() फंक्शन्स वापरू शकतो:
प्रथम, आपल्याला ज्या सेलची पंक्ती आणि स्तंभ संख्या आपल्याला पुनर्प्राप्त करायची आहे ते निर्धारित करणे आवश्यक आहे. या प्रकरणात, आम्हाला उत्पादन A आणि चतुर्थांश 1 जेथे छेदतात तेथे पंक्ती क्रमांक आणि विक्री जेथे स्थित आहे तेथे स्तंभ क्रमांक हवा आहे.
खालील प्रमाणे ही संख्या शोधण्यासाठी आपण MATCH() फंक्शन वापरू शकतो:
पंक्ती क्रमांकासाठी: =MATCH("A", A:A, 0) जे 2 मिळवते कारण उत्पादन A "उत्पादन" स्तंभाच्या दुसऱ्या रांगेत आहे.
स्तंभ क्रमांकासाठी: =MATCH("विक्री", 1:1, 0) जे 4 मिळवते कारण "विक्री" टेबलच्या चौथ्या स्तंभात आहे.
पुढे, आम्ही चरण 1 मध्ये निर्धारित केलेल्या पंक्ती आणि स्तंभाच्या छेदनबिंदूवरील मूल्य पुनर्प्राप्त करण्यासाठी INDEX() फंक्शन वापरू शकतो. सूत्र आहे:
=INDEX(A1:D8, 2, 4)
श्रेणी A1:D8 ही आम्ही शोधत असलेली सारणी आहे.
पंक्ती क्रमांक 2 ही पंक्ती क्रमांक आहे जी आम्ही चरण 1 मध्ये निर्धारित केली आहे.
स्तंभ क्रमांक 4 हा आम्ही चरण 1 मध्ये निर्धारित केलेला स्तंभ क्रमांक आहे.
हे सूत्र $10,000 मूल्य परत करेल, जे तिमाही 1 मधील उत्पादन A ची विक्री आहे.
लक्षात ठेवा की आम्ही खालीलप्रमाणे MATCH() आणि INDEX() फंक्शन्स एकाच "इंडेक्स मॅच" फॉर्म्युलामध्ये एकत्र करू शकलो असतो:
=INDEX(A1:D8, MATCH("A", A:A, 0), MATCH("विक्री", 1:1, 0))
हे सूत्र वरील दोन स्वतंत्र सूत्रांप्रमाणेच परिणाम प्राप्त करते.
What is INDEX () and match () in Excel?
INDEX() and MATCH() are two commonly used functions in Microsoft Excel for retrieving data from a table or range.
The INDEX() function returns the value of a cell in a given range based on a specified row and column number. Its syntax is:
- array: the range of cells to be searchedrow_num:the row number of the cell to be returnedcolumn_num:(optional) the column number of the cell to be returned. If omitted, the function returns the entire row.
- For example, the formula =INDEX(A1:B10, 3, 2) would return the value of the cell in the third row and second column of the range A1:B10.
- On the other hand, the MATCH() function is used to find the position of a specified value within a range of cells. Its syntax is: MATCH(lookup_value, lookup_array, [match_type])
- lookup_value: the value to be searched for
- lookup_array: the range of cells to be searched
- match_type: (optional) specifies the type of match to be performed: 0 for an exact match (default), 1 for the next smallest value, or -1 for the next largest value.
- The combination of INDEX() and MATCH() can be used to retrieve a value from a table based on certain criteria. This is known as an "index match" formula and is a powerful tool for data analysis and lookup. Sure, here is an example step-by-step explanation of how to use INDEX() and MATCH() in Excel:
Suppose we have a table of sales data for a company with columns for "Product," "Region," "Quarter," and "Sales" as shown below:
Now suppose we want to retrieve the sales for Product A in Quarter 1. We can use INDEX() and MATCH() functions to do this as follows:Product Region Quarter Sales A East Q1 $10,000 B West Q2 $8,000 C South Q3 $12,000 D North Q4 $6,000 E East Q2 $9,000 F West Q3 $11,000 G South Q4 $7,000 H North Q1 $5,000
- First, we need to determine the row and column numbers of the cell we want to retrieve. In this case, we want the row number where Product A and Quarter 1 intersect and the column number where Sales is located.
For the column number: =MATCH("Sales", 1:1, 0) which returns 4 since "Sales" is in the fourth column of the table.
- The range A1:D8 is the table we are searching.
- The row number 2 is the row number we determined in step 1.
- The column number 4 is the column number we determined in step 1.
- Note that we could have combined the MATCH() and INDEX() functions into a single "Index Match" formula as follows:
- =INDEX(A1:D8, MATCH("A", A:A, 0), MATCH("Sales", 1:1, 0))
This formula achieves the same result as the two separate formulas above.
Post a Comment