Tutorials, videos, useful tips for Excel, Outlook and Google Sheets, page 3

Excel DROP function to remove rows or columns from range or array

When analyzing huge datasets, you may sometimes need to pull only the data without a total row/column, headers or footers. In earlier Excel versions, you'd have to rely on the good old copy/pasting technique. In Excel 365, we have a special function to dynamically extract the desired part of the array by "dropping" irrelevant data. Continue reading

Excel AVERAGEIFS function with multiple criteria

When it comes to calculating an arithmetic mean of a group of numbers in Excel, you'd generally use the AVERAGE function. To average cells that meet a certain condition, AVERAGEIF comes in handy. To find an average with multiple criteria, AVERAGEIFS is the way to go. Continue reading

Excel conditional formatting Color Scales

Excel conditional formatting is all about visualizing data with colors. You may use contrasting colors to represent data categories or gradients to "map" data with some intrinsic order. When a certain pallet is used to visually represent data, it becomes a color scale. Continue reading

Data Bars in Excel: how to add and customize

To compare different categories of data in your worksheet, you can make a chart. To visually compare numbers in your cells, colored bars inside cells are a lot more useful. Excel can show bars along with cell values or display only the bars and hide the numbers. Continue reading

How to group columns in Excel

If you feel overwhelmed or confused about the extensive content of your worksheet, you can organize the columns in groups to easily hide and show different parts of your sheet, so that only the relevant information is visible. Continue reading

How to find sum of largest N numbers in Excel

In some situations, you may need to sum specific numbers in a range, say top 3, 5, 10 or n. That might be a challenge because Excel has no inbuilt function for this. But as always, there is nothing that would prevent you from constructing your own formulas :) Continue reading