Excel can do more than sums โ itโs great for statistics and math analysis too! These formulas help you analyze data, find trends, and calculate key numbers quickly.
- RANK โ Find a Numberโs Rank
Shows a numberโs position in a list (highest to lowest).
Formula: =RANK(A1, A1:A10)
๐ Example: If A1 = 95 in a list of scores, RANK tells you itโs 1st, 2nd, etc.
- MEDIAN โ Find the Middle Value
Returns the value in the middle of a range.
Formula: =MEDIAN(A1:A10)
๐ Example: For scores 70, 80, 90 โ MEDIAN = 80
- MODE โ Find the Most Frequent Value
Shows the number that appears most often.
Formula: =MODE(A1:A10)
๐ Example: In 5, 5, 7, 8 โ MODE = 5
- STDEV โ Calculate Standard Deviation
Measures how spread out numbers are.
Formula: =STDEV(A1:A10)
๐ Example: Higher STDEV โ more variation in your data.
- VAR โ Calculate Variance
Shows how much values vary from the average.
Formula: =VAR(A1:A10)
๐ Example: Used with STDEV for deeper statistical analysis.
- SUBTOTAL โ Calculate on Filtered Data
Performs calculations (SUM, AVERAGE, etc.) only on visible rows after filtering.
Formula: =SUBTOTAL(9, A1:A10)
๐ Example: 9 = SUM, 1 = AVERAGE. Perfect for filtered lists.
๐ก Quick Tip:
- Use RANK, MEDIAN, and MODE to quickly understand trends.
- Use SUBTOTAL when working with filtered tables โ it ignores hidden rows!
stay tuned toย ITinsite.inย โ your trusted source to get more excel formulaโs in easy way


Pingback: ๐งฎ Top 50 Excel Formulas You Must Know (With Examples)