Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=SUMPRODUCT(B2:B4,C2:C4)/SUM(C2:C4)Computed by a real spreadsheet engine on the sample data below.
| Course | Grade_Pts | Credits |
| Calculus | 3.7 | 4 |
| History | 4.0 | 3 |
| Art | 3.3 | 2 |
=SUMPRODUCT(B2:B4,C2:C4)/SUM(C2:C4)→3.7111111111
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Unweighted GPA uses =AVERAGE(B2:B20) treating all courses equally. Weighted GPA uses SUMPRODUCT to weight each course by its credit hours, giving heavier courses more influence.
Combine all semesters into one table and use the same SUMPRODUCT formula across all rows, or store semester totals and compute =SUMPRODUCT(total_points_per_sem)/total_credits_all_sems.
Returns the rank of a number in a list, assigning the same rank to ties (same as RANK). Essential for leaderboards.
How-toRank a number against a list with RANK — highest first or lowest first. Works the same in Excel and Google Sheets.
ReferenceReturns the rank of a number, averaging ranks for ties. Useful in statistical analysis where tied ranks should not cluster.
How-toMeasure how spread out your numbers are with STDEV for a sample or STDEVP for a whole population. Works in Excel and Google Sheets.
ReferenceReturns the k-th percentile value from a dataset. Useful for performance benchmarking and threshold analysis.
How-toCombine values and their weights with SUMPRODUCT divided by the total weight. Works the same in Excel and Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: