A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Excel Exclude Data
I have an all time list of World Cup teams in a league table format on excel with the placing in the 'league' based on average points due to the large difference in games played by the 90 nations who historically have played in a World Cup.
The league table is formed using VLOOKUP to copy the data from a dummy table. I want to be able to not show from the 'league' any team that has played less than 25 matches but the 'league' retains correct position numbers. Converting the 'league' to a table doesn't allow this to work.
The dummy table is created using SUMPRODUCT and SUMIF to capture the data from a fixtures list.