TEXTJOIN, SWITCH, IFS, MAXIFS, MINIFS, CONCAT Available for Excel 2013, 2010, 2007

TEXTJOIN, SWITCH, IFS, MAXIFS, MINIFS, CONCAT Available for Excel 2013, 2010, 2007

Excel
[wp_ad_camp_1] [wp_ad_camp_4] New Functions Available for Excel 2013, 2010, 2007 The following functions are available for Excel 2013, Excel 2010, and Excel 2007 in the Excel PowerUps Premium Suite. CONCAT IFS MAXIFS MINIFS SWITCH TEXTJOIN These functions were introduced in a recent update for Excel 2016 and are now available for Excel 2013, 2010, and 2007 in the Excel PowerUps Premium Suite. In addition to these six functions, the Excel PowerUps Premium Suite also includes 50 functions that were added to Excel 2013. Similarly, these are available for Excel 2010 and Excel 2007. CONCAT The CONCAT function is similar to the CONCATENATE function. In addition to text strings, you are able to select multiple ranges of text to concatenate them. IFS The IFS function is a option to creating a bunch…
Read More
How to pick a random value from a range of cells in Excel

How to pick a random value from a range of cells in Excel

200 level, Excel
[wp_ad_camp_1] [wp_ad_camp_4] How to pick a random number from a range of cells Here's how to pick a random number from a range of cells in Excel. And actually, it doesn't need to be a number. If you have a range that contains data (names, numbers, dates, whatever) and you need to randomly select a value from that range, you can use the pwrRANDFROMRANGE function. It's as easy as selecting the range. See below. Example Let's say you have data contained in a range of cells between A1 and D200. Let's say this range contains a set of names and you want to randomly select one. You would use the following formula in Excel. =pwrRANDFROMRANGE(A1:D200) If your data is contained in a single column. No problem. pwrRANDFROMRANGE works just as well with…
Read More
Concatenate a range of cells in Excel – Easily

Concatenate a range of cells in Excel – Easily

200 level, Excel
[wp_ad_camp_1] Concatenate a Range of Cells in Excel Concatenate a range of cells in Excel without having to individually select every cell that you want to concatenate. The pwrCONCATENATE function (part of the Text Analyzer Assistant in the Excel PowerUps Premium Suite) lets you select a range of cells to concatenate. Additionally, you can add a delimiter between the concatenated cells if you wish. Also, you have control over whether to concatenate rows first or columns first. You can have empty cells in the range. They'll just be skipped. For example, you can use the following formula. =pwrCONCATENATE(E3:G30, " ", "COL") This will concatenate the range of cells between cells E3 and G30. Each cell will have a space (" ") character inserted between and the concatenation will go in the…
Read More
How to X out a cell in Excel – a visual How-to

How to X out a cell in Excel – a visual How-to

100 level, Excel
[wp_ad_camp_1] [wp_ad_camp_4] X out a cell in Excel There are a couple ways to cross out a cell in Excel. My favorite way is shown first, but a more manual option is also shown right after the first. Both methods are outlined below. Method 1 (my favorite way to cross out a cell): Add a Small Tool - Make Excel Better Easily cross out cells with a click You can add a tool into Excel that will make it super easy to cross out cells. Or if a cell is crossed out, uncross it out. You can use the tool to set the line color, set the thickness of the line, and choose between a solid line or a dotted line for the "X". Or, you can right-click the highlighted…
Read More
How to fix a VLOOKUP error in Excel

How to fix a VLOOKUP error in Excel

200 level, Excel
[wp_ad_camp_1] [wp_ad_camp_4] VLOOKUP error in Excel Ever have this happen? You write your VLOOKUP formula and have one of the following values returned: #VALUE! #NAME? #N/A #REF! Other UNEXPECTED result! Below you’ll find some common pitfalls that cause each of the errors above. VLOOKUP function syntax First, here’s a recap of the usage syntax for the VLOOKUP function in Excel. I’ll be referring to the parts in the explanations below. VLOOKUP(lookup_value, table_array, column_index_number, [range_lookup]) For more detail on the arguments, see the function's documentation page. VLOOKUP errors in Excel #VALUE! error causes in VLOOKUP column_index_number is less than 1 In an effort to retrieve a value that is to the left of the lookup column, you may be tempted to put in a value less than one. However, VLOOKUP only finds…
Read More
Excel Financial Functions tutorial

Excel Financial Functions tutorial

200 level, Excel
[wp_ad_camp_1] [wp_ad_camp_4] Excel as a Financial Tool Excel provides a number of functions to make calculating financial data very easy. You can find a great deal of examples and documentation on each of the functions. For this tutorial, we will use five commonly used Excel financial functions and use them together to answer some common questions. Excel Financial Functions The Excel financial functions that we will use in this tutorial are the following. PMT RATE NPER PV FV Each of these can be use to answer a likely question in the scenario for our tutorial. In this example, we'll consider the purchase of a used car and answer the following questions. What is my payment going to be? If I pay more than the minimum payment, how much earlier would…
Read More
Regular Expressions in Excel – Test Tool

Regular Expressions in Excel – Test Tool

200 level, Excel
[wp_ad_camp_1] [wp_ad_camp_4] Regular expressions in Excel Regular expressions in Excel are made easy with the pwrREGEXMATCH function. As a demonstration of the function, the example file pictured below is set up to evaluate a regular expression entered in cell D2 against text entered in cell D4. The result is contained in cell D8. The formula used in Excel (cell D8) is the following: =pwrREGEXMATCH(D4, D2) That's it. Download the example worksheet (link below) or just create one on your own. Using this, you can easily try out different regular expressions against some target text to massage into the perfect regex for your need. [caption id="attachment_3430" align="aligncenter" width="908"] Sample Excel template demonstrating use of regular expressions in Excel thru the pwrREGEXMATCH add-in function[/caption] Download the sample workbook here.
Read More
How to drag and drop columns in Excel

How to drag and drop columns in Excel

100 level, Excel
[wp_ad_camp_1] [wp_ad_camp_4] This is a quick little tip that makes it really easy to move columns of data around in Excel. It's basically a drag and drop operation - basically. In the example below, we'll just move the data in column C over to column B. When done, the column headings will be in order: First Column; Second Column; Third Column. [caption id="attachment_3350" align="alignnone" width="588"] Sample worksheet[/caption] First, select the entire column. To select a column, click the column heading (one of the letters or double-letters). Don't select a cell and try and highlight everything - just click the column heading. In this example, click the "C" so that we can move column C. [caption id="attachment_3351" align="alignnone" width="586"] Select the column to move[/caption] Next, hover your cursor over one of…
Read More
Excel moving average formula and explanation

Excel moving average formula and explanation

400 level, Excel
[wp_ad_camp_1] [wp_ad_camp_4] In the example below, an Excel moving average formula is set up. It averages the values from a trailing number of days. For the initial set of days, it averages the available days and becomes a trailing or moving average after the desired number of days have passed. You can also modify this to just show a 0 for the days leading up to the first set to be averaged. Excel moving average formula Here's the formula I used, for those that just want to grab and go. It's set up to calculate the 5-day moving average of the Value column. The figure below shows the worksheet used in this example. [codeblocks name="Moving average formula"] Put this formula in the first cell you want to begin the moving…
Read More
Excel CONTAINS function

Excel CONTAINS function

Excel
[wp_ad_camp_1] [wp_ad_camp_4] There isn't exactly an Excel CONTAINS function out of the box. However the Excel PowerUps add-in for Excel 2010, Excel 2013, and Excel 2007 provides a function called pwrCONTAINS that will return a simple TRUE or FALSE value based on whether the string your interested in is within another string. You could do this by testing and nesting a couple other Excel functions. However, this add-in makes the check really simple. Excel CONTAINS function: use pwrCONTAINS The pwrCONTAINS function documentation is on this page. As a simple example of an Excel CONTAINS function the formula may look like the following. =pwrCONTAINS("error", B4) This will return TRUE is cell B4 contains the word "error" in its text.
Read More