How to use a Vlookup to find approximate numbers in a net promoter score range

This video will teach you how to use a Vlookup formula in Excel when you do not want the range lookup to be false. Normally you want false on the last argument of the vlookup because you are trying to find an exact match. When you are looking for numbers within a sorted range lowest to highest. I explain how to segment your customers in the net promoter score which assigns numbers between 0 and 10. 9 and 10 is a promoter. 7 and 8 are Passive. 0 to 6 are detractors. Find out more about net promoter scores here.

By |2018-06-07T23:48:50-05:00November 29th, 2017|Excel|0 Comments

Monthly Income and Expense Budget Template

Are you new to budgeting? First start off by writing down your short and long term goals that you want to accomplish in your life. Second, write down your non-compromising values. Your budget should flow from your values and goals. Download my free monthly income and expense spreadsheet. Download my Income and Expense Monthly Tracker.

By |2019-04-27T09:59:24-05:00September 25th, 2017|Excel, QuickBooks Online|0 Comments

Add Gold Star Icons to Your Excel Reports

This post will teach you how to add gold stars to cells that meet a certain condition. In my example below, I want to highlight any cell that is greater than 90 for the customer service grade. First I select the cells. Then I click the Home tab–>Conditional Formatting–>New Rule. I select Icon Sets from the Format Style drop down and 3 Stars from the Icon Style drop down. Next I change the percentage to number so that it reads Gold Star is when value is  >=90 Number. I select no cell icon from the other icons to block any other number from showing a half star. The final output is displayed as.

By |2018-06-07T23:51:46-05:00September 25th, 2017|Excel|0 Comments

Create a Status Report with Green Checks and Red Flags in Excel

Imagine we have a spreadsheet that records a purchase date for when your customer places an order and a ship date for when the product ships. We would like to have a red flag in column A for orders that currently have not been shipped. And if the product has shipped we would like a green check mark. See the below the example and then keep reading and I’ll show you how to create this spreadsheet using either Excel 2007, 2010, 2013 or 2016. Note that row 6 and row 10 displays a red flag because those orders have not been shipped. Step 1: Click in cell A2 and write a formula =IF(G2=””,-1,G2-F2). This IF function checks if the Ship [...]

By |2018-06-07T23:51:31-05:00September 25th, 2017|Excel|6 Comments
Go to Top