Microsoft Excel's Latest Update Introduces Advanced Data Consolidation Features
Microsoft Excel’s Latest Update Introduces Advanced Data Consolidation Features
Microsoft Excel now offers GROUPBY and PIVOTBY aggregation functions, which make it easier to collect and organize data into compact summaries or tables. Plus, a new PERCENTOF function allows you to quickly return percentages from raw data. These functions are still in beta and are currently limited to Microsoft 365 Insider builds.
The GROUPBY function is extremely simple and requires just three arguments—what to group by, the values that you want to aggregate, and the function that you’d like to use for aggregation. In an example provided by Microsoft, the function =GROUPBY(tbl[Category],tbl[Sales],SUM) reduces some complicated sales information into a two-column table. The left side of the table lists product categories, while the right side contains sales numbers aggregated by the SUM function.
Microsoft’s demonstration of the GROUPBY function is shown below.
Microsoft
Excel’s new PIVOTBY function is extremely similar to GROUPBY, but it takes four arguments instead of three. Using the same dataset from the previous example, Microsoft uses the function =PIVOTBY(tbl[Category],tbl[Year],tbl[Sales,MAX) to show the largest sales by product category and year. Total sales for each product category are also included.
Notice the use of the MAX function in this example. GROUPBY and PIVOTBY allow you to select from a list of Excel’s lambda functions, which can remove some of the guesswork when aggregating data. Microsoft plans to expand etc lambda support to all functions that support lambda, meaning that some large functions will become more streamlined and legible.
Microsoft
The GROUPBY and PIVOTBY functions aren’t groundbreaking, but they’re simple, tidy, and automatically updated by changes to your data. Also, you can pull some pretty interesting tricks by fooling around with the new functions’ full arguments. Microsoft seems especially proud of text aggregation, which can be performed by using the GROUPBY function with the addition of a sorting argument and ARRAYTOTEXT.
There’s also the new PERCENTOF function. Microsoft says that PERCENTOF is “particularly useful” when paired with GROUPBY or PIVOTBY, as it can spit out complex percentage values with relatively few steps. (Technically speaking, PERCENTOF is logically equivalent to =SUM(data_subset)/SUM(data_all).)
Microsoft Excel’s new functions are currently limited to Microsoft 365 Insider builds. Do not use these functions in important spreadsheets, as they are still in beta and may be modified in a stable release.
Source: Microsoft
Also read:
- [Updated] Master Your Online Presence The Ultimate Guide to Effective FreeFire Tags for 2024
- 4 Most-Known Ways to Find Someone on Tinder For Vivo V27 by Name | Dr.fone
- Expert Advice: Overcoming Window's Update Error '8007000E' With Simple Steps
- Fix Your Teammers’ Disconnected Screens
- How to Speed Up Your Windows 11 Boot Time
- In 2024, How to Delete iCloud Account From Apple iPhone 14 Plus without Password?
- In 2024, How to Track a Lost Samsung Galaxy F34 5G for Free? | Dr.fone
- Mastering Mouse Drivers for Efficient Windows Use
- Mastering OneDrive Files on PC without Internet
- Prime 10 Sticker-Adding Tools for iPhone and Android Photos for 2024
- Secure Your System: Mastering the Art of Expanded Pins in Win10/11
- Speedy Windows Discord: Cutting Down Latency Issues
- Tackling Installation Error with Oculus on W11/W10
- Tackling Windows 11'S IRQL Crash
- Tweaking Taskbar Width in Win11
- Unlock Global Communication: Navigating Languages with Shortcuts on Windows
- Unveiling the Secrets How to Clear YT Background
- Title: Microsoft Excel's Latest Update Introduces Advanced Data Consolidation Features
- Author: Joseph
- Created at : 2024-10-26 16:24:33
- Updated at : 2024-10-30 16:47:30
- Link: https://windows11.techidaily.com/microsoft-excels-latest-update-introduces-advanced-data-consolidation-features/
- License: This work is licensed under CC BY-NC-SA 4.0.