top of page
Recent Posts


How to Highlight Weekdays in Excel
Using conditional formatting, we can use a custom formula to highlight all weekday dates from any date range, letting you visually see...


How to Autofill Columns with Multiple Values
If you have ever gotten a report that looks like this, you know it can be a pain to work with. It's like a PivotTable without the Pivot....


How to Round a Price to .99 in Excel
When working with prices, it can often be beneficial to round to the nearest .99 cents. There are a few formulas we can use depending on...


How to Calculate Flow Rate in Excel
Flow rate can be tricky to calculate, but if you have all of the required pieces we can create some easy Excel formulas to do the work...


How to Calculate Weighted Average in Excel
A weighted average is an average where each value has a different level of importance, represented by a weight, which affects the overall...


How to Refresh SAP Analysis for Office Queries & Data Sources with a Macro
Depending on the report, having a way to automate your data source refreshes may save you a ton of time. Contents: 1. How to Create a...


How to Sum Cells By Color in Excel
While not a built-in Excel feature, we can create our own function to easily sum cells by color. Contents: 1. How to Use VBA User Defined...


How to Highlight Weekends in Excel
Using conditional formatting, we can use a custom formula to highlight all weekend dates from any date range, letting you visually see...


How to Convert a Month Name to a Number in Excel
Usually, you need to return the last or first item in a list, but every once in a while, you may find yourself needing to return the...


How to Return the Second to Last Item in a List in Excel
Usually, you need to return the last or first item in a list, but every once in a while, you may find yourself needing to return the...


How to Return the nth to Last Item in a List in Excel
Usually, you need to return the last or first item in a list, but every once in a while you may find yourself needing to return a...


How to Enable the Developer Tab in Excel
The Developer tab in Excel is hidden by default, but offers some very important functions and built in features that every Excel Expert...


How to Count Colored Cells in Excel
While not a built-in Excel feature, we can create our own function to easily count colored cells. Contents: 1. How to Use VBA User...


How to Highlight Cells Containing a Formula in Excel
To highlight any cell that contains a formula in an Excel workbook, there is a simple conditional formatting formula that can be used....


How to Return the File Pathway of an Excel Workbook Using a Formula
Sometimes you'll find yourself needing to pull a file's pathway into your Excel sheet. Luckily there is a quick formula we can use to...


How to Return the ASCII Number for Every Character in a Cell
The formulas below will take any text input and return the ASCII value of each character that comprises that string. Contents: 1....


How to Round a Date to the First of the Next Month
Contents: Formula Explanation Example - Rounding Dates to First of the Next Month Formula = EOMONTH(date, 0) + 1 By feeding any date into...


How to Round a Date to the First of the Previous Month
Contents: Formula Explanation Example - Rounding Dates to the First of the Previous Month Formula = EOMONTH(date, -2) + 1 By feeding any...


How to Remove Date Data from a Time in Excel
Having dates associated with times in Excel can sometimes throw off time calculations. Luckily, there is an easy way to strip out date...


How to Remove Time from a Date in Excel
Having time associated with dates in Excel can sometimes throw off date calculations. Luckily, there is an easy way to strip out time...
bottom of page
