- December 2024
- November 2024
- October 2024
- September 2024
- August 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- February 2024
- January 2024
- December 2023
- November 2023
- October 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- February 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- July 2020
ID | Title 1 | Title 2 |
---|---|---|
Sample #1 | Row 1, Content 1 | Row 1, Content 2 |
Sample #2 | Row 2, Content 1 | Row 2, Content 2 |
Sample #3 | Row 3, Content 1 | Row 3, Content 2 |
MMULT Function
Excel functions like XLOOKUP and MATCH lack the ability to look up values in multiple rows or columns. However, this problem is circumvented with the help of MMULT, which returns the matrix product of two arrays. Before diving into the…
BYROW Function
Yesterday, I covered the new BYCOL function, which allows you to perform calculations on columns in an array. Guess what? There’s also a BYROW function! Predictably, it does the same thing for rows instead. Here’s the syntax: Whereas BYCOL calculated…
BYCOL Function
The new BYCOL function is currently only available to Office Insiders, but it promises to make calculating columns easier and more efficient. The Sales by Month table contains monthly sales figures for six products. If you wanted to calculate the…
Running Totals
A running total is the summation of the current and previous numbers in a column. It’s a useful way of keeping track of sales figures over a time period or for monitoring the balance on a bank statement. Have a…
How to Create a Star Rating System in Excel
Star rating systems are commonly used to rank things like films, TV shows, hotels, and shopping products. Typically, they are done on a scale of 1–5 (or 0–5), although you may have seen the odd six-star hotel or 10-star energy-rated…
Generate Unique Random Numbers
The RANDBETWEEN function provides a non-dynamic array solution to creating a set of random numbers. It returns an integer between the minimum and maximum values you specify. The problem is, however, it is likely to return duplicates after each worksheet…
Excel functions like XLOOKUP and MATCH lack the ability to look up values in multiple rows or columns. However, this problem is circumvented with the help of MMULT, which returns the matrix product of two arrays. Before diving into the…
Yesterday, I covered the new BYCOL function, which allows you to perform calculations on columns in an array. Guess what? There’s also a BYROW function! Predictably, it does the same thing for rows instead. Here’s the syntax: Whereas BYCOL calculated…
The new BYCOL function is currently only available to Office Insiders, but it promises to make calculating columns easier and more efficient. The Sales by Month table contains monthly sales figures for six products. If you wanted to calculate the…
A running total is the summation of the current and previous numbers in a column. It’s a useful way of keeping track of sales figures over a time period or for monitoring the balance on a bank statement. Have a…
Star rating systems are commonly used to rank things like films, TV shows, hotels, and shopping products. Typically, they are done on a scale of 1–5 (or 0–5), although you may have seen the odd six-star hotel or 10-star energy-rated…
The RANDBETWEEN function provides a non-dynamic array solution to creating a set of random numbers. It returns an integer between the minimum and maximum values you specify. The problem is, however, it is likely to return duplicates after each worksheet…