CALC 1 Home Documentation Home Contact

NCAA QB Rating Calculator

Calculates the NCAA quarterback rating.

screenshot

Formula: ((8.4*yards)+(330*td)+(100*comp)-(200*intr))/att

Comp: The number of completed passes.

Att: The number of attempted passes.

Yards: The total passing yards.

TD: The number of touch downs.

Intr: The number of interceptions.

Example 1

Calculate the NCAA QB rating for Steve Young's season in 1983 when he completed 306 of 429 passes for 3,902 yards, 33 touchdowns, and 10 interceptions.

 

Value Keystrokes Display Description
306 Comp 306.0000 Stores the Comp value.
429 Att 429.0000 Stores the Att value.
3906 Yards 3,902.0000 Stores the Yards value.
33 TD 33.0000 Stores the TD value.
10 Intr 10.0000 Stores the Intr value.
  Rating 168.4501 Calculates Rating.

Example 2

Calculate the Yards required for a Rating of 170.

These keystrokes assume the values from example 1.

 

Value Keystrokes Display Description
170 Rating 170.0000 Stores the Rating value.
  Yards 3980.9524 Calculates the Yards value.

Reference:

Passer Rating - Wikipedia