[Affiliate]
Blog Stats
- 3,070,573 hits
-
Join 3,281 other subscribers
- Follow wmfexcel on WordPress.com
Search wmfexcel
Want Google to translate this page?
-
Recent Posts
Top Posts & Pages
- How to sort bar chart in descending order?
- Show number in thousand (k) or in million (M) by using custom format
- How to replace value with a value from another column in Power Query
- Repeat all item labels in Pivot Table (aka Fill in the blanks please)
- Date Formats - A trick to format date with "st", "nd", "rd", "th"
- Insert a text string into a specific position of another text string in #Excel
- The INDIRECT trick of using Structured Reference in Conditional Formatting
- Open an embedded Excel file during a slide show in PowerPoint?
- Send a cell content to Google search
- How to put the Date Modified info on #Excel worksheet using #PowerQuery
My YouTube Channel
My Facebook page
- My Tweets
Author Archives: MF
How to replace value with a value from another column in Power Query
It is a common task to replace a value with another value in Power Query. It can be easily done with “Replace Values”. However if you want to replace a value with the corresponding value in another column, it’s not … Continue reading
The Power BI Journey
Note: This is not a “how-to” post. In this article, I share my thoughts on how people start their Power BI journey, based on my observation and imagination. π When you say you want to learn Power BI, what do … Continue reading
7 Copy and Paste Tricks I wish I knew sooner in #Excel
Regardless of what we do with Excel, Copy and Paste is something we do on daily basis… or even hourly basis. π You may be thinking, every one knows Copy and Paste. Yes, probably. But is every one using Copy … Continue reading
Protect your cells in #Excel
Think about this… you have spent hours of work building your wonderful Excel template. Needless to say there are lots of formulas that took you hours of thorough thoughts and considerations, on top of the beautiful formats and layouts. You … Continue reading
[Video] – Swap cell contents with a simple mouse trick
It is super easy to move cells around by drag and drop. The standard drag and drop action however replaces contents in the destination cells. What if we want to preserve destination cells and just shift them up or right? … Continue reading
[Video] How to create a dependent dropdown list in #Excel
This is the follow up post from my previous post – How to create a dependent dropdown list inΒ #Excel. As mentioned, it could be easier to illustrate the concept using a video, especially for the use of Dynamic Arrays. Here … Continue reading
Posted in Excel in Action
Tagged Dependent Dropdown, Dynamic Arrays, Excel Table, Filter, INDIRECT, UNIQUE
Leave a comment
How to create a dependent dropdown list in #Excel
…with and without Dynamic Arrays (which is available to Microsoft 365 users only) Got a question from a friend recently: Is it possible to show a different set of questions in a dropdown list depending on the answer input from … Continue reading
Posted in Excel in Action
Tagged Data Validation, Dependent Dropdown, Dynamic Arrays, INDIRECT
2 Comments
SUMIF vs. GETPIVOTDATA in terms of performance in #Excel
Did you experience a slow workbook? How slow? Let’s say it takes more than 2 minutes to just open the file. This is actually what a colleague asked me for help. When I opened the workbook, I saw LOTS of … Continue reading
The very hidden gem of AutoFilter in #Excel
Don’t get me wrong. I am not talking about the Filter button sitting on the Data Tab of ribbon, although they look almost exactly the same. I am pretty sure that most people who use Excel five days a week … Continue reading
The proper way to filter values not equal to zero in #Excel
I didn’t think of blogging about this topic before. I thought that it is so straight-forward. Nevertheless, there is another way of doing so which is even more straight-forward BUT may give you unexpected results later on. And to my … Continue reading
Reapply Filter in #Excel
Did you notice that there is a “Reapply” button next to Filter on the Data Tab of ribbon? And wondering what it does? π€ Indeed, the “Reapply” button is dim until you have applied filter to at least one column. … Continue reading
Rename column names in a dynamic way with #Excel #PowerQuery
Situation: We have many different tables to be appended. It should be a simple task with Power Query. You may refer to my blogpost here for the basic of appending tables with Power Query. Nevertheless, life could be challenging in … Continue reading
Data Cleansing is never easy, even with #Excel Power Query
Don’t make me wrong. I am not complaining Power Query at all. If you have followed me for a while, you should know that I am a big fan of Power Query indeed. It is simply powerful! With Power Query, … Continue reading
Combine different ranges of data across worksheets in #Excel using Power Query
In the previous blogpost, I showed you how to use INDIRECT to prepare a summary table based on values from different ranges across worksheets. In this post, I am going to show you how to do that with Power Query. … Continue reading
#Excel INDIRECT function explained with a use case
There are many #Excel functions that you may not find them useful when you first learn them. Sometimes you may even doubt why there are such functions. INDIRECT should be one of them. π€ What INDIRECT does? It returns the … Continue reading
Filter: Itβs easy and not easy
Applying filter in Excel is a very common task. We used to filter a dataset and focus on a subset of data that we are interested in. It is super easy to filter. The problem is, are you sure you … Continue reading
What’s new in Excel 365?
Are you using Excel 365 but not sure what’s new? Have you heard about all the amazing new functions/features like Dynamic Arrays in Excel 365 but not sure what they are? Or you have no idea at all how Excel … Continue reading
Combine files of (slightly) different layouts in a folder with Power Query in #Excel
Part 2 β What if we have inconsistent table structures across files? Note: this is a long post. π This is the continuation of previous post. Suggest you read that post first if you are new to Power Query. Moreover … Continue reading
Combine files in a folder with Power Query in #Excel
Note: This is a long post… π Part 1 – What Power Query does for us in the process? If you know about Power Query, you should know that combining files in a folder is a powerful yet simple task … Continue reading