Author Archives: MF

Unknown's avatar

About MF

An Excel nerd who just transition into a role related to data analytics at current company......😊 Recently in love with Power Query and Power BI.😍 Keep learning new Excel and Power BI stuffs and be amazed by all the new discoveries.

First thing to do when switching from Excel 2003 to 2007/2010

is to know where are the old menus and toolbar icons!!! I guess there are still a lot of of Excel 2003 users in Hong Kong, mainly in workplaces.  No idea if it is also common in other cities. There are … Continue reading

Rate this:

Posted in Excel Basic | Tagged , | Leave a comment

Perform VLOOKUP with 2 lookup values

4 different ways to perform LOOKUP with 2 lookup values We know that VLOOKUP is very useful. At the same time, we know that VLOOKUP has its limitations. E.g. VLOOKUP only looks from left to right; VLOOKUP only handle one … Continue reading

Rate this:

Posted in Formula | Tagged , , , , | 38 Comments

Format part of a formula result… A workaround (non-VBA) solution

How to format part of a formula result? In a normal text string, we may format part of the text to highlight a specific information.  For example, if we input the text string “Today is Thursday, 01/05/2014” in A1, we … Continue reading

Rate this:

Posted in Excel Tips, Format | Tagged , | 6 Comments

3D VLOOKUP – Perform VLOOKUP from more than one table

Pls have your 3D glasses ready… only if you are going to watch a 3D movie.  You don’t need it for a 3D VLOOKUP. We talked about how to do a 2D VLOOKUP by using MATCH together with VLOOKUP.  With that … Continue reading

Rate this:

Posted in Formula | Tagged , , , | 3 Comments

Time Conversion (2)

How to convert 24hr input as 4-digit number into TIME in Excel? i.e. turn 500 into 05:00 correctly in Excel. Answer: =TEXT(Your 4-digit number,”00\:00″)+0 ‘Format the result as TIME

Rate this:

Posted in Excel Tips, Formula | Tagged , | 6 Comments

Convert an 8-digit number into Excel-recognizable Date

Have you ever encountered a situation that date is input as 8-digit number instead of the correct date value in Excel? You cannot perform any proper date related calculation / functions to the 8-digit number in Excel because it is … Continue reading

Rate this:

Posted in Excel Tips, Formula | Tagged , | 25 Comments

Calculate number of a specific day between two dates

Answer: =SUMPRODUCT(–(TEXT(ROW(INDIRECT(B1&”:”&B2)),”DDDD”)=”Sunday”)) ‘where B1 is start date; B2 is end date. Excuse me? What it says?

Rate this:

Posted in Excel Tips, Formula | Tagged , , , | 16 Comments

SUM across different worksheets (aka 3D SUM)

Did you ever make a formula like the one below?  After reading this post, I hope you will never make a formula in this way again.

Rate this:

Posted in Excel Tips, Formula | Tagged | 9 Comments

How to get rid of the error message?

  Did you know… there are 7 (+1 if you consider #### an error) types of error message in Excel?  In my experience, most users do not care about the meaning of the errors.  They just want them “disappear” on their … Continue reading

Rate this:

Posted in Excel Tips, Formula | Tagged , | 2 Comments

When unhide row doesn’t work…

This above video was made just recently.  You may read this post to understand more.  Note: Please turn on CC for English subtitles. Hidden rows cannot be unhidden? Why? Although today is April Fools’ Day and the question sounds like … Continue reading

Rate this:

Posted in Excel Basic, Excel Tips | Tagged , , | 165 Comments

Data ==> Subtotal

How to insert thousands of rows for each change in item in a column?  And then give a subtotal of each item? Long long time ago (>10years) when I was only an Excel newbie, a friend asked for help.  She … Continue reading

Rate this:

Posted in Excel Tips | Tagged | Leave a comment

SUM vs. SUBTOTAL

How to SUM a range but ignores SUM result in between?, i.e. How to get a Grand Total with SubTotals in between? How to SUM but ignores hidden cells or filtered cells? SUM could be the most popular function used in … Continue reading

Rate this:

Posted in Excel Tips, Formula | Tagged , | 12 Comments

SUM ignoring errors in the range

Different ways in getting sum of a range with “Error” Thanks to the comments made by a friend, I would like to share a few workarounds to ignore errors with SUM. 1) Use a helper column This would be an … Continue reading

Rate this:

Posted in Excel Tips | Tagged , , | Leave a comment

Excel Basic – Sum vs. “+”

+ – x / would be the four basic operators you learned in Excel basic.  When you learned to use SUM instead of +, did you ask yourself or your teacher why? 1) SUM is much easier to input and … Continue reading

Rate this:

Posted in Excel Basic, Formula | Tagged | 9 Comments

Paint the Lily

Well, this is not an Excel post.  This is something about Visual Presentation at a glance, so I think it’s sort of related to Excel.  🙂 One day, I visited a Japanese Fast Food Restaurant and saw the above sticker … Continue reading

Rate this:

Posted in Format, General | Tagged | 1 Comment

Dynamic Dependent Dropdown by Data Validation

So many D. 😀 This is a continuation of the previous post: Not all teachers are eligible to all classes.  e.g. only Iris and David are eligible to deliver Class F, would it be feasible to have only Iris and … Continue reading

Rate this:

Posted in Excel Tips | Tagged , , | Leave a comment

Dynamic Dropdown – Least hours assigned always on the top

How to use Data Validation to show a dynamic drop-down list to facilitate job allocation problem? I learned about using Data Validation long time ago.  It’s quite handy and useful when you want to restrict user to enter items only … Continue reading

Rate this:

Posted in Excel Tips | Tagged | 2 Comments

Arrange multiple Windows of the same Workbook!

How to view different worksheets of the same workbook side by side? It’s quite normal to have two workbooks opened; and more than common to view the two workbooks side by side:

Rate this:

Posted in Excel Basic, Excel Tips | Tagged , | Leave a comment

How to navigate cell in “Z” direction?? Tab Tab Tab Enter

Have you ever thought of how nice would it be if you can navigate cell in a “Z” direction?

Rate this:

Posted in Excel Basic | Tagged | 4 Comments

Input special characters in Excel by pressing Alt + Numpad

Perhaps you know that you can input some special characters/symbols by pressing Alt + Numpad together.  If you google “ALT Numpad”, you will probably find many extensive lists of special characters input in this way. Well, what to do with … Continue reading

Rate this:

Posted in Excel Tips | Tagged | 2 Comments