Lookup and Reference Functions सीखें: Excel में VLOOKUP, HLOOKUP, INDEX और MATCH जैसे फॉर्मूलों का उपयोग करके डेटा को तेजी से सर्च और रेफरेंस करें।
Lookup and Reference Functions (लुकअप और संदर्भ फॉर्मूले)
1. =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
English: Searches for a value in the first column of a range.
हिंदी: रेंज के पहले कॉलम में मान खोजता है।
2. =HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])
English: Searches for a value in the first row of a range.
हिंदी: रेंज की पहली पंक्ति में मान खोजता है।
3. =INDEX(A1:C10, 2, 3)
English: Returns the value of a cell in a specified row and column.
हिंदी: किसी निर्दिष्ट पंक्ति और कॉलम का मान देता है।
4. =MATCH(50, A1:A10, 0)
English: Finds the position of 50 in a range.
हिंदी: रेंज में 50 की स्थिति ढूँढता है।
5. =OFFSET(A1, 2, 3)
English: Returns a reference to a range that is offset from a cell.
हिंदी: सेल से ऑफसेट रेंज को संदर्भित करता है।