अपनी lookup स्किल्स बेहतर करें!

एडवांस्ड Excel फंक्शंस

Agata Bak-Geerinck

Product Owner Data, Telenet

Excel से लेकर डेटा टीम लीड तक!

white spacePicture of the instructor Agata

एडवांस्ड Excel फंक्शंस

LOOKUP फंक्शनों की ताकत

पहले DataCamp पर:

  • VLOOKUP() - वर्टिकल lookup
  • HLOOKUP() - हॉरिज़ॉन्टल lookup

white space

सीमाएँ:

  • VLOOKUP() - searched value को lookup value के दाएँ होना चाहिए
  • HLOOKUP() - searched value को lookup value के नीचे होना चाहिए

white space

A table with various rows and columns and once cell highlighted in yellow

white space

A table with various rows and columns and once cell highlighted in yellow

एडवांस्ड Excel फंक्शंस

Array क्या है?

Array - मानों की पंक्ति या कॉलम का सेट, या पंक्तियों और कॉलमों का संयोजन$^1$

An example of an array

एक Excel टेबल में होता है:

  • Header: पंक्ति और कॉलम के नाम
  • Array: अंदर के मानों का सेट
1 https://support.microsoft.com/
एडवांस्ड Excel फंक्शंस

ड्रम रोल... XLOOKUP!

XLOOKUP() - एक lookup फंक्शन जो arrays की बदौलत किसी भी दिशा में खोज सकता है.

Excel 2021 से नया!

Syntax: XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])

An example of XLOOKUP function

XLOOKUP function with name ranges

एडवांस्ड Excel फंक्शंस

2D lookups? INDEX()

A Table with 4 columns and 3 rows, to illustrate INDEX function use

white space

April के लिए Labels Sales? = INDEX ( B2:D4, 2, 2)

white space

  • Syntax: INDEX(array, row_num, [column_num])
  • किसी निर्दिष्ट array के भीतर किसी cell का मान लौटाता है
एडवांस्ड Excel फंक्शंस

2D lookups? MATCH()

  • Syntax: MATCH(lookup_value, lookup_array, [match_type])
  • किस row और column को संदर्भित करना है, यह ढूँढता है

A Table in Excel with 5 columns and 4 rows, to illustrate INDEX and MATCH function use

April के लिए Labels Sales कहाँ मिलेगा?

= Match ( "Labels", Categories, 0) = row 2

= Match ( "APR", Months, 0) = column 2

एडवांस्ड Excel फंक्शंस

2D lookups? (INDEX और) MATCH की परफेक्ट जोड़ी

A Table in Excel with 5 columns and 4 rows, to illustrate INDEX and MATCH function use

= INDEX ( B2:D4, 2, 2)

= INDEX(array, MATCH(rows), MATCH(columns))

= INDEX ( Sales, MATCH( "Labels", Categories, 0), MATCH( "APR", Months, 0) )

एडवांस्ड Excel फंक्शंस

हमारा डेटासेट मिलिए!

Commercial डेटासेट:

Visual explanation of the dataset: USA contour, icon of a shopping basket and of a stack of coins

डेटा एक नज़र में:

  • Order जानकारी
  • Customer socio-demo
  • विस्तृत product डेटा
  • Sales, Volumes, Discounts, और Profits

white space

और जानकारी के लिए Metadata sheet देखें.

एडवांस्ड Excel फंक्शंस

अभ्यास का समय!

एडवांस्ड Excel फंक्शंस

Preparing Video For Download...