Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Everything about Charts in Excel
  • What-If Analysis: Scenarios and Goal Seek in Excel
  • How to Create Gantt Chart in Excel
  • Chart Axes in Excel
  • Understanding Anova in Excel

References

  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • How to use Excel ROWS Function
  • How to use Excel MMULT Function
  • Offset in Excel
  • How to get last row in numeric data in Excel

Data Validations

  • Excel Data validation must contain specific text
  • Excel Data validation allow uppercase only
  • Excel Data validation with conditional list
  • Excel Data validation must begin with
  • Excel Data validation date in next 30 days

Win loss points calculation in Excel

by

This tutorial shows how to work Win loss points calculation in Excel using the example below;

To assign points based on win/loss/tie results for a team, you can use a simple VLOOKUP formula, or a nested IF formula, as explained below.

Formula

=VLOOKUP(result,points_table,2,0)

Explanation

In the example shown, the formula in D5 is:

=VLOOKUP(C5,points_table,2,0)

How this formula works

This is a very simple application of the VLOOKUP function set for “exact match”:

  • lookup value comes from C5
  • table array is the named range “points_table” (F5:G7)
  • column index is 2, since points are in column G
  • range lookup is 0 (FALSE) to force exact match

Because we are using VLOOKUP in exact match mode, the points table does not need to be sorted in any particular way.

VLOOKUP is a nice solution in this case if you want to display the points table as a “key” for reference on the worksheet. If you don’t need to do this, see the nested IF version below.

Nested IF version

To calculate win/loss/tie points with the IF function, you can use a simple nested IF:

=IF(C5="Win",3,IF(C5="Loss",0,IF(C5="Tie",1)))

Post navigation

Previous Post:

COSH function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Data validation require unique number

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • SWITCH function example in Excel
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel AND Function
  • How to return blank in place of #DIV/0! error in Excel

Date Time

  • How to get year from date in Excel
  • How to calculate workdays per month in Excel
  • How to enter Today’s Date or Static Date and Time in Excel
  • Get first day of month in Excel
  • Display Date is workday in Excel

Grouping

  • Categorize text with keywords in Excel
  • Map text to numbers in Excel
  • How to randomly assign people to groups in Excel
  • Group numbers at uneven intervals in Excel
  • Group numbers with VLOOKUP in Excel

General

  • How to add sequential row numbers to a set of data in Excel
  • How to fill cell ranges with random text values in Excel
  • How to count total columns in range in Excel
  • Share Excel data with Word documents
  • Select, Insert, Rename, Move, Delete Worksheets in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning