
? Excel 2 – Relative & Absolute Cell References
In Microsoft Excel, Relative and Absolute Cell References are essential concepts used while creating formulas and calculations ?. A Relative Reference ? changes automatically when a formula is copied to another cell, making it useful for repetitive calculations across rows or columns. For example, =A1+B1 will adjust dynamically when dragged down or across ⚡. On the other hand, an Absolute Reference ? remains fixed by using the $ symbol, such as $A$1, ensuring that a specific cell reference does not change when copying formulas. This is especially useful when applying constant values like tax rates ? or fixed percentages ?. Understanding these references helps users create flexible, accurate, and efficient Excel formulas ?
? Excel 03 – Formatting & Paste Special
In Microsoft Excel, Formatting helps improve the appearance, readability, and presentation of data ?✨. Users can apply font styles ?, colors ?, borders ?, number formats ?, and alignment options to make worksheets more professional and easier to understand. The Paste Special feature ?⚡ provides advanced pasting options beyond normal copy-paste, allowing users to paste only values, formulas, formats, comments, or even perform mathematical operations during the paste process ➕➖. For example, users can copy formulas without formatting or paste only values to remove formula links ?. These features increase productivity, improve report design, and make data handling more efficient in Excel ?
? Excel 04 – Excel Tables
Excel Tables in Microsoft Excel are a powerful feature used to organize and manage data efficiently ?. By converting a normal data range into a table ?️, users get advanced functionalities such as automatic filtering ?, sorting ?, structured references ?, and dynamic expansion when new data is added ⚡. Excel Tables also come with built-in formatting styles ? that improve readability and make reports more professional. They are especially useful for creating PivotTables, charts ?, formulas, and dashboards because tables update automatically as the dataset grows ?. Using Excel Tables helps improve data management, accuracy, and overall productivity in analysis tasks ?
? Excel 05 – Data Filters and Sorting
In Microsoft Excel, Filtering and Sorting are essential tools used to organize and analyze data efficiently ?. The Filter feature ? allows users to display only the records that meet specific conditions, such as showing sales for a particular region ? or products above a certain value ?. Meanwhile, Sorting helps arrange data in Ascending ? or Descending ? order based on text, numbers, dates, or custom criteria. Users can also apply multi-level sorting to organize data more effectively ⚡. These features make large datasets easier to read, improve data analysis, and support faster decision-making for reports and dashboards ?
? Excel 06 – Data Validation Tips & Tricks
The Data Validation feature in Microsoft Excel helps control the type of data users can enter into cells, improving accuracy and reducing errors ?✅. Users can create rules to allow only specific values such as dates ?, numbers ?, dropdown lists ?, or text limits ?. Data Validation is commonly used to create interactive forms, standardized data entry systems, and dynamic dropdown menus ⚡. Advanced tips and tricks include dependent dropdowns ?, custom error messages ⚠️, input restrictions, and formula-based validation for smarter data control. These techniques help maintain clean datasets, improve reporting quality, and make Excel files more professional and user-friendly ?
? Excel 07 – Named Ranges
In Microsoft Excel, Named Ranges allow users to assign meaningful names to cells, ranges, formulas, or tables for easier reference and better readability ?. Instead of using cell references like A1:A10, users can create names such as Sales_Data ? or Employee_List ?, making formulas simpler and more understandable ⚡. Named Ranges are especially useful in complex calculations, dashboards, charts ?, and Data Validation dropdowns ?. They also improve formula management, reduce errors, and make workbook navigation faster and more efficient ?. Using Named Ranges helps create cleaner, more professional, and user-friendly Excel models ?
? Excel 08 – Worksheet and Workbook Protection
In Microsoft Excel, Worksheet and Workbook Protection features help secure data and prevent unauthorized changes ??. Worksheet Protection allows users to lock specific cells, formulas, or sheets so that important data cannot be edited accidentally ⚠️, while still permitting access to selected areas if needed. Workbook Protection secures the overall file structure by preventing actions such as adding, deleting, hiding, or moving worksheets ?. Password protection ? can also be applied to increase security and maintain data integrity. These protection features are especially useful for reports, financial models ?, dashboards ?, and shared workbooks where controlled access and data accuracy are important ?
? Excel 09 – Printing and Page Layout Tab
The Printing and Page Layout features in Microsoft Excel help users prepare worksheets for professional printing and presentation ?️?. The Page Layout Tab provides options to adjust margins ?, page orientation ↔️, paper size ?, scaling ⚡, print area selection, and page breaks for better document formatting. Users can also add headers and footers ?, gridlines, and background settings to improve the appearance of printed reports ?. The Print Preview feature allows users to check the final output before printing, helping avoid formatting issues and wasted pages ?. These tools are essential for creating clean, organized, and presentation-ready Excel reports ?
? Excel 10 – Handle Formula Errors
In Microsoft Excel, formula errors occur when a formula cannot calculate correctly due to incorrect references, missing values, or invalid operations ⚠️?. Common errors include #DIV/0! ➗, #VALUE! ?, #REF! ?, #NAME? ❓, and #N/A ?. Excel provides functions like IFERROR() ?️ and ISERROR() to detect and handle these issues gracefully by replacing errors with custom messages or alternative results ⚡. Proper error handling improves the accuracy, readability, and professionalism of reports and dashboards ?. Understanding how to identify and fix formula errors helps users build reliable and efficient Excel models ?
? Excel 11 – Using IF Formula & Nesting IF Formulas
The IF() function in Microsoft Excel is one of the most commonly used logical formulas for making decisions based on conditions ?⚡. It allows users to return different results depending on whether a condition is TRUE ✅ or FALSE ❌. For example, users can categorize sales as “Target Achieved” ? or “Below Target” based on performance values. Nested IF Formulas ? are created by combining multiple IF functions together to evaluate several conditions within a single formula. This is useful for grading systems ?, commission calculations ?, performance categories ?, and advanced decision-making models. Mastering IF and Nested IF formulas helps users automate logic, improve data analysis, and create smarter Excel solutions ?
? Excel 12 – Using IF with AND & OR Formulas
In Microsoft Excel, combining the IF() function with AND() and OR() formulas allows users to create more advanced logical tests and decision-making calculations ?⚡. The AND() function ✅ checks whether all conditions are TRUE, while the OR() function ? returns TRUE if at least one condition is met. When used with IF(), users can build dynamic formulas for scenarios such as performance evaluation ?, eligibility checks ?, bonus calculations ?, and grading systems ?. For example, an employee may receive a bonus only if both sales and attendance targets are achieved using IF + AND. These logical combinations improve automation, enhance analytical capabilities, and help create smarter Excel models ?
? Excel 13 – COUNTIFS, SUMIFS & AVERAGEIFS Formulas
The COUNTIFS(), SUMIFS(), and AVERAGEIFS() functions in Microsoft Excel are powerful conditional formulas used for advanced data analysis and reporting ?⚡. COUNTIFS() ? counts the number of records that meet multiple criteria, SUMIFS() ? adds values based on specific conditions, and AVERAGEIFS() ? calculates averages for filtered data ranges. These functions allow users to analyze data dynamically using multiple conditions such as region ?, category ?, dates ?, or performance targets ?. For example, businesses can calculate total sales for a specific product in a particular city or find the average profit for a selected department. These formulas improve analytical efficiency, automate reporting, and help users create smarter and more interactive Excel dashboards ?
? Excel 14 – Excel TEXT Functions
TEXT Functions in Microsoft Excel are used to manipulate, clean, combine, and format text data efficiently ??. Popular text functions include LEFT() ⬅️, RIGHT() ➡️, MID() ✂️, LEN() ?, TRIM() ?, UPPER() ?, LOWER() ?, PROPER() ✨, and TEXT() ?. These functions help users extract specific characters, remove extra spaces, change text case, format dates and numbers, and combine values for better data presentation ⚡. Text functions are widely used in data cleaning, reporting, dashboards, and automation tasks such as generating IDs, formatting names ?, or preparing structured datasets ?. Mastering TEXT functions improves productivity and enhances data transformation capabilities in Excel ?
? Excel 15.1 – VLOOKUP Function, INDEX & MATCH Function
The VLOOKUP(), INDEX(), and MATCH() functions in Microsoft Excel are powerful lookup and reference tools used to search and retrieve data from tables efficiently ??. VLOOKUP() helps users find a value in the first column of a table and return related information from another column ?, making it useful for tasks like fetching product prices ? or employee details ?. The combination of INDEX() and MATCH() ⚡ provides a more flexible and advanced lookup solution by allowing searches in any direction and supporting dynamic column references. Unlike VLOOKUP, INDEX & MATCH work efficiently even when columns are rearranged ?. These functions are essential for data analysis, dashboard creation ?, reporting, and automation in Excel ?
? Excel 15.2 – INDEX & MATCH Function
The combination of INDEX() and MATCH() functions in Microsoft Excel is a powerful and flexible alternative to traditional lookup formulas ??. The MATCH() function searches for the position of a value within a row or column ?, while the INDEX() function returns the value from a specified position in a dataset ?. Together, they allow users to perform dynamic lookups in any direction ↔️, making them more versatile than VLOOKUP() ⚡. This combination is widely used for retrieving employee details ?, product information ?, sales data ?, and building advanced dashboards. INDEX & MATCH formulas also handle column changes more effectively, improving reliability and efficiency in Excel models ?
? Excel 16 – XLOOKUP & XMATCH Function
The XLOOKUP() and XMATCH() functions in Microsoft Excel are modern and powerful lookup tools designed to improve flexibility, accuracy, and performance in data analysis ?⚡. XLOOKUP() ? allows users to search for a value and return matching results from any direction without the limitations of VLOOKUP(). It supports exact matches ✅, approximate matches ?, default error handling ⚠️, and dynamic array results ?. Meanwhile, XMATCH() ? returns the relative position of a lookup value within a range and offers advanced matching options compared to the traditional MATCH() function. These functions are highly useful for dashboards, reporting, financial models ?, and advanced Excel automation tasks ?
? Excel 17 – INDIRECT Function
The INDIRECT() function in Microsoft Excel is used to convert text strings into valid cell or range references dynamically ??. This allows users to create flexible formulas that can change references automatically based on input values or selections ⚡. For example, users can build dynamic dropdown reports ?, reference different worksheets ?, or create interactive dashboards ? without manually changing formulas. The INDIRECT function is especially useful in advanced Excel models where dynamic referencing and automation are required ?. By using INDIRECT, users can make spreadsheets more interactive, scalable, and efficient for data analysis and reporting ?
? Excel 18 – OFFSET Function
The OFFSET() function in Microsoft Excel is used to return a reference to a range that is a specified number of rows and columns away from a starting cell ?↔️. It helps create dynamic formulas and flexible data ranges that automatically adjust when data changes ⚡. For example, users can build dynamic charts ?, rolling reports ?, or expanding dashboards using OFFSET to reference changing datasets dynamically ?. The function is widely used in advanced reporting, automation, and interactive Excel models ?. Mastering OFFSET allows users to create smarter and more adaptable spreadsheets for efficient data analysis ?
? Excel 19 – Formula Editing Tips & Tricks
Formula editing in Microsoft Excel becomes faster and more efficient when users apply smart tips and tricks while working with calculations ?⚡. Features such as Formula AutoComplete ✨, F4 shortcut for Absolute References ?, Evaluate Formula ?, and Trace Precedents & Dependents ? help users understand, debug, and manage formulas easily. Keyboard shortcuts ⌨️, multi-line formula formatting ?, and using the Formula Bar effectively can greatly improve productivity and reduce errors ⚠️. These techniques are especially useful when working with complex calculations, financial models ?, dashboards ?, and large datasets. Mastering formula editing skills helps users create cleaner, more accurate, and professional Excel workbooks ?
? Excel 20 – Date and Time Functions
Date and Time Functions in Microsoft Excel are used to manage, calculate, and analyze date and time values efficiently ?⏰. Popular functions include TODAY() ?, NOW() ⏱️, DATE() ?️, TIME() ⌚, DATEDIF() ?, YEAR() ?, MONTH() ?, DAY() ?, and NETWORKDAYS() ?. These functions help users calculate ages ?, project timelines ?, working days ?, deadlines ⏳, and time differences accurately. Date and Time functions are widely used in dashboards, attendance systems ?, financial reports ?, and business analysis for dynamic and automated calculations ⚡. Mastering these functions improves reporting accuracy and enhances productivity in Excel ?
? Excel 21 – Math Functions
Math Functions in Microsoft Excel are used to perform numerical calculations, data analysis, and mathematical operations efficiently ??. Common functions include SUM() ➕, ROUND() ?, ABS() ?, MOD() ➗, POWER() ⚡, SQRT() ?, RAND() ?, and INT() ?. These functions help users calculate totals ?, percentages ?, averages, random values, remainders, and perform complex mathematical computations with ease. Math functions are widely used in financial models ?, dashboards ?, statistical analysis, and automation tasks to improve calculation accuracy and efficiency ⚡. Mastering these functions enables users to build smarter and more dynamic Excel solutions ?
? Excel 22 – Dynamic Array Formulas
Dynamic Array Formulas in Microsoft Excel allow a single formula to return multiple results that automatically spill into neighboring cells ?⚡. These modern formulas eliminate the need for complex copy-pasting and make calculations more dynamic and efficient ?. Popular dynamic array functions include FILTER() ?, SORT() ?, UNIQUE() ✨, SEQUENCE() ?, RANDARRAY() ?, and SORTBY() ?. They are widely used for creating interactive reports, automated dashboards, and flexible data analysis solutions without manual adjustments ?. Dynamic Arrays improve formula efficiency, simplify large calculations, and help users build smarter, cleaner, and more scalable Excel models ?
AI Converts Excel Examples into Formulas
Comparison Between XLOOKUP and FILTER Function for wildcard contains substring search & Return Multiple Results in Excel 365 | Excel 365 vs. Google Sheets | #Excel #GoogleSheets #Analytics #Data #Formula
=TRANSPOSE(XLOOKUP("*"&G6&"*",Data[Motivational Books Title],Data,,2))
=TRANSPOSE(FILTER(Data,ISNUMBER(SEARCH("*"&G14&"*",Data[Motivational Books Title]))))
Example 2:
=TRANSPOSE(XLOOKUP(I4,BankDB[Region],CHOOSECOLS(BankDB,1,2,4)))
=TRANSPOSE(FILTER(CHOOSECOLS(BankDB,1,2,4),I12=BankDB[Region]))
Fuzzy Lookup in Microsoft Excel / POWER BI (2 Methods: Addin or Power Query) | The Fuzzy Lookup Add-In for Excel performs fuzzy matching of textual data in Excel.
VLOOKUP, INDEX+MATCH, XLOOKUP & FILTER Function does not return the results from Approximate Match of Text Values.
Two Way XLOOKUP with Multiple Conditions in Excel 365 | Human Resource (HR) Example | Group Health Insurance Proposal - Calculation of Premium
Connect Slicers with GROUPBY or PIVOTBY Function in Microsoft #Excel 365 | Useful Tips for Dynamic Modern Excel Dashboards | GROUPBY, LAMBDA, SUBTOTAL, UNIQUE, FILTER, SLICERS, VISUAL | #DashboardReporting #Analytics
=GROUPBY(Data[Salesperson],Data[Revenue],SUM,0,0,,BYROW(Data[Category],LAMBDA(r,SUBTOTAL(3,r))))
Dynamic Chart Title: ="Revenue based on Category: "&TEXTJOIN(", ",TRUE,UNIQUE(FILTER(Data[Category],SUBTOTAL(103,OFFSET(Data[Category],ROW(Data[Category])-MIN(ROW(Data[Category])),,1)))))
WildCard CF "Highlight Total Row" | Quick SUM for Multiple Ranges in a Column
3 Super Awesome Advanced XLOOKUP Examples! Excel 365 Version
1. XLOOKUP with Wildcard Search in Excel 365
2. XLOOKUP with TEXTSPLIT & TEXTJOIN in Excel 365
3. XLOOKUP with REGEXTEST in Excel 365
How to LOOKUP Image / Picture in Microsoft #Excel ? 3 Solutions
Prepare Quickly Summary Report MIS | HR Example | Dynamic Array Formulas (GROUPBY, DROP, SORT, HSTACK, ARRAYTOTEXT, COUNTA) | #Excel 365
=SORT(DROP(GROUPBY(Database[EMP No]:Database[Employee Name],Database[Training],HSTACK(ARRAYTOTEXT,COUNTA),,0),1),1,1)
How to Get Worksheet Names ? And Hyperlink to Navigate #Excel
Summary Sheet (Customers) Get Closing Balance & Last Transaction Date in #Excel (Practical Use Case)
=INDIRECT(B4&"!F5")
=LOOKUP(2,1/(INDIRECT("'"&B4&"'!A:A")<>""),INDIRECT("'"&B4&"'!F:F"))
=XLOOKUP(TRUE,INDIRECT("'"&B4&"'!A:A")<>"",INDIRECT("'"&B4&"'!F:F"),"",0,-1)
=HYPERLINK("#'"&B4&"'!F5",B4)
? Excel 23 – Conditional Formatting
Conditional Formatting in Microsoft Excel is a powerful feature used to automatically format cells based on specific conditions or rules ??. It helps users highlight important information such as high or low values ??, duplicate records ?, deadlines ?, trends ?, or performance indicators ? using colors, icons, data bars, and formatting styles. For example, sales values above a target can be highlighted in green ✅, while low-performing results may appear in red ⚠️. Conditional Formatting improves data visualization, makes reports easier to interpret, and helps users quickly identify patterns and insights ⚡. It is widely used in dashboards, KPI tracking, financial analysis ?, and business reporting to create interactive and professional Excel reports ?
Learn how to use Excel data tables for what-if analysis, including one-variable and two-variable tables, with loan payment examples; compare traditional sheets to dynamic array methods in Excel 365.
Quickly analyze data with the Office 365 data analysis feature powered by AI. Generate insights, charts, and NLP-driven questions to explore outliers and sales trends.
Add Symbols or Arrows in Custom Formatting in Excel
Timestamp Cells HACK! | Create Timestamp in Microsoft Excel
How to Find High-Value Customers in Microsoft #Excel ? Dynamic Array Formulas or Pivot Table
=GROUPBY(data[Customer ID]:data[Customer Name],data[Order Amount],SUM,,0)
=SORT(FILTER(C7#,E7:E801>80000),3,-1)
Learn Advanced Descriptive Analytics in Excel | Examples of Human Resources Management Dataset | 6 Questions
1. 10 Eldest Members (Old Admissions)
2. 10 Youngest Members (New Admissions)
3. 10 Eldest Members (Date of Birth)
4. 10 Youngest Members (Date of Birth)
5. Birthday in Current Month
6. Anniversary in Current month
Q1. Filter all Employees who are Reporting to Manager Rahim?
=VSTACK(HR_Data[#Headers],FILTER(HR_Data,HR_Data[Manager]=I4))
Q2. Filter all Employees who are Reporting to Manager Rahim having Salary >= 80,000 & Male?
=VSTACK(HR_Data[#Headers],FILTER(HR_Data,(HR_Data[Manager]=I49)*(HR_Data[Salary]>=80000)*(HR_Data[Gender]="Male")))
Q.3 Salaries of People Reporting to Rahim ? Descriptive Analytics
=FILTER(HR_Data[Salary],HR_Data[Manager]=B74)
Q4. Filter all Employees who are Reporting to Manager Rahim (ID, Names, Gender, Age, Salary)?
=VSTACK(CHOOSECOLS(HR_Data[#Headers],{1,2,4,5,7}),FILTER(CHOOSECOLS(HR_Data,{1,2,4,5,7}),HR_Data[Manager]="Rahim"))
Q.5 Summarize Department wise based on Age Filter?
=SORT(UNIQUE(FILTER(HR_Data[Department],HR_Data[Age]>=C163)))
=COUNTIFS(HR_Data[Department],E166#,HR_Data[Age],">="&C163)
=SORT(E166#:F166#,2,-1)
Q.6 Find Names and No of Employees Reporting to Manager?
=TEXTJOIN(", ",TRUE,FILTER(HR_Data[Full Name],HR_Data[Manager]=B188))
=COUNTA(--TEXTSPLIT(C188,", "))
Random Data Generator with PYTHON in Microsoft Excel 365
Courier Delivery Process Flow / Tracker | HR Hiring an Employee Tracker in Excel
Conditional Formatting - Apply Arrows on Multiple Column with Relative References - NO HELPER COLUMNS
Excel Shows an Error! Solution?
SOLVED | Symbols + Custom Formatting inside Conditional Formatting with Custom Rules
Advanced Filter Feature VS. Filter Function & Dynamic Array Formulas for Analytics in Excel 365
Information design is the practice of presenting information in a way that's easy to understand and use. It's like translating complex data into a language everyone can comprehend. By using visual elements, typography, and layout, information designers create clear, concise, and engaging content.
Key goals of information design:
Clarity: Ensuring information is easily understood.
Efficiency: Making information accessible and usable quickly.
Effectiveness: Achieving the desired outcome or goal.
Transformation of Traditional Reports into Data Storytelling Visuals in Microsoft Excel
Following International Business Communication Standards (IBCS)-compliant visuals, built-in standardization, and the ability to turn complex data into clear, actionable dashboards. ZEBRA BI Visuals (Excel / POWERBI)
32.3 - How to convert Stack Data into Unstack different approaches Unstack Uneven Data Excel Power Query
One Slicer for Two Different Datasets in Excel | Relationships | POWER PIVOT
Working with very LARGE Datasets | 4+ Million Rows | Power Query and Power Pivot | Big Data in Excel
How to Extract Dates From Text Strings in Power Query
How to Convert Multiple Headers Cross Tab Report into Tabular Data (Unpivot)
How to Calculate Hours Worked for Employees on Complex Data & to Summarize in Power Query or Dynamic Array Formula (GROUPBY & SORT) in Microsoft Excel
Import Data "Market Summary" from KSE STOCKS Website & Automate in Excel
Web Scraping "Add Column from Examples" Power Query in Excel
Normalize Data using Power Query
Combine Multiple Tables and Perform Aggregation Sum | POWER QUERY Solution | Data Transformation
Migrate Excel Data Model and DAX to POWER BI and Combine All Measures
How to Quickly Add Calendar Date Dimension Table in Microsoft POWER PIVOT in Excel?
Fuzzy Lookup (POWER QUERY) Approximate Match for Text in Microsoft Excel
Append - Combine - Stack - Data from Multiple CSV or Excel Files in Microsoft Excel via POWER QUERY and POWER PIVOT
Data Challenge | Splitting the Field | POWER QUERY | Copilot Artificial Intelligence
Sales Analytical Dashboard using Data Analysis Expressions (DAX) & Visualizations + Tips in Excel
How to Create Calendar Dimension Table in EXCEL POWER PIVOT with Just One Click ? And How to Convert Fiscal Calendar (Years, Months & Quarters) Slicers for Dashboard in #Excel POWER PIVOT ? Jul to Jun | Apr to Mar | Jan to Dec
Fiscal Years:=IF('Calendar'[Month Number]<=6,
'Calendar'[Year]-1&"-"&'Calendar'[Year],
'Calendar'[Year]&"-"&'Calendar'[Year]+1)
Fiscal Months Names:=FORMAT('Calendar'[Date],"mmm")
Fiscal Month Numbers:=MONTH(EDATE('Calendar'[Date],-6)) | For Sorting Purpose
Fiscal Quarters:=FORMAT(EDATE('Calendar'[Date],-6),"\QQ")
This is Dynamic and When More Data will Append in Fact Tables this Dimension Table will update Automatically.
Create Dashboard / Visuals in Just Few Clicks with CoPilot in Excel 365 - Artificial Intelligence #AI #CoPilot #Excel
Learn to create an aging analysis in Excel using VLOOKUP with approximate match and a pivot table to categorize days into 0–30 days, 31–60 days, 61–90 days, and 91–120 days.
Explore how to assign risk ratings in Excel using nested if, VLOOKUP, XLOOKUP, and INDEX+MATCH based on impact and likelihood.
This lecture demonstrates two-dimensional row-and-column lookup in Excel with index and match to fetch values by part number and field name, such as cost, retail price, and profit.
Minimize The Total Shipping Cost for a Company | Solver Feature in Excel | Better Business Decisions
Find Milestone Matches of BABAR AZAM in T20i Using MS Excel Functions and Power Query | XLOOKUP
Step by Step Learn How to Purchase MICROSOFT OFFICE 365 Subscription
Excel AI Formula that Saves Hours of Your Work | OPEN AI | Excel Labs Add-in
Create Personal Finance Template in Microsoft Excel
Lookup Values from Multiple Worksheets in Microsoft Excel | Dynamic Array Formula | #Excel 365 Version
Master List: =SORT(CHOOSECOLS(UNIQUE(FILTER(VSTACK('Aug-23:Nov-23'!B3:D100),VSTACK('Aug-23:Nov-23'!B3:B100)<>"")),1,3),1,1)
=IFERROR(VLOOKUP(B6,$E$5:$F$50,2,FALSE),"Not Found")
SORT, CHOOSECOLS, UNIQUE, FILTER, VSTACK
Automatically Import Data From Google Sheets to Excel | Link Google Sheets to Excel in Real Time | #Excel #GoogleSheets #PowerQuery
Magic of LAMBDA! Dynamic Array Formula Solutions (Excel 365) | Extract / Get Multiple Values (Unique) from an Array!
Solution 1: =SORT(UNIQUE(Data[City]),,1) | =TOROW(UNIQUE(FILTER(Data[Product Name],Data[City]=B6)))
Solution 2: =GROUPBY(Data[City],Data[Product Name],LAMBDA(x,ARRAYTOTEXT(SORT(UNIQUE(x)))),,0)
Magic of Dynamic Array Formulas in Excel 365 | TAKE, DROP, XMATCH | Lookup Values from Multiple Columns | =TAKE(DROP(B7:P7,,XMATCH(R7,B5:P5)-1),,3)
Introduction:
Are you ready to take your Excel skills to the next level?
Do you want to pursue a career in Excel related work?
Are you finding that employers these days want 'Advanced Excel Skills'?
Or maybe you've started a new job that requires more advanced Excel skills.
Do you struggle with Excel?
Not sure which formula to use for your situation?
Are you tired spending hours online trying to get "RIGHT" help?
When asked to make a dashboard or report, not sure where to start?
Module K – 15 Excel Functions Refresher, Module J – Exclusive Templates, Module I – Additional Learning 2 – Advanced Excel – More Scenario Examples, Module H – Additional Learning 1 – Dashboard Reporting in Excel with Tips, Module G – Modern Excel – DAX and Power Query, Module F – Pivot Table, Module E – Excel Charts and Visualizations, Module D – Data Analysis, Module C – Excel Formulas and Functions, Module B – Excel Essentials, Module A – Excel Basics (for Beginners)
Our Excel course is designed to take you from zero to hero so you can confidently list 'Advanced Excel Skills' on your resume/CV, or quickly get to grips with the requirements of a new job.
I have used the Excel 2021 / Office 365 to record these videos. Almost everything covered in this course will work for all the Excel versions (2010, 2013, 2016, 2019 & Office 365).
IS THIS ONLINE EXCEL COURSE FOR BEGINNERS ONLY?
This Complete Excel Course is for two types of people:
Excel beginners, i.e. anyone looking to learn Excel from scratch
Excel intermediate and Excel advanced users who want to make sure their skills cover all the essentials. This includes many Excel tricks and hidden features few data analysts know of.
The Excel Essentials for the Real World Course covers ALL the fundamentals an Excel beginner needs to know. BUT it also fills in the gaps for Excel Intermediate and Advanced users. It's for corporate professionals who feel comfortable with Excel but not 100% confident.
This is more than an Excel Basics Course. It starts off easy and adds in tips and tricks many Excel advanced users don't know of.
COURSE UPDATED to Include the BRAND NEW Excel Functions available in Microsoft 365 such as:
Excel's new XLOOKUP function
New FILTER function in Excel
SORT, SORTBY & UNIQUE functions
PYTHON Module is added