fbpx
Search
Close this search box.

All articles with 'Microsoft Excel Formulas' Tag

Filter one table if the value is in another table (Formula Trick)

Published on Nov 17, 2022 in Learn Excel
Filter one table if the value is in another table (Formula Trick)

I have an orders table and want to see only orders from a given list of products. We can use Excel’s FILTER function to do this.

Continue »

Which Excel Formulas should you learn first?

Published on Nov 14, 2022 in Learn Excel
Which Excel Formulas should you learn first?

Let’s face it. You already know how to use SUMs, COUNTs and IFs and want to level up. But there are 100s of functions in Excel and you are not sure which ones to focus on.

In this article, let me reveal the top 10 important functions in Excel for data analysis work.

Continue »

Mortgage Calculator with Extra Payments – Excel Download

Published on Sep 6, 2022 in Learn Excel, Templates
Mortgage Calculator with Extra Payments – Excel Download

Recently, we got a new mortgage. And I wanted to know the impact of “extra payments” on it. So I made an Excel calculator. Check it out ?

Continue »

What is LAMBDA? 4 Practical examples to REALLY understand it

Published on Apr 8, 2022 in Learn Excel
What is LAMBDA? 4 Practical examples to REALLY understand it

Excel’s LAMBDA() Function let’s you create and share your own functions. It is a true game changer. Learn how to use it with 4 practical examples in this article.

Continue »

How to write complex Excel formulas (hint: it’s a lot like LEGO)

Published on Dec 9, 2021 in Excel Howtos, Learn Excel
How to write complex Excel formulas (hint: it’s a lot like LEGO)

Writing advanced formulas is a lot like LEGO. Use what you already have and combine them in creative ways. Let me demo with 5 examples.

Continue »

Sorting values in Olympic Medal Table style [Quick Tip]

Published on Aug 2, 2021 in Excel Howtos
Sorting values in Olympic Medal Table style [Quick Tip]

It is Olympic season. Everyone I know is tracking the games and checking their country’s performance. One thing that we notice when looking at medal tally is,

A single Gold medal is worth more than any number of Silver medals. Like wise, a single Silver medal is worth more than any number of Bronze medals.

So, when you look at the ranking of countries, you see countries with single Gold medal higher up than countries with lots of Silver and Bronze medals (but no Gold).

Continue »

How to use Date & Time values in Excel – 10 + 3 tips

Published on Jul 28, 2021 in Excel Howtos, Learn Excel
How to use Date & Time values in Excel – 10 + 3 tips

Excel date time features are very handy and knowing how to use Excel date values can help you save a ton of time in your day to day spreadsheet chores. Let us prepare for your date with the sheet using these 10 handy tips.

Before jumping on to the tips, it helps to know how excel represents the date and time.

Microsoft Excel stores dates as sequential numbers … January 1, 1900 is serial number 1, and 28 July, 2021 is serial number 44405 because it is 44,405 days after January 1, 1900. Excel stores times as decimal fractions because time is considered a portion of a day.

Read on to learn more.

Continue »

5 Simple & Useful Conditional Formatting Tricks

Published on Feb 15, 2021 in Learn Excel
5 Simple & Useful Conditional Formatting Tricks

Oh, I *LOVE* conditional formatting. It is such a powerful feature. In this post, let me share 5 of my favorite CF secrets with you all.

Continue »

Excel formula to convert calendar format to table

Published on Sep 3, 2020 in Learn Excel
Excel formula to convert calendar format to table

Got some data in a calendar format and just wished you can get it in tabular format?

You can use Excel formulas or Power Query to do this. In this article, let’s review formula based approach with two excellent choices.

Continue »

Highlight due dates in Excel – Show items due, overdue and completed in different colors

Published on May 18, 2020 in Excel Howtos, Learn Excel
Highlight due dates in Excel – Show items due, overdue and completed in different colors

Congratulations to you if your job does not involve dead lines. For the rest of us, deadlines are the sole motivation for working (barring free internet & the coffee machine in 2nd floor, of course). So today, lets talk about a very familiar problem.

How to highlight due dates in Excel?

The item can be an invoice, a to do activity, a project or anything. So how would you do it using Excel?

Continue »

Excel Dynamic Array Functions – What are they, how to use them, Examples and FAQs

Published on Apr 11, 2020 in Learn Excel
Excel Dynamic Array Functions – What are they, how to use them, Examples and FAQs

Excel Dynamic Array Functions are a true game changer. These newly introduced DA functions can filter, sort, remove duplicates and do much more. The output of these functions can go to a range of cells. Hence the name – dynamic array functions.

Continue »

Make a random sentence with Excel formulas

Published on Jan 28, 2020 in Learn Excel
Make a random sentence with Excel formulas

Ever wanted to make a random sentence or text? You can use Excel formulas to make totally random sentences. This is a great way to generate test data or dummy data-sets.

Continue »

#awesome trick – Extract word by position using FILTERXML()

Published on Sep 12, 2019 in Excel Howtos, Learn Excel
#awesome trick – Extract word by position using FILTERXML()

This is CRAZY!!!. I stumbled on a weird use for FILTERXML() while reading a forum post earlier today. So I couldn’t wait to test it. I am happy to share the results.

Say you have some text (sentence / phrase / keyword etc.) in a cell and you want to extract the nth word. Unfortunately Excel doesn’t have SPLIT() formula. So we end up writing obscenely long array formulas or use gazillion helper columns.

Here is the super sneaky trick. Use FILTERXML() instead.

Continue »

How to trace precedents in Excel formulas? [tip+music from Prague]

Published on May 22, 2019 in Excel Howtos
How to trace precedents in Excel formulas? [tip+music from Prague]

Here is a very useful and almost secret Excel tip for you. Imagine you are looking at a big, complex workbook with lots of calculations. You want to understand where everything is pointing to and how the workbook is set up.

You can use trace precedents in Excel to do this. Read this tip to learn how it works.

Continue »

VLOOKUP multiple matches – trick

Published on Apr 16, 2019 in Excel Howtos, Learn Excel
VLOOKUP multiple matches – trick

We all know that VLOOKUP can find first match and return the results. But what if you want all the matches? Use this simple trick instead.

Continue »