MrExcel Excel Videos

Learn Excel from MrExcel - Excel tips and tricks from Bill Jelen.
Excel Mirror Changes Made Here or There - 2422
Subhash wants to make changes in either the source or copied data and have it reflected in the other place. A little bit of VBA makes this possible. The code from the video: Private Sub Worksheet_Change(ByVal Target As Range) MirrorCell = False Select Case Target.Address Case "$D$3" MirrorCell = "B7" Case "$E$3" MirrorCell = "B8" Case "$F$3" MirrorCell = "B9" Case "$G$3" MirrorCell = "B10" Case "$H$3" MirrorCell = "B11" Case "$B$7" MirrorCell = "D3" Case "$B$8" MirrorCell = "E3" Case "$B$9" MirrorCell = "F3" Case "$B$10" MirrorCell = "G3" Case...
Excel Quick Takes Ten Excel Topics In 3 Minutes - 2419
Ten really short Excel topics jammed into one 188-second video. Cube Functions spill - article by Chris Webb is at Chris Webb's BI Blog: Excel Cube Functions, Dynamic Arrays And Lambdas, Part 1: Getting All The Items From A Set Read more about the new Power Query book at Master Your Data with Power Query in Excel and Power BI Table of Contents (0:00:00) Welcome (0:00:12) #1 Congratulations Leila for 1 Million Subs (0:00:17) #2 Excel is loading much faster (0:00:25) #3 New way to open Browse (0:00:32) #4 Find dialog shows options automatically (0:00:40) #5 PivotTable Fields now will collapse like other task panes (0:00:48) #6 Chris Webb shows how Cube Functions can now spill (0:01:02) #7 Smooth Scrolling (0:01:26) #8 Data Types...
PRODUCTIF With MAP REDUCE or SCAN  - 2416
Three more of the new Lambda Helper functions in Excel: MAP, REDUCE, and SCAN. In today's episode, see three different ways to create a PRODUCTIF function in Excel using MAP, REDUCE, or SCAN. Important points: MAP can take one or more arrays. MAP is looking at each individual cell, not just the values in the cells. REDUCE does the same thing, but produces a single result. SCAN is like REDUCE, but makes the intermediate results available. Read more at: Re: Announcing LAMBDA Helper Functions: Lambdas as arguments and more

Forum statistics

Threads
1,225,158
Messages
6,183,253
Members
453,152
Latest member
ChrisMd

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