MrExcel Excel Videos

Learn Excel from MrExcel - Excel tips and tricks from Bill Jelen.
Microsoft Excel Tutorial: Three New Functions Debut in Excel: GROUPBY, PIVOTBY, and PERCENTOF. To download the workbook from today: Excel - First Look GroupBy PivotBy PercentOf Functions - Episode 2633 Sample Files - MrExcel Publishing Read the Microsoft Announcement: New aggregation functions: GROUPBY and PIVOTBY Welcome to episode 2633 of MrExcel's netcast, where we explore the latest and greatest features of Microsoft Excel. In this episode, we will take a first look at three new functions: GROUPBY, PIVOTBY, and PERCENT OF. These functions are incredibly simple to use, yet offer deep options for data analysis. So let's dive in and see what they can do! First up, we have GROUPBY. This function allows us to group data by categories...
Microsoft Excel Tutorial: A new Check Performance Feature debuts in Excel to clean excess cell formatting that can cause large file sizes. Welcome to episode 2632 of MrExcel's Net Cast! In this video, we'll be discussing a new feature in the Windows version of Excel that has been available in Excel online for some time now. It's called Check Performance and it can help you clean up unwanted cell formats and reduce file sizes. This feature can be found on the Review tab and is definitely worth checking out for any workbook that you've been using for years. Now, before you go ahead and click "optimize all", it's important to take a look at what Check Performance has found. It looks for excess formatting, unused cell styles, and unneeded...
Microsoft Excel Tutorial: Display an in-cell tooltip based on a calculation. To download the workbook from today: Excel Cell Tool Tip Calculated On The Fly - Episode 2631 Sample Files - MrExcel Publishing Rather than type the code, download the workbook and copy it from my workbook. Welcome to episode 2631 of MrExcel's netcast! In this video, we will be discussing an amazing idea that was sent in by one of our viewers on YouTube. The idea is to have a cell tool tip that is calculated on the fly, meaning that the recommended value in the tool tip changes based on the data entered. This is a great way to make data entry more efficient and accurate. In this old video from 2019, I showed how to create a cell tool tip. However, after...
Microsoft Excel Tutorial: Using OpenAI from a formula in Excel. To download the workbook from today: Excel Labs Function To Get Answers From OpenAI In Excel - Episode 2630 Sample Files - MrExcel Publishing Welcome back to the MrExcel Netcast, where we explore all things Excel. In today's episode, we're diving into the world of Open AI and how you can use it right inside of Excel. Thanks to the amazing team at Excel Labs, we now have access to this powerful tool that can generate answers and content for us in a matter of seconds. If you caught our silly videos for Spreadsheet Day, you may have noticed that we had some help from some unexpected singers. But behind the scenes, there's a great Excel story to be told. We used the Labs...
Microsoft Excel Tutorial: Multi-select all checkboxes and flip from true to false or back. To download the workbook from today: Excel VBA Macro To Flip All Checkboxes In Excel - Episode 2629 #excelhacks Sample Files - MrExcel Publishing Copy this code and put it in your personal macro workbook: Sub FlipCheckboxes() On Error Resume Next For Each cell In Selection.SpecialCells(xlCellTypeConstants, 4) cell.Value = Not (cell.Value) Next cell On Error GoTo 0 End Sub Sub AllTrueCheckboxes() On Error Resume Next For Each cell In Selection.SpecialCells(xlCellTypeConstants, 4) cell.Value = True Next cell On Error GoTo 0 End Sub Sub AllFalseCheckboxes() On Error Resume Next For Each...
Microsoft Excel Tutorial: Checkboxes arrive in Microsoft Excel To download the workbook from today: Microsoft Excel Tutorial: Checkboxes arrive in Microsoft Excel Sample Files - MrExcel Publishing In this YouTube video, Bill Jelen enthusiastically announces the arrival of checkboxes in Microsoft Excel. They reminisce about the challenges they faced with checkboxes in the past, particularly when working on a report card system for a school district. Jelen demonstrates how to use the new checkbox feature, emphasizing its location on the "Insert" tab. They show how to insert checkboxes into cells, toggle them on and off, and even use the space bar for quick toggling. The video also explores the underlying true or false values...
Microsoft Excel Tutorial: Calculate Average Cost per Year in Excel. Derek has a fleet of vehicles and a list of all repairs made in the last 20 years. He wants to figure out how the annual repair and maintenance costs change as the vehicle ages. In this video, MrExcel discusses how to calculate annual repair costs based on the age of a vehicle. He provides a data set of repairs made on a fleet of vehicles and explains how to determine the first date each vehicle was placed in service. He suggests using an approximation for vehicles without records by subtracting a certain number of days from the first service date. MrExcel then demonstrates how to calculate the age of each repair using the DATEDIF function. He suggests using a pivot...
Microsoft Excel Tutorial: Microsoft Labs in Cambridge releases a great Python editor for Excel. Just 27 days after Python preview appears in Excel, Microsoft has added a dramatically better Python editor. To download the workbook from today: Excel Adds Python Editor 27 Days After Python Debuts - Episode 2625 Sample Files - MrExcel Publishing This new editor in the task pane offers AutoComplete, Intellisense, and automatic code coloring. Take a walkthrough the editor in today's video. Buy Bill Jelen's latest Excel book: MrExcel 2022 Boosting Excel Table of Contents (0:00) Python Editor Added to Excel (0:10) Free Silo Photos (0:20) Theories on backstory (0:59) Get Add-Ins moving from Insert to Home tab (1:22) Update Excel Labs...
Microsoft Excel Tutorial: Sorting months in a pivot table when they are alphabetic. I met people who are downloading data from Oracle through Analysis Services. Their dates are coming in as text in the format of Sep-20 for September 2020. When they create pivot tables, the months are alphabetic instead of sequential. To download the workbook from today: Excel - Oracle Sending Dates as Text MMM-YY Episode 2624 Sample Files - MrExcel Publishing There are two ways to solve it: 1) A convolunted method from Sam Radakovitz that you only have to do once 2) A simple method that you will have to do 1000 times a year. In this episode, I show Sam Rad's method of setting up a custom list with the text months in the correct sequence. If you use...

Forum statistics

Threads
1,215,894
Messages
6,127,617
Members
449,390
Latest member
joan12

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top