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

Data Analysis

  • Conflicting Multiple Conditional Formatting Rules in Excel
  • How to Create One and Two Variable Data Tables in Excel
  • How To Filter Data in Excel
  • What-If Analysis: Scenarios and Goal Seek in Excel
  • Understanding Pivot Tables in Excel

References

  • Extract data with helper column in Excel
  • Count rows that contain specific values in Excel
  • How to reference named range different sheet in Excel
  • How to use Excel COLUMN Function
  • Convert text string to valid reference in Excel using Indirect function

Data Validations

  • Excel Data validation specific characters only
  • Excel Data validation must not contain
  • Data validation must not exist in list
  • Excel Data validation don’t exceed total
  • Excel Data validation allow uppercase only

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

  • OR function: Description, Usage, Syntax, Examples and Explanation
  • OR function Examples in Excel
  • IF with boolean logic in Excel
  • How to return blank in place of #DIV/0! error in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • NETWORKDAYS.INTL function: Description, Usage, Syntax, Examples and Explanation
  • DAY function: Description, Usage, Syntax, Examples and Explanation
  • Get days between dates ignoring years in Excel
  • WORKDAY function: Description, Usage, Syntax, Examples and Explanation
  • Convert text date dd/mm/yy to mm/dd/yy in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • How to randomly assign data to groups in Excel
  • Group numbers at uneven intervals in Excel
  • Categorize text with keywords in Excel
  • Map text to numbers in Excel

General

  • How to calculate percent variance in Excel
  • How to set or clear a print area in Excel Worksheet
  • Count cells that contain errors in Excel
  • Flash Fill in Excel
  • Basic text sort formula in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning