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

Data Analysis

  • Conditional Formatting Rules in Excel
  • How To Create Frequency Distribution in Excel
  • Understanding Anova in Excel
  • How to calculate average last N values in a table in Excel
  • How To Perform and Interpret Regression Analysis in Excel

References

  • How to get address of named range in Excel
  • How to get first column number in range in Excel
  • Count rows with at least n matching values
  • Perform case-sensitive Lookup in Excel
  • How to get last row in numeric data in Excel

Data Validations

  • Prevent invalid data entering in specific cells
  • Excel Data validation must not contain
  • Data validation must not exist in list
  • Excel Data validation exists in list
  • Excel Data validation with conditional list

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

  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FALSE Function
  • Return blank if in Excel
  • How to use Excel XOR Function
  • How to use Excel OR Function

Date Time

  • Add business days to date in Excel
  • Convert Excel time to decimal hours in Excel
  • Display the current date and time in Excel
  • Get project midpoint in Excel
  • How to calculate future date say 6 months ahead in Excel

Grouping

  • Map text to numbers in Excel
  • Group numbers at uneven intervals in Excel
  • If cell contains one of many things in Excel
  • Calculate conditional mode with criteria in Excel
  • Group times into 3 hour buckets in Excel

General

  • How to calculate percent variance in Excel
  • AutoRecover file that was never saved in Excel
  • How to Create Calendar in Excel
  • Lock Cells in a Worksheet Excel
  • Count cells that do not contain errors in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning