Excel CONCAT Function

Excel CONCAT Function

September 12, 2019

Excel CONCAT Function

The Excel CONCAT function, new in Excel 2019, replaces the legacy CONCATENATE function*. It’s a simple function that joins the

Read More
year on year charts

August 14, 2019

Year on Year Charts

Year on year charts or data over time is one of the most common data visualisations you’ll see. However, the

Read More
custom data types in vba

July 2, 2019

Custom Data Types in VBA

If you are working with several variables that relate to one thing, for example you are working with employee data,

Read More
IF Formula Builder

May 3, 2019

IF Formula Builder

One of our most popular blog posts is Excel IF AND OR Functions Explained which has over 800 comments at

Read More
Static variables in VBA

April 4, 2019

Static Variables in VBA

Normally variables cease to exist once your Sub or Function has finished executing. Static variables allow you to preserve a

Read More