MrExcel Excel Videos

Learn Excel from MrExcel - Excel tips and tricks from Bill Jelen.
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...
Microsoft Excel Tutorial: How to use Excel's Filter Search Box to remove items from Filter. Melvin from Orlando shared a great Excel trick with me during yesterday's live Power Excel seminar in Daytona Beach. To download the workbook from today: Excel Use Filter Search Box to Remove Items from Filter! - Episode 2623 Sample Files - MrExcel Publishing We all know you can use the Filter drop-down Search Box to find all cells that contain Apple. But what if you want everything that does not contain Apple? Rather than use the old Text Filters for Does Not Contain, you can use this great trick from Melvin: 1. Search for Apple 2. Uncheck Select All Items 3. Check Add Current Selection to Filter This applies a "Negative" filter to the...
Microsoft Excel Tutorial: Sum across worksheets when rows do not line up? Today's question from Rebaz on podcast 1984 - Excel Sum Across Worksheets: "if we have different cell in different sheet, how can I Sum?" Download the workbook from today: Excel Sum Across Sheets When Rows Do Not Line Up - Episode 2622 Sample Files - MrExcel Publishing This video shows you an easy way to build a 3-D reference in Excel, also known as a spearing formula. Excel functions include SUM, XLOOKUP, FILTER, SUMIFS, TEXTJOIN, TEXTSPLIT, SUMPRODUCT, Helper Arrays, LET, Python in Excel, and VSTACK. Table of Contents (0:00) Problem: Adding Across Sheets that are not lined up (0:43) How to build a 3-D Reference (1:19) Does XLOOKUP work with 3-D? (1:50) Does...
Microsoft Excel Tutorial: Generating all combinations of N outcomes for K games. In episode 2602, I had to generate all possible combinations of 4 games with 6 possible outcomes in each game. I used my very convoluted "binary count up, but not binary because it is base 6, but not base 6 because I need the digits 1 to 6 instead of 0 to 5" method. This involves a lot of typing and two different formulas. Today, a much easier way from Kyle Freistedt. Kyle DOES use Base 6. He does use a SEQUENCE function but starts at 0 instead of 1. And then at the end, he uses +1111 to convert the 0 to 5 to 1 to 6. In this video, I show Kyle's method for the Jeopardy Masters problem and then I generalize the steps for any values of N and K. To...

Forum statistics

Threads
1,221,486
Messages
6,160,108
Members
451,619
Latest member
KunalGandhi

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