Your cart is currently empty!
Category: Excel Training
-
How to Reshape Data in Excel Using WRAPROWS and WRAPCOLS Functions
Hereβs a detailed explanation of how to use the WRAPROWS and WRAPCOLS functions in Excel β these are part of Excel’s dynamic array functions available in Microsoft 365 and Excel 2021 onwards. 1. WRAPROWS Function in Excel Purpose: WRAPROWS reshapes a single row or column of data into a table-like structure with a specified number…
-
How to Generate QR Codes in Excel and Google Sheets (Step-by-Step Guide)
You can generate QR codes in Excel (Microsoft 365) and Google Sheets easily using built-in features or free add-ons. Here’s a detailed guide for both platforms: β In Microsoft Excel (Microsoft 365) πΈ Method 1: Using Excel Add-in β “QR4Office” π Steps: π― To Generate a QR Code: πΈ Method 2: Using a Web API…
-
How to Highlight Entire Rows Based on Multiple Conditions in Excel
To highlight entire rows based on multiple cell values in Excel, you can use Conditional Formatting with a custom formula. This is especially useful when you want to visually differentiate rows meeting specific conditions. β Example Scenario: You have a table with columns: Name, Department, and Status.You want to highlight entire rows where: π Step-by-Step…
-
How to Highlight Odd or Even Numbers in Excel Using Conditional Formatting
To highlight odd or even numbers in Excel, you can use Conditional Formatting with a formula. Hereβs how: β Steps to Highlight Odd Numbers: β Steps to Highlight Even Numbers: Follow the same steps, but use this formula: π§ Explanation: You can use ISODD(A1) instead of ISEVEN(A1)=FALSE if you prefer.
-
Excel Tables Masterclass: 14 Powerful Tips to Organize, Analyze & Automate Your Data
Excel Tables are an often-overlooked but game-changing feature for anyone working with structured data. Whether youβre managing sales reports, employee databases, or project trackers, turning your data into a table gives you clarity, structure, automation, and styleβall in a few clicks. Letβs dive into what makes Excel Tables so powerful and explore 13 expert tips…
-
How to Use BYROW and BYCOL Functions in Excel 365 with Practical Examples
π§ What Are BYCOL and BYROW Functions in Excel 365? BYCOL and BYROW are part of the Lambda helper functions in Excel 365. These functions allow you to apply custom logic across columns or rows of a range or array, making them incredibly useful for dynamic and reusable calculations. πΉ 1. BYROW Function β Purpose:…
-
How to Use the FILTER Function for Complete and Partial Text Match in Excel
The FILTER function in Excel 365 is a powerful tool that allows you to extract rows from a dataset that meet specific criteria. It dynamically spills the matching results into adjacent cells β and is ideal for creating reports, dashboards, and searchable tables. π§ FILTER Function Syntax: excelCopyEdit=FILTER(array, include, [if_empty]) β 1. Complete Match of…
-
Understanding Simpsonβs Rule in Excel β With Practical Example
In the world of data analysis, engineering, and applied mathematics, integration is often required to calculate areas under curves. When dealing with complex functions or raw tabulated data, traditional calculus may not be feasible β and thatβs where Simpsonβs Rule comes in. Excel provides a great platform to apply this technique using formulas, even without…
-
How to Use TEXTBEFORE, TEXTAFTER, and TEXTSPLIT in Excel 365 with Real-World Examples
π Overview of the Functions These text functions are new in Excel 365 and Excel 2021, part of the dynamic array functions family. They are useful for splitting or extracting parts of text based on delimiters (like commas, spaces, hyphens, etc.). πΉ 1. TEXTBEFORE β Purpose: Extracts the text before a specified delimiter. π Syntax:…
-
Excel 365 VALUETOTEXT Function Explained: Syntax, Examples, and Use Cases
π€ VALUETOTEXT Function in Excel 365 β Explained in Detail β What is VALUETOTEXT? The VALUETOTEXT function in Excel 365 converts any value β number, text, logical value, or error β into a text string. It is particularly useful when you want to ensure data types are consistent, especially when working with dynamic arrays, formulas,…
-
XLOOKUP Function in Excel 365: Complete Guide with Examples and Top 20 Interview Questions
π How to Use the XLOOKUP Function in Excel 365 β Detailed Guide β What is XLOOKUP? XLOOKUP is a powerful lookup function introduced in Excel 365 and Excel 2021 to replace older functions like VLOOKUP, HLOOKUP, and even INDEX + MATCH. It can search horizontally or vertically, supports approximate/partial matches, and even returns custom…
-
Top New Functions in Excel 2021 Explained with Examples: XLOOKUP, FILTER, SORT & More
π New Functions Introduced in Excel 2021 β Explained with Usefulness Microsoft Excel 2021 brought a significant upgrade by introducing several dynamic array functions and smarter lookup and filtering tools. These functions were previously exclusive to Microsoft 365 users but are now part of the perpetual Excel 2021 version, helping users automate tasks, reduce formula…