top of page
Recent Posts


How to Structure VBA Code and Macros in Excel - VBA Tutorial
When creating macros and writing VBA, it is important to logically structure your code to maximize readability and ensure your code is as...


How to Write Presentable VBA Code and Macros - VBA Tutorial
Good code presentation is an important part of writing VBA (or any other programming language for that matter), and will make your code...


What are For Loops and How to Use Them - VBA Tutorial
For loops are an essential programming method used across many different languages, and allow for more precise, readable, and flexible...


How to use the BAHTTEXT Function in Excel with Examples
The BAHTTEXT function will convert any number into Thai text while applying a "Baht" suffix. Contents: Syntax Explanation Example -...


How to use the DOLLAR Function in Excel with Examples
The DOLLAR function will convert any number into text while applying the standard dollar currency format. Contents: Syntax Explanation...


How to Calculate the Number of Days in a Month From a Date
A quick way to return the number of days in any given month using a formula. Contents: Formula Explanation Formula = EOMONTH(date,0) -...


How to Return the End of the Month From A Date in Excel
Here is a quick formula that will allow you to return the end of the month from any date in Excel. Contents: Formula Explanation Example...


How to Get the First Day of the Month From A Date in Excel
Here is a quick formula that will allow you to return the beginning of the month from any date in Excel. Contents: Formula Explanation...


How to Extract The Year From any Date in Excel
When working in Excel, often times you'll want to be pulling a lot of information automatically from dates. There are a couple different...


How to Extract The Month From any Date in Excel
When working in Excel, often times you'll want to be pulling a lot of information automatically from dates. There are a few different...


How to Extract The Day From any Date in Excel
When working in Excel, often times you'll want to be pulling a lot of information automatically from dates. There are a few different...


How to Pull Quarters Out of a Date in Excel
When doing any work with dates in Excel, often times you'll want to be able to split up your date into separate quarters. There is no...


How to use the FLOOR.MATH Function in Excel - 3 Examples
The FLOOR.MATH function will round any number down to the nearest integer and if desired, a specific multiple. Contents: Syntax...


How to use the CEILING.MATH Function in Excel - 4 Examples
The CEILING.MATH function will round any number up to the nearest integer and if desired, a specific multiple. Contents: Syntax...


How to use the MROUND Function in Excel - 3 Examples
The MROUND function will round any number up or down to the nearest given multiple. Contents: Syntax Explanation Different Methods of...
bottom of page
