February 22, 2018
Shortcut for Duplicating Formulae, Text and Objects in Excel
If you want to duplicate something you can copy (CTRL+C) and paste (CTRL+V). But there's a quicker way that only
Read MoreFebruary 22, 2018
If you want to duplicate something you can copy (CTRL+C) and paste (CTRL+V). But there's a quicker way that only
Read MoreFebruary 14, 2018
Excel infographics, like the one below, are easy to build and there are loads of tools you can use to
Read MoreFebruary 5, 2018
The Excel Forecast Sheet and charts are a new feature available in Excel 2016. In just a few clicks you
Read MoreJanuary 31, 2018
Plotting data over time can reveal patterns and trends, but often blips in the data require further explanation. We can
Read MoreDecember 14, 2017
Format your dashboards and reports fast with these pro Excel chart formatting tips. Watch the Video Pro Tip 1 –
Read MoreDecember 6, 2017
Dumbbells and Lollipop Charts Excel Dot Plots, dumbbells and lollipop charts are good for comparing one, two or three points
Read MoreNovember 30, 2017
When you think of visualizing parts to a whole in Excel charts the first thing that’s likely to come to
Read MoreNovember 24, 2017
My last post looked at using Python to plot equations in Excel with DataNitro. In this one I want to
Read MoreNovember 17, 2017
Something I've wanted to do easily in Excel is plot equations. If I have something like 2x2 + 3x +
Read MoreNovember 6, 2017
Obviously, we don’t want our PivotTables littered with #DIV/0! and #NULL! errors if we’re presenting them in a report (like
Read MoreNovember 2, 2017
PivotTables can make quick work of summarising and analysing data and they have some handy built in percentage calculations available
Read MoreOctober 26, 2017
Before VBA there were XLM macros. VBA was introduced in Excel version 5, so these Excel macros are also known
Read MoreOctober 25, 2017
We often need to extract the date or time portion from a date-time serial number for use in other functions.
Read MoreOctober 25, 2017
The Excel DATE function combines separate year, month and day values and converts them into a date serial number formatted
Read MoreOctober 25, 2017
Often, we'll have a list of month names that we want to convert to a date, or even just convert
Read MoreOctober 24, 2017
If you want to use a date in a chart label, or you want to concatenate a date with some
Read MoreOctober 23, 2017
Dates incorrectly entered or imported as text are a showstopper. We need our dates entered as date serial numbers to
Read MoreOctober 20, 2017
Even though dates and time are actually stored as a regular number known as the date serial number, we can
Read MoreOctober 19, 2017
The Excel NETWORKDAYS.INTL function (new in Excel 2010) returns the number of working days between two date serial numbers, excluding
Read MoreOctober 12, 2017
If you receive your data in separate daily, weekly or monthly files then before you can even begin analyzing the
Read MoreOctober 2, 2017
Highlighting the minimum and maximum in an Excel chart can help focus your readers’ attention. We can manually select points
Read MoreSeptember 26, 2017
The default Excel chart legends can be awkward and time consuming to read when you have more than 2 series
Read MoreSeptember 19, 2017
In an ideal spreadsheet our formulas would always reference adjacent cells and columns and it would be obvious which cells
Read MoreSeptember 7, 2017
Excel Pivot Chart Drill down buttons are a new feature available in Excel 2016. You’ll find them in the bottom
Read MoreAugust 22, 2017
As with most things in Excel, there are many ways to extract a list of unique or distinct values from
Read MoreAugust 15, 2017
Sometimes we want to find and remove duplicates in Excel, other times we just want to identify or highlight duplicates.
Read MoreAugust 10, 2017
VBA SELECT CASE allows you to test an expression against multiple conditions, and then carry out a series of commands
Read MoreAugust 3, 2017
The VBA IF THEN ELSE statement lets you test a condition, and then carry out other commands if the test
Read MoreJuly 27, 2017
If your company’s fiscal year runs in line with the calendar year then it’s easy to convert dates into quarters
Read More