Terrible Equation. Trying to use index match?

=IFERROR(
    IF(

         B19 = "Receptions",          VLOOKUP(              $A$14,              '2015 Stats'!$A$1:$N$301,              9,              FALSE         ),          IF(              B19 = "Pass Yards",              VLOOKUP(                  $A$14,                  '2015 Stats'!$A$1:$N$301,                  4,                  FALSE              ),              IF(                  B19 = "Pass TD",                  VLOOKUP(                      $A$14,                      '2015 Stats'!$A$1:$N$301,                      5,                      FALSE                  ),                  IF(                      B19 = "Int",                      VLOOKUP(                          $A$14,                          '2015 Stats'!$A$1:$N$301,                          6,                          FALSE                      ),                      IF(                          B19 = "Rush Yds",                          VLOOKUP(                              $A$14,                              '2015 Stats'!$A$1:$N$301,                              7,                              FALSE                          ),                          IF(                              B19 = "Rush TD",                              VLOOKUP(                                  $A$14,                                  '2015 Stats'!$A$1:$N$301,                                  8,                                  FALSE                              ),                              IF(                                  B19 = "Rec Yds",                                  VLOOKUP(                                      $A$14,                                      '2015 Stats'!$A$1:$N$301,                                      10,                                      FALSE                                  ),                                  IF(                                      B19 = "Rec TD",                                      VLOOKUP(                                          $A$14,                                          '2015 Stats'!$A$1:$N$301,                                          11,                                          FALSE                                      ),                                      IF(                                          B19 = "Fumbles",                                          VLOOKUP(                                              $A$14,                                              '2015 Stats'!$A$1:$N$301,                                              12,                                              FALSE                                          ),                                          IF(                                              B19 = "Points P/G",                                              VLOOKUP(                                                  $A$14,                                                  '2015 Stats'!$A$1:$N$301,                                                  13,                                                  FALSE                                              ),                                              IF(                                                  B19 = "Fantasy Year",                                                  VLOOKUP(                                                      $A$14,                                                      '2015 Stats'!$A$1:$N$301,                                                      14,                                                      FALSE                                                  ),                                                  "No"                                              )                                          )                                      )                                  )                              )                          )                      )                  )              )          )

/r/excel Thread Parent