WELCOME TO THE ARTICLE INDEX
The purpose of this post is to help you navigate the free Excel (VBA) tutorial content on the website.
Each article is listed below. Just click the link (eg. 'Article 1') to go to the article.
The articles come with videos, text-based explanations and download files. Use them to build your skills and confidence in Excel, and as an ongoing reference through your career.
I would be very happy to answer your questions about any of the articles, just leave a comment below the post and I will get back to you there.
Have fun and let me know how you get on,
Chris
The Only 3 IF Statements You Need In Excel VBA - Excel VBA Beginner Fundamentals (6/6)
Beginner Survival Guide To Working With Dates And Times In Excel
Create An Excel Combo Chart In 7 Easy Steps (MM LITE #3)
My No1 Excel VBA Technique Explained In 10 Minutes
The BEST Way To Move Sheets Between Files In Excel (MM LITE #2)
Master Excel's 11 Logical Formulae
How To Create A Loop Within A Loop In Excel VBA (MM LITE #1)
I Tried To Learn 500 Excel Formulae
Get Started With Loops In Excel VBA- For each object in a collection
Beginner Introduction To Variables In Excel VBA
10 Popular Excel Formulae: OVERRATED / UNDERRATED?
How To Work With Cells With Excel VBA
Excel VBA Beginner Fundamentals
10 Excel Formula Building Tips (Windows PC)
7 Useful Excel Formulae You've Never Heard Of
What's The Best Excel Chart For Beginners?
Excel Data Analysis For Beginners: Learn This Formula FIRST
Why I Don't Use Pivot Tables In Excel
The ONE Excel Beginner Formula That Does ALL This
The 72 Things You Need To Know In Excel In 7 Minutes 2 Seconds
Let's Fix 5 Shocking Excel Pie Charts (SAVE A FRIEND!)
Should You Learn Excel VBA In 2021?
7 Questions To Answer
Excel VBA To Copy Data From One Sheet To Another
(BEGINNER TO PRO!)
XLOOKUP For Beginners
(And Why I'm Sceptical About New Excel Formulae ...)
Can’t Do Data Analysis In Excel? Just Do This!
Make Your Excel Data Chartable With This EPIC Excel Formula
Replace Excel Filtering ... With An Excel FORMULA?
The Best Alternative To Excel Filters?
Don't Use Excel Filters! Use This Incredible Excel Formula Instead ...
How To Validate Userform Inputs With Excel VBA
3 Ways To Insert A Reference No. Using An Excel Userform
3 Excel Data Analysis Techniques You Should Be Using
Excel VBA For Beginners: 30 Real-World Problems And Solutions
How To Make Money From Excel
Excel VBA Absolute Beginner Course 30 For 30
Excel VBA Position Control Mastery
9 Reasons (NOT) To Do An MBA
Suffering From Excel Ennui? Why It's Not (All) Your Fault
How To Use Excel VBA Code – Real Example S2
How To Get Better At Excel: The Excel Meta skills
Excel Dashboards For Beginners
7 Essential Excel VBA Beginner Techniques
17 Things You Must Know About The Excel VBA Editor
How to Change Grades to Numbers in Excel
How To Match A Number To A Range in Excel
How To Use Excel VBA Code – Real Example
Excel Indirect Function Tutorial
Excel Data Table Tutorial
Excel VBA to Move Data Around a File – My Approach
Your Weird Skillset is Your Best Asset
.Cells For Beginners
Your First Pivot Table
19 Excel Beginner Shortcuts for 2019
Understand an Excel File in 3 Steps
Most Important Skill in Excel VBA
VLOOKUP Formula Problems / Fixes
Excel VBA to Copy Data to Sheets
Excel Frequency Formula: Common Problems / Fixes
Excel VBA to Convert Minutes to Decimals
What are Excel VBA Variables?
Use Excel VBA to Separate Worksheets to Files
Working with Excel VBA Message Boxes
Excel VBA IF Conditional Statements for Beginners
Excel Learning Tips: My Story
Excel Database Formulae For Beginners
Spreadsheet Skunkworks! Excel VBA Chess Challenge
Excel Userforms for Beginners
Use Excel VBA to Create Spin Buttons – Really Precisely!
Use Excel VBA to Create Buttons For Super Fast Data Input!
How to Collate Sports Fixtures Results into a League Table in Excel
Excel Custom Navigation: Excel VBA for Beginners
Excel Game – Do You Know the Offside Rule?!
Rich Picturing: Six Tips for Getting Started
Excel VBA for Beginners – Use Excel VBA to Cleanse a Dataset
Excel Offset Function – Give It Some Love!
Excel Visual Basic (VBA) for Post-Beginners
Generate Random Data in Excel
Combining VLOOKUP and MATCH
Dynamic Dropdown Menus in Excel
Excel for Teachers: Create A Student Progress Tracker
Excel Visual Basic (VBA) for Beginners
Create A League Table in an Excel Spreadsheet
What is Excel Spreadsheet Development?
Rank Things and Create A League Table in Excel
Finding Things in Lists of Data in Excel
#ExcelRevolution Manifesto
Cool Excel Formatting: Font Size and Colour
#ExcelRevolution Introduction
Combining MATCH and OFFSET
Cool Excel Formulae: COUNTIF
Cool Excel Formatting: Dynamic Headers
Cool Excel Formulae: IF
Cool Excel Formatting: Cell Borders
Cool Excel Formulae: VLOOKUP
Cool Excel Formulae: MATCH
Cool Excel Formulae: OFFSET
Cool Excel Formulae: COUNTA
Cool Excel Formulae: IFERROR
aa aa
Chris Mortimer
Akif Kırış
Chris Mortimer
Bjarne Dreier
I have become a bit rusty in Excel over the last 16 months, so I am a bit confused on how I should start this task.
The task is to "filter" to find combinations of Customer/Agent and if there are more then 3 occurrences of a combination, the print them in a new list, sorted with the most frequent first.
Which videos should I start with for inspiration?
The list looks like this
Customer Agent
123 AB
123 AB
2134 BD
445 BP
123 AB
445 BP
445 BP
445 BP
So my output should like this
Customer Agent Occurrences
445 BP 4
123 AB 3
Please inspire me :)
Chris Mortimer
- check out the =FILTER formula in Excel 365
- see videos on data analysis formulae
- see videos on custom report building with Excel VBA - but you might not need that
- see our 'stop filtering Excel' YouTube playlist
Good luck!
Chris