Area of a trapezoid

Note: The parentheses in this formula are optional and for readability only. In Excel’sorder of operations, multiplication will occur before division, so the parentheses are unnecessary.

April 14, 2025 · 1 min · 26 words · Tracy Miranda

Area of a triangle

Note: The parentheses in this formula are optional and for readability only. In Excel’sorder of operations, multiplication will occur before division, so the parentheses are unnecessary.

April 14, 2025 · 1 min · 26 words · Calvin Smith

AREAS Function

In this context, areas mean separate contiguous ranges. Otherwise, Excel will think the commas indicate multiple arguments and generate an error about entering too many arguments. Examples The formulas below show how the AREAS function can be configured. However, the examples following do need the extra set of parentheses.

April 14, 2025 · 1 min · 49 words · Melissa Kane

Array

An array in Excel is a structure that holds a collection of values. Then use theF9 keyto inspect the underlying array. you’ve got the option to also use theARRAYTOTEXT functionto show how columns and rows are represented. Setformatto 1 (strict) to see the complete array. Inside SUM, the range resolves to an array of values. Array formulas Array formulasinvolve an operation that delivers an array of results. The LEN function then generates a character count for each value and returns an array of 5 results....

April 14, 2025 · 1 min · 96 words · Timothy Brown

Array constant

An array constant is a hard-coded set of values provided in an Excel formula. You’ll want to deal with these arrays using another function that handles arrays natively. not a constant). More examples The formula in the screenshot is explainedhere. Another example ofarray constants inside the COUNTIFS function.

April 14, 2025 · 1 min · 48 words · Karen Black

Array formula

What is an Array? Anarrayis a collection of more than one item. Arrays in Excel appear inside curly brackets. The reason arrays are so common in Excel is that they map directly to cell ranges. A two-dimensional range will use both semicolons and commas. Examples Array formulas are somewhat difficult to understand because the terminology is dense and complex. But array formulas themselves can be very simple. Sometimes array formulas supply multiple values as a function argument....

April 14, 2025 · 1 min · 124 words · Blake Fuller

Array formulas with AND and OR logic

In an earlier video, I showed how AND logic corresponds to multiplication and OR logic corresponds to addition. Let’s look at how to apply this in an array formula. I’ll work through the problem step-by-step. In column H, I’ll test if state is equal to “tx”. In column I, I’ll test if the amount is greater than 125. Now, because AND logic requires multiplication, I’ll multiply these results together in column J....

April 14, 2025 · 2 min · 275 words · Kristine Richardson

Array of arrays

“Array of arrays” is a name for a limitation of Excel’s calculation engine that can affect certain formulas that return multiple results. Excel’s current formula engine will not return an “array of arrays” and the result may be a truncated version of the data (as in the example) or an error in some cases. “Array of arrays” is not related to theTEXTSPLIT functionper se, but TEXTSPLIT is an easy way to see the limitation in action....

April 14, 2025 · 1 min · 149 words · Maria Butler

Array operation

An array operation is an operation that touches or manipulates the values in anarraydirectly. The final result of an array formula can be a single value or multiple values. In Excel 365,arrays are native, and this is not necessary.

April 14, 2025 · 1 min · 39 words · Adrienne King

ARRAYTOTEXT Function

The optionalformatargument controls the structure of the output. The strict format option will also wrap text values in double quotes (""). Related functions VALUETOTEXT Function The Excel VALUETOTEXT function converts a value to text. By default, text values pass though unaffected. However, in strict mode, text values are enclosed in double quotes (""). in a text string with the number format of your choice.

April 14, 2025 · 1 min · 64 words · Nicholas Williams

Articles

Regular Expressions in Excel

April 14, 2025 · 1 min · 4 words · Mr. Daniel Snyder

ASCII

The numbers returned by theCHAR functionin Excel come from ASCII. The originalASCII specificationencodes 128 characters into numbers (see table below). These include the numbers 0 to 9, lowercase a-z, uppercase A-Z, and punctuation. Excel has two functions designed to work with this extended character set:UNICHARandUNICODE. ASCII codes The table below shows standard printable ASCII characters and codes. The second table showsnon-printable control codes.

April 14, 2025 · 1 min · 63 words · Aaron Fisher

ASIN Function

The input number must be between -1 and 1, inclusive. For example, given a ratio of 0.5 the function returns the angle of 0.524 radians. ASIN is the inverse of SIN. ACOS Function The ACOS function returns the inverse cosine of a number. The function is the inverse of COS and expects input in the range from -1 to 1. ATAN Function The Excel ATAN function returns the inverse tangent of a number....

April 14, 2025 · 1 min · 80 words · Brooke Mercer