Official FIFA World-cup Soccer Balls since 1930 in an Excel Chart [Excel Fun]

Share

Facebook
Twitter
LinkedIn

The FIFA World-cup 2010 edition is around the corner. Like millions of people around the world, I too am an ardent fan of football. (although, I have played only one game of soccer in which I waited near opponents goal post as I was too lazy to run around. And when my team mates kicked the ball at me, I got confused and kicked it hard, only in the opposite direction. But that is a story for another day)

So, I was looking at the official balls used since 1930 and thought to myself, if they can be visualized in an interactive excel chart, you know, just for fun.

Here is the dynamic chart I could come up with.

Official FIFA worldcup soccer match balls since 1930

The chart shows all the balls – Telstar, Tango, Azteca, Etrvsco, Questra, Tricolore, Fevernova, Teamgeist and latest Jabulani. Use the scroll-bar to scroll thru years 1930 thru 2010. (there was no FIFA world-cup in years 1942 and 1946 due to second world war)

Few things to note:

  • Although I could get the ball images from 1930 (thanks to this site), I couldnot find any solid information on ball names or underlying technology between 1930 – 1966.
  • The chart is a combo chart of line and scatter plots. The smaller balls are part of line chart (so is the maroon color highlight ring).
  • The bigger ball is scatter chart.
  • I have used text boxes (4 of them) to show ball names, detailed descriptions etc. [learn how to use text boxes in charts to create better labels / legends]
  • The scrollbar form control makes the chart interactive [learn how to use scroll bar form control]
  • The chart works in Excel 2007 and above. In 2003, it mysteriously collapsed all balls to bottom left corner.

Download the Official FIFA Worldcup Soccer Balls since 1930 in an Excel Chart

Click here to download the excel file containing this chart. Play with it. [mirror]

References:

Explore:

Have a good weekend.

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Overall I learned a lot and I thought you did a great job of explaining how to do things. This will definitely elevate my reporting in the future.
Rebekah S
Reporting Analyst
Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

3 Responses to “Filter one table if the value is in another table (Formula Trick)”

  1. Montu says:

    What about the opposite? I want a list of products without sales or customers with no orders. So I would exclude the ones that are on the other table.

    • Chandoo says:

      Good question. You can check for the =0 as countifs result. for example,
      =FILTER(orders, COUNTIFS(products, orders[Product])=0)
      should work in this case.

      PS: I have added this example to the article now.

  2. Raphael says:

    Hi there!

    Could i check if there was a way to return certain fields of the table only?

    so based off your example above, i would like to continue to use the 'Products" table as a way to filter out items from my "Orders" table, but only want to show maybe only the "Product" and "Order Value" fields, rather than all 5 fields (sales person, customer, product, date, order value).

Leave a Reply