World Cup Charity Predictor - Calculating Group Tables V-Lookup, Countif formulas - Repeating Info

Danfrancozola

New Member
Joined
Sep 1, 2014
Messages
19
Hello all,

I am currently doing a charity world cup predictor and need some help.

When calculating the group tables, I have entered a formula so that the teams in each group are ranked by points, then goal difference, then goals scored.

When one or more team are on the same totals, the teams are repeated. For example England is shown twice in the final group standing.

The following formula is in R47:

=COUNTIF($AA$47:$AA$50,">"&AA47)+1+COUNTIFS($AA$47:$AA$50,AA47,$Z$47:$Z$50,">"&Z47)+COUNTIFS($AA$47:$AA$50,AA47,$Z$47:$Z$50,Z47,$X$47:$X$50,">"&X47)

Then I have the next formula in AD47:

=IFERROR(VLOOKUP(AC47,$R$46:$AA$50,2,FALSE),VLOOKUP(AC47,$R$46:$AA$50,2,TRUE))

Can anyone please correct either of these so that the information shown in the final group standings table is not repeated?

Thanks,

Dan
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,216,878
Messages
6,133,205
Members
449,788
Latest member
sutthipv

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