Array in Excel VBA
An array is a group of variables. In Excel VBA you can refer to a specific variable (element) of an array by using the array name and the index number.
Page 3 of 29 · 695 articles
An array is a group of variables. In Excel VBA you can refer to a specific variable (element) of an array by using the array name and the index number.
To separate strings in Excel use RIGHT LEN FIND and LEFT. If you're not a formula hero use Flash Fill to split text strings in Excel.
Use the IFS function in Excel 2016 or later when you have multiple conditions to meet. The IFS function returns a value corresponding to the first TRUE condition.
This example teaches you how to perform a single factor ANOVA (analysis of variance) in Excel. A single factor or one-way ANOVA is used to test the null hypothesis that the means of several populations are all equal.
This example teaches you how to group pivot table items in Excel. Learn how to group products and how to group dates by quarters.
To compare two columns use IF ISERROR and MATCH in Excel. You can display the duplicates or the unique values.
Below we will look at a program in Excel VBA that calculates any term Tk and summation of terms up to N.
This article describes how to create a simple invoice in Excel. Our invoice template is 3 columns wide.
A pivot chart is the visual representation of a pivot table in Excel. Pivot charts and pivot tables are connected with each other.
Below we will look at a program in Excel VBA that writes an Excel range to a CSV (comma-separated-value) text file.
If you know the text to be replaced use the SUBSTITUTE function in Excel. If you know the position of the text to be replaced use the REPLACE function.
An area chart is a line chart with the areas below the lines filled with colors. Use a stacked area chart to display the contribution of each value to a total over time. To create an area chart in Excel execute the following steps.
Use AutoFill in Excel to automatically fill a series of cells. This page contains many easy to follow AutoFill examples. The sky is the limit!
Below we will look at a program in Excel VBA which creates a Userform that contains a multicolumn combo box.
Excel does not offer Gantt as a chart type but it's easy to create a Gantt chart by customizing the stacked bar chart type. Below you can find our Gantt chart data.
It's easy to format a character as superscript (slightly above the baseline) or subscript (slightly below the baseline) in Excel.
You can insert a line break in Excel by pressing Alt + Enter. When concatenating strings use CHAR(10) to insert a line break.
If you want to view multiple Excel worksheets at the same time execute the following steps.
Use the IF function and an empty string in Excel to check if a cell is blank. Use IF and ISBLANK to produce the exact same result.
You can drag more than one field to an area in a pivot table. We'll look at an example of multiple row fields multiple value fields and multiple report filter fields.
Use comparison operators in Excel to check if two values are equal to each other if one value is greater than another value if one value is less than another value etc.
To multiply numbers in Excel use the asterisk symbol (*) or the PRODUCT function. Learn how to multiply columns and how to multiply a column by a constant.
To calculate the sum of the products of corresponding numbers in one or more ranges use Excel's powerful SUMPRODUCT function.
1 cm = 0.3937 inch and 1 inch = 2.54 cm. Use a simple formula the CONVERT function or download our free unit converter to convert from cm to inches or vice versa.