What Are Excel LOOKUP Functions?(एक्सेल लुकअप फंक्शन्स काय आहेत?)
एक्सेल लुकअप फंक्शन्स काय आहेत?
एक्सेल हे एक शक्तिशाली साधन आहे जे डेटा विश्लेषण आणि व्यवस्थापनासाठी मोठ्या प्रमाणावर वापरले जाते. एक्सेलच्या सर्वात सामान्यपणे वापरल्या जाणार्या वैशिष्ट्यांपैकी एक म्हणजे विशिष्ट निकषांवर आधारित डेटा शोधण्याची क्षमता. एक्सेल अनेक लुकअप फंक्शन्स प्रदान करते जे वापरकर्त्यांना टेबल किंवा सेलच्या श्रेणीमधून डेटा द्रुतपणे पुनर्प्राप्त करण्यात मदत करते. ही कार्ये विशेषतः मोठ्या प्रमाणात डेटा व्यवस्थापित करण्यासाठी किंवा जटिल डेटासेटसह कार्य करण्यासाठी उपयुक्त आहेत. या लेखात, आम्ही सर्वात सामान्यपणे वापरल्या जाणार्या एक्सेल लुकअप फंक्शन्स आणि ते कसे कार्य करतात यावर जवळून नजर टाकू.
VLOOKUP कार्य
VLOOKUP फंक्शन हे कदाचित सर्वात सामान्यपणे वापरले जाणारे एक्सेल लुकअप फंक्शन आहे. हे सारणीच्या सर्वात डाव्या स्तंभातील मूल्य शोधण्यासाठी आणि नंतर शोध स्तंभाच्या उजवीकडे निर्दिष्ट स्तंभातून संबंधित मूल्य परत करण्यासाठी वापरले जाते. VLOOKUP फंक्शनसाठी वाक्यरचना खालीलप्रमाणे आहे:
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
"lookup_value" हे मूल्य आहे जे तुम्हाला टेबलच्या सर्वात डावीकडे पहायचे आहे. "टेबल_अॅरे" ही सेलची श्रेणी आहे ज्यामध्ये तुम्हाला शोधायचा असलेला डेटा आहे आणि "col_index_num" हा स्तंभ क्रमांक आहे (डावीकडून सुरू होणारा) ज्यामध्ये तुम्ही पुनर्प्राप्त करू इच्छित असलेले मूल्य आहे. "range_lookup" हा एक पर्यायी युक्तिवाद आहे जो तुम्हाला अचूक जुळणी हवी आहे की अंदाजे जुळणी हवी आहे हे निर्दिष्ट करते.
HLOOKUP कार्य
HLOOKUP फंक्शन VLOOKUP फंक्शन प्रमाणेच कार्य करते, परंतु ते टेबलच्या वरच्या ओळीत मूल्य शोधते आणि नंतर शोध पंक्तीच्या खाली निर्दिष्ट पंक्तीमधून संबंधित मूल्य मिळवते. HLOOKUP फंक्शनसाठी वाक्यरचना खालीलप्रमाणे आहे:
=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup]) "lookup_value" हे मूल्य आहे जे तुम्हाला टेबलच्या वरच्या पंक्तीमध्ये पहायचे आहे. "टेबल_अॅरे" ही सेलची श्रेणी आहे ज्यामध्ये तुम्हाला शोधायचा असलेला डेटा आहे आणि "row_index_num" ही पंक्ती क्रमांक आहे (शीर्षापासून सुरू होणारी) ज्यामध्ये तुम्ही पुनर्प्राप्त करू इच्छित असलेले मूल्य आहे. "range_lookup" हा एक पर्यायी युक्तिवाद आहे जो तुम्हाला अचूक जुळणी हवी आहे की अंदाजे जुळणी हवी आहे हे निर्दिष्ट करते.
INDEX-MATCH कार्य
INDEX-MATCH फंक्शन हे दोन एक्सेल फंक्शन्सचे शक्तिशाली संयोजन आहे जे लुकअप करण्यासाठी एकत्र काम करतात. INDEX फंक्शन सेलच्या श्रेणीतील एका निर्दिष्ट स्थानावरून मूल्य मिळवते आणि MATCH फंक्शन सेलच्या श्रेणीतील मूल्याचे स्थान मिळवते. INDEX-MATCH कार्यासाठी वाक्यरचना खालीलप्रमाणे आहे:
=INDEX(श्रेणी, MATCH(lookup_value, lookup_range, [match_type]))"श्रेणी" ही सेलची श्रेणी आहे ज्यामध्ये तुम्ही पुनर्प्राप्त करू इच्छित असलेली मूल्ये आहेत आणि "lookup_value" हे तुम्ही लुकअप_श्रेणीमध्ये शोधू इच्छित असलेले मूल्य आहे . "lookup_range" ही सेलची श्रेणी आहे ज्यामध्ये तुम्ही शोधू इच्छित असलेली मूल्ये आहेत आणि "match_type" हा एक पर्यायी युक्तिवाद आहे जो तुम्हाला अचूक जुळणी हवी आहे की अंदाजे जुळणी हवी आहे हे निर्दिष्ट करते. फंक्शन निवडा
CHOOSE फंक्शन तुम्हाला निर्दिष्ट निर्देशांक क्रमांकावर आधारित मूल्यांच्या सूचीमधून एक मूल्य निवडण्याची परवानगी देते. CHOOSE फंक्शनसाठी वाक्यरचना खालीलप्रमाणे आहे:
=CHOOSE(index_num, value1, [value2], [value3], ...)
"index_num" हा तुम्हाला प्राप्त करू इच्छित असलेल्या मूल्याचा अनुक्रमणिका क्रमांक आहे (1 पासून सुरू होणारी), आणि "value1", "value2", "value3", इ., तुम्हाला निवडायची असलेली मूल्ये आहेत. "index_num" " हा तुम्हाला प्राप्त करायच्या असलेल्या मूल्याची अनुक्रमणिका क्रमांक आहे (1 पासून सुरू होणारी), आणि "value1", "value2", "value3", इ., तुम्हाला निवडायची असलेली मूल्ये आहेत.
XLOOKUP फंक्शन
XLOOKUP फंक्शन एक नवीन एक्सेल लुकअप फंक्शन आहे जे एक्सेल 365 मध्ये सादर केले गेले होते. ते तुम्हाला टेबल किंवा सेलच्या श्रेणीमध्ये मूल्य शोधण्याची आणि नंतर दुसर्या स्तंभ किंवा पंक्तीमधून संबंधित मूल्य परत करण्यास अनुमती देते.
What Are Excel LOOKUP Functions?
VLOOKUP Function
The VLOOKUP function is perhaps the most commonly used Excel lookup function. It is used to search for a value in the leftmost column of a table and then return a corresponding value from a specified column to the right of the search column. The syntax for the VLOOKUP function is as follows:
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
The "lookup_value" is the value you want to look up in the leftmost column of the table. The "table_array" is the range of cells that contains the data you want to search, and the "col_index_num" is the column number (starting from the left) that contains the value you want to retrieve. The "range_lookup" is an optional argument that specifies whether you want an exact match or an approximate match.
HLOOKUP Function
The HLOOKUP function works in a similar way to the VLOOKUP function, but it searches for a value in the top row of a table and then returns a corresponding value from a specified row below the search row. The syntax for the HLOOKUP function is as follows:
=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])The "lookup_value" is the value you want to look up in the top row of the table. The "table_array" is the range of cells that contains the data you want to search, and the "row_index_num" is the row number (starting from the top) that contains the value you want to retrieve. The "range_lookup" is an optional argument that specifies whether you want an exact match or an approximate match.
INDEX-MATCH Function
The INDEX-MATCH function is a powerful combination of two Excel functions that work together to perform a lookup. The INDEX function returns a value from a specified position in a range of cells, and the MATCH function returns the position of a value in a range of cells. The syntax for the INDEX-MATCH function is as follows:
=INDEX(range, MATCH(lookup_value, lookup_range, [match_type]))The "range" is the range of cells that contains the values you want to retrieve, and the "lookup_value" is the value you want to look up in the lookup_range. The "lookup_range" is the range of cells that contains the values you want to search, and the "match_type" is an optional argument that specifies whether you want an exact match or an approximate match.
The INDEX-MATCH function is a powerful combination of two Excel functions that work together to perform a lookup. The INDEX function returns a value from a specified position in a range of cells, and the MATCH function returns the position of a value in a range of cells. The syntax for the INDEX-MATCH function is as follows:
=INDEX(range, MATCH(lookup_value, lookup_range, [match_type]))The "range" is the range of cells that contains the values you want to retrieve, and the "lookup_value" is the value you want to look up in the lookup_range. The "lookup_range" is the range of cells that contains the values you want to search, and the "match_type" is an optional argument that specifies whether you want an exact match or an approximate match.
CHOOSE Function
The CHOOSE function allows you to select a value from a list of values based on a specified index number. The syntax for the CHOOSE function is as follows:
=CHOOSE(index_num, value1, [value2], [value3], ...)
The "index_num" is the index number of the value you want to retrieve (starting from 1), and the "value1", "value2", "value3", etc., are the values you want to choose from.The "index_num" is the index number of the value you want to retrieve (starting from 1), and the "value1", "value2", "value3", etc., are the values you want to choose from.
The CHOOSE function allows you to select a value from a list of values based on a specified index number. The syntax for the CHOOSE function is as follows:
=CHOOSE(index_num, value1, [value2], [value3], ...)
The "index_num" is the index number of the value you want to retrieve (starting from 1), and the "value1", "value2", "value3", etc., are the values you want to choose from.The "index_num" is the index number of the value you want to retrieve (starting from 1), and the "value1", "value2", "value3", etc., are the values you want to choose from.
XLOOKUP Function
The XLOOKUP function is a newer Excel lookup function that was introduced in Excel 365. It allows you to search for a value in a table or range of cells and then return a corresponding value from another column or row.
The XLOOKUP function is a newer Excel lookup function that was introduced in Excel 365. It allows you to search for a value in a table or range of cells and then return a corresponding value from another column or row.
Post a Comment