Found 2044 Articles for Microsoft Technologies

Isomitted function in Excel 365

Aarti Kaushik
Updated on 22-Dec-2023 10:18:59

56 Views

Introduction In this type of article, we may go to create the data using the LAMBDA() function to check if the value can be absent and it may return true or false. The users have to use the LAMBDA() function that will check the missing value. If the value is not missing, it displays value 0. This method may be completed utilizing a straightforward way within Microsoft Excel 365 by using the LAMBDA function. This function is only not available in the older version of Excel. Isomitted Function The ISOMITTED function is utilized to check if the value is absent, ... Read More

How to create and test the User Defined Function to compute the Area of a Triangle in Excel 365?

Aarti Kaushik
Updated on 22-Dec-2023 10:16:13

31 Views

Introduction VBA is a crucial component of Microsoft Excel that facilitates users to develop the function and subroutine that can be executed in the Excel worksheet. The value would be retrieved by the user-defined function and given to the specific cells that call it. Users must employ the indentation in the VBA code to enhance the readability of the code. In this article, we will explore the efficient techniques for calculating the area of a triangle and comparing values. Cell formatting is not done by the user-defined function. To Generate the User Defined Function to Compute the Area of the ... Read More

Power BI - Right Outer Join

Aarti Kaushik
Updated on 21-Dec-2023 13:02:27

55 Views

Introduction When two tables require their common column field values to match, a right outer join is used to combine them, and all the records of the second table are extracted along with their matching field value from the first table. It is just the opposite of another type which is Left Outer Join. In this article, we will gain in-depth knowledge of Right Outer Join which is one of the most important types of joins. The users must transform the data before performing the Right Outer Join in the power query editor. For Example Assume that we have two ... Read More

How to merge tables using Inner Join and Left Outer Join in Power BI?

Aarti Kaushik
Updated on 21-Dec-2023 13:05:21

80 Views

Introduction In this article, we will gain deep insights into Inner Join and Left Outer Join in Power BI. A wide variety of joins, like full join, inner join, and left anti-join are available in Power BI to join tables. The inner join merges two tables and extracts only those records that contain the matching values in the common column of both tables. The left-outer join also matches the common values from the two tables but retrieves all the first table records along with the corresponding records of the matched values from the second table. Implementation of Inner Join in ... Read More

How to merge tables using Left Anti and Right Anti joins in Power BI?

Aarti Kaushik
Updated on 21-Dec-2023 13:03:48

49 Views

Introduction Numerous built-in options like Inner Join, Full Join, Left Outer join, and so on are embedded to merge and append tables in the Power query editor. In this article, we will discuss Left Anti and Right Anti joins in Power BI. Left anti-join is used to combine tables where the common column between two tables would be selected, and the unmatched records from the first table would be retrieved along with their corresponding data in the second column. Right Anti Join extracts records from the second table along with their associated field value in the first table and excludes ... Read More

Power BI - Full Outer Join

Aarti Kaushik
Updated on 21-Dec-2023 12:59:06

107 Views

Introduction Different kinds of joins are available in the Power Query Editor, like Left outer join, Right join, Inner join, and so on. Users may swiftly combine the tables and examine the result by employing these joins. In this article, we will explore the fundamental concepts of Full Outer Join where all the records from both tables are to be retrieved based on the equivalent value presented in the tables’ common column. If there are any missing matches in any of the tables, null values must be entered. Full Outer Join in Power BI Desktop Step 1 Click on the ... Read More

XMATCH function in Excel

Aarti Kaushik
Updated on 28-Nov-2023 15:05:29

248 Views

Introduction In this article, we will understand the concept of the XMATCH function which is simple and easy to use. The XMATCH function is exclusive only to the latest version like Excel 365 or Excel 2021. It would retrieve the specified position of the data in the array. It is limited to utilizing a single row or column but not compatible with multiple columns or multiple columns. Manually finding the position of the items in lengthy datasets is very time-consuming and tedious. XMATCH function in Excel Step 1 Open a new worksheet in Excel 365 and create ... Read More

Unique function in Excel 365

Aarti Kaushik
Updated on 28-Nov-2023 15:12:54

145 Views

Introduction In this article, we will explore creative, efficient techniques that allow us to rapidly locate unique values within various sheets or worksheets. Excel's 365 advanced built-in functions integrated into multiple workbook references ensure flawless consistency as formulas perform checks against each dataset independently before returning results accurately. Unique function is one of the predominant functions and works well with dynamic arrays to remove duplicate items from the specified range of the table. It performs efficiently with other functions like SORT, CHOOSE, FILTER so on. Unique function in Excel 365 Step 1 Open a new worksheet in Excel 365 and ... Read More

TAKE function in Excel 365

Aarti Kaushik
Updated on 28-Nov-2023 15:09:16

121 Views

Introduction In this article, we will explore the fundamental concept of the take function which is exclusive only in Excel 365. Manually extracting the data of specified columns and rows from the large database is very time consuming and tedious. Take function is an effective way to swiftly extract data in consecutive form from the specified number of rows or columns. It is a simple technique that is particularly useful for cleaning data and retrieving pertinent information from datasets. The take function retrieves row data sequentially either from the beginning or the ending of the table. TAKE function in ... Read More

SORT and SORTBY functions in Excel

Aarti Kaushik
Updated on 28-Nov-2023 15:07:39

116 Views

Introduction One of the prominent functions introduced in Excel 2021 is the SORT and SORTBY functions that quickly assist users in sorting the dynamic array either in ascending or descending form. These exclusive functions not only enhance organizational productivity but also improve readability when dealing with lengthy text. When dealing with lists in Excel, using these functions enables you to structure information more logically by sorting the data perfectly as desired. This reduces clutter and confusion while allowing for clearer presentation and understanding. SORT function in Excel Step 1 Open the worksheet containing the data cells requiring the sorting of ... Read More

Advertisements