Excel Formula for Ladder Predictions

michaeljakes13

New Member
Joined
Aug 12, 2021
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hi all,

I was hoping someone would be able to assist me with creating a formula for the following - any help would be greatly appreciated!

I'm trying to create a formula to spit out a value in Row 25 which compares the differences between the actual Premier League Table (Column B) and the predictions we have all entered (Column C-F).

The scoring system is so that every place a team is away from where they are currently (i.e. 5 places between Chelsea's current placing Harry's choice of Chelsea's position = 5 points, Man City = 10 poimts). I would like to calculate the total sum of all differences of predictions (a high score is bad and a low score is good!)

1628819417272.png


I hope that makes sense!

Appreciated,
Michael
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi Michael, how about:
Book1
ABCDEF
1
2
3PositionCurrentHBMJMMZG
41ATHAJ
52BAGEK
63CBRNT
74DCLLR
85EDPHI
96FEFMP
107GFKSL
118HGSBC
129IHDJF
1310JIECM
1411KJOFG
1512LKMGN
1613MLJQD
1714NMADS
1815ONIKQ
1916POBOO
2017QPNPB
2118RQCTH
2219SRQIE
2320TSTRA
24
2538132102160
Sheet1
Cell Formulas
RangeFormula
C25:F25C25=SUM(ABS(MATCH(C$4:C$23,$B$4:$B$23,0)-MATCH(C$4:C$23,C$4:C$23,0)))
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,632
Messages
6,125,909
Members
449,274
Latest member
mrcsbenson

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