Excel tutorials, functions and advanced formula examples, page 9
How to group and ungroup worksheets in Excel
Have you ever found yourself in a situation when you need to perform the same tasks on multiple sheets? That's very easy to do with the Group Worksheets feature. If your sheets have the same layout and structure, just group them together, and any changes you make on one sheet will be automatically applied to all other worksheets in the group. Continue reading
How to start a new line in Excel cell: 3 ways to insert a line break
In most Office applications, starting a new paragraph is not a problem - you simply press Enter on your keyboard. In Microsoft Excel, however, this work differently - pressing the Enter key completes the entry and moves the cursor to the next cell. So, how do you create a new line in Excel? Continue reading
Excel macro tutorial for beginners: how to create and use VBA macros
For Excel newbies, the concept of macros often looks insurmountable. Indeed, it may take months or even years of training to master VBA. However, this does not mean you cannot take advantage of the automation power of Excel macros right away. Continue reading
New Shared Email Templates is out: Get 6-month subscription for free
I am excited to announce that we have finally published a beta version of our new tool for Outlook templates – Shared Email Templates! The app lets you create custom templates with your own design, formatting, graphics, attachments and hyperlinks. … Continue reading
How to enable and disable macros in Excel
Like almost any technology, macros can be used for both good and evil. Therefore, in Microsoft Excel, all macros are disabled by default. This tutorial covers different ways to enable macros in Excel and explains potential risks associated with that. Continue reading
Personal Macro Workbook in Excel - make macros available in all workbooks
Normally, when you create a macro in Excel, it can only be accessed from that specific workbook. But what if you want to use it in other files too? Store your popular VBA codes in the Personal Macro Workbook. Continue reading
How to run macro in Excel and create your own macro button
Running macros in Excel is a pretty simple thing for experienced users, but it might not be immediately obvious to beginners. In this tutorial, you will learn many different techniques to run a macro, some of which may completely change your way of interacting with Excel workbooks. Continue reading
How to record a macro in Excel
Macros are a great way to automate repetitive tasks in Excel. If you find yourself doing the same things over and over again, simply record your actions as a macro and run it with a keystroke. Continue reading
How to VLOOKUP across multiple sheets in Excel with examples
When looking up some information in Excel, it's a rare case when all the data is on the same sheet. More often, you will have to search across multiple sheets or even different workbooks. The good news is that Microsoft Excel provides more than one way to do this. Continue reading
Excel formula to count cells with certain text: exact and partial match
When analyzing large chunks of information in Excel, you may often want to know how many cells contain specific text. This tutorial explains how to do it in a simple way. Continue reading
INDEX MATCH in Google Sheets – flexible Vlookup for your spreadsheets
When you need to find data in your sheet that corresponds to a certain key record, it is usually Google Sheets VLOOKUP you turn to. But there you go: VLOOKUP slaps you with limitations almost immediately. That's why you'd better increase the resources for the task by learning INDEX MATCH. Continue reading
How to count cells with text in Excel: any, specific, filtered cells
Initially, Excel spreadsheets were designed to work with numbers. But these days we often use them to store and manipulate text too. Want to know how many cells with text there are in your worksheet? Microsoft Excel has several functions for this. Continue reading
Google Sheets QUERY function: a spreadsheet cure-all you have yet to discover
If you've been following this blog for a while, you may remember QUERY. I mentioned it as a possible solution for a couple of cases. But those are far from enough to uncover its full potential. Today, it's high time we get to know this spreadsheets superhero properly. And guess what – one equally noteworthy tool will also be there :) Continue reading
How to export and import contacts between Outlook and Google Gmail
Switching between Microsoft Outlook and Google Gmail is a very common trend these days. Some people are migrating from a desktop-oriented Outlook app to a cloud-based Gmail while others are using different email clients for their personal and business communication. Luckily, both Outlook and Gmail make it possible to transfer all your contacts in one go. Continue reading
Google Sheets FILTER function: formulas and tools to filter data in spreadsheets
If the only way you know of creating a filter in Google Sheets is the standard tool, I have a surprise for you. :) Come explore the FILTER function with me. There are plenty of ready-made formulas you can borrow, along with a new powerful tool that complements the filtering toolset immensely. Continue reading
How to import contacts into Outlook from CSV and PST file
There may be different reasons why you may want to transfer contacts into your Outlook address book. For example, you inherited a list of contacts in an external database, or you are migrating from another mail server, or perhaps you are setting up a new account. Continue reading
How to export contacts from Outlook
Whether you are migrating to another email service or making a regular backup of your data, it is crucial to transfer all contact details without any fail. This tutorial will teach you a few easy ways to export Outlook contacts into a .csv or .pst file, so that you could later import them anywhere you need. Continue reading
Excel INDEX MATCH MATCH and other formulas for two-way lookup
When searching for something in your Excel spreadsheets, most of the time you'd look up vertically in columns or horizontally in rows. But sometimes you need to look across both rows and columns. This is called a two-dimensional lookup, and this tutorial shows how to do it in 4 different ways. Continue reading
Excel INDEX MATCH with multiple criteria - formula examples
Although Microsoft Excel has special functions for vertical and horizontal lookup, expert users normally replace them with INDEX MATCH, which is superior to VLOOKUP and HLOOKUP in many ways. Among other things, it can look up two or more criteria in columns and rows. Continue reading
XLOOKUP function in Excel - powerful successor of VLOOKUP
The tutorial introduces XLOOKUP - the new function for vertical and horizontal lookup in Excel. Left lookup, last match, Vlookup with multiple criteria and a lot more things that used to require a rocket science degree to accomplish have now become as easy as ABC. Continue reading