tags:

views:

100

answers:

0

Given a level starts at 1

And the points to the next level is calculated as (C2 = Level)

(C2*100)+((C2-1)*100)

What is the formula to get the current level if I supply the points

e.g. 810 Points = Level ?

I need the formula in C# or Excel. Brain frazzled, I am sure the answer is easy.