FREQUENCY function in Excel — histogram bar chart showing bin counts of {14, 31, 28, 19, 8} across four bins plus overflow, with a frequency table showing relative and cumulative percentages, key formulas, and bin boundary logic diagram.

FREQUENCY Function: Create Histograms & Binned Distributions

A list of 500 numbers tells you almost nothing at a glance. Group them into bins and the shape of the distribution becomes immediately visible — where values cluster, where they thin out, and whether the data skews left or right. The FREQUENCY function performs that grouping in a single formula. This guide covers eight practical examples: building a basic frequency table, charting it as a histogram with gap width set to zero, converting counts to relative frequencies and cumulative percentages, generating dynamic bins with SEQUENCE that update as data changes, counting students per grade band, measuring manufacturing defect rates across tolerance zones, comparing two distributions side-by-side, and using the FREQUENCY distinct-count trick to find unique values. It also covers the key behaviour most analysts miss: FREQUENCY always returns one more value than the number of bin boundaries — that extra row is the overflow bucket, and forgetting it silently drops data.

CORREL Function Calculate Correlation Coefficient Between Data Sets

CORREL Function: Calculate Correlation Coefficient Between Data Sets

Two columns of numbers — do they move together? The CORREL function answers with a single number between −1 and +1. A result of +0.967 means a very strong positive relationship: when one variable rises, the other rises proportionally. A result of −0.841 means a strong inverse relationship. A result near zero means little or no linear association exists.
This guide covers eight practical examples: basic correlation between two variables, building a 4×4 correlation matrix with conditional formatting, testing statistical significance using the t-test and TDIST, filtering to a specific category with conditional CORREL, rolling correlation to track how the relationship changes over time, finding the strongest pairs across a matrix using LARGE and SMALL, calculating Spearman rank correlation for non-normal or outlier-heavy data, and building a self-updating dashboard that outputs a plain-English label like “r = 0.967 (Very strong positive).” The guide also covers the most important limitation: a high CORREL result does not mean one variable causes the other.

Tick mark in Excel — five insertion methods including Symbol dialog, Alt codes, keyboard shortcuts, CHAR formula, and Unicode, with a live checklist showing conditional tick marks, COUNTIF summary, and key formulas for IF-based ticks and conditional formatting row colouring.

Tick Mark in Excel: Every Method to Insert a Check Mark (5 Ways)

Excel has no dedicated tick-mark button, but it offers five distinct ways to insert one. The Symbol dialog works for one-off insertions with no setup. Alt+0252 in Wingdings is the fastest keyboard-only method. Shift+P in Wingdings 2 is even quicker once the column is pre-formatted. The CHAR function brings ticks inside formulas — combine it with IF to show a tick when a task is done and a cross when it isn’t. Unicode ✓ and ✔ paste directly into any font without changing a thing. This guide covers all five methods, then shows how to count ticks with COUNTIF, restrict a column to ticks and crosses only using data validation, and color entire rows green or red with conditional formatting

Convert numbers to words in Excel — showing the NumToWords VBA function, AmountToWords currency formula for USD, GBP, and AED, the LAMBDA method for macro-free workbooks, and a conversion table with outputs for 1250.75, 999.99, and 7589.45 across multiple currencies.

Convert Numbers to Words in Excel: VBA, LAMBDA, and Formula Methods

Excel has no built-in SPELLNUMBER function, but three methods fill the gap. The VBA NumToWords function is the most flexible — paste the code once into a module, save as .xlsm, and use =NumToWords(A1) anywhere in the workbook. The AmountToWords extension adds currency and sub-unit names, producing invoice-ready output like “One Thousand Two Hundred Fifty Dollars and Seventy-Five Cents” automatically. For macro-restricted environments, a LAMBDA function defined in the Name Manager achieves the same result with no VBA at all — fully compatible with .xlsx files. This guide covers all three methods with eight practical examples: basic conversion, multi-currency invoice lines (USD, GBP, AED, INR, EUR), cheque format with the XX/100 fraction convention, a dynamic currency table driven by XLOOKUP, and how to lock the output as static text before sharing a finalised document.

Sprint burndown chart Excel template showing feature rows (inviting a friend, liking a post, adding a video link), baseline week columns with 1s, actual week columns with 1s, and remaining work formulas.

Sprint Burndown Chart

Free Excel sprint burndown chart template. Track features, planned vs. actual weekly completions, and remaining work. Perfect for agile sprint reporting.

SWOT analysis Excel template showing 2x2 matrix with Strengths, Weaknesses, Opportunities, Threats quadrants, objective line, and TODAY() date function.

SWOT Analysis Example

Free Excel SWOT analysis template. Evaluate strengths, weaknesses, opportunities, and threats. Includes objective line, auto-updating date, and circulation field.

Velocity burndown chart Excel template showing feature list with points, sprint columns Sprint #5 to Sprint #1, and three calculated rows for baseline, actual, and velocity.

Velocity Burndown Chart

Free Excel velocity burndown chart template. Track feature points across sprints, compare baseline vs. actual, and calculate velocity. Agile project tracking made simple.

Monthly budget in USD Excel template screenshot showing income section with 4 , 500 t o t a l , b i l l s t a b l e w i t h r e n t a n d u t i l i t i e s , e x p e n s e s l i s t w i t h g r o c e r i e s b u d g e t o f 4,500total,billstablewithrentandutilities,expenseslistwithgroceriesbudgetof400, and running daily balance column.

Monthly Budget in USD

Free monthly budget template for Excel in USD. Track income, bills, variable expenses, savings, and daily transactions. Includes automatic category summaries.