If you are trying to mathematically calculate the percentage that something was overbooked then this calculation will work:
100 x ((actual_amount - expected_amount) / expected_amount)
So, if you organised a concert for 100 people, and 180 people attended:
100 x ((180 - 100) / 100)
The result is 80, so 80% extra people attended