Mock Draft Accuracy Functions

nkavs1233

New Member
Joined
Apr 18, 2020
Messages
1
Office Version
  1. 2016
Platform
  1. MacOS
I need help figuring out what function to use in order to assess the accuracy of a mock draft based on a point system I found online. I created 2 sheets: Sheet 1= which contains the actual results of the upcoming NFL Draft (which I will update as picks are made) and Sheet 2= the predicted results. On both sheets, the columns are as follows: Column A is "Pick Number", Column B is "Team", and Column C is "Player". I want to assess if I correctly predicted that a certain team (column B) would select a player (column C), doing so would net me 3 points. What function can I use that will detect a correctly predicted B:C sequence? For example, if on sheet 2 I predict that the Bengals select Joe Burrow and this prediction is correct, how can I create a function that recognizes this?

I tried using =if, =and, =match, and =vlookup functions but had no luck.

Thanks!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Maybe something like this:

Sheet2
Book1
ABCD
1Pick #TeamPlayerPoints
23Team1Player40
31Team2Player13
45Team1Player70
56Team4Player103
64Team2Player80
72Team6Player93
Sheet2
Cell Formulas
RangeFormula
D2:D7D2=IF(ISNUMBER(AGGREGATE(15,6,(ROW(Sheet1!$B$2:$B$7)-ROW(Sheet1!$B$2)+1)/(B2&C2=(Sheet1!$B$2:$B$7&Sheet1!$C$2:$C$7)),1)),3,0)


Sheet1
Book1
ABC
1Pick #TeamPlayer
21Team2Player1
33Team4Player2
45Team1Player8
54Team2Player12
62Team6Player9
76Team4Player10
Sheet1
 
Upvote 0

Forum statistics

Threads
1,215,534
Messages
6,125,372
Members
449,221
Latest member
chriscavsib

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top