Since I cannot flag or comment, I'll write a short answer.
First things first (and to answer your question), there is no so-called closed form. Your question is very similar to this one. Now what options do you have?
Sum it with a calculator
Of course you can just calculate it with a calculator, wouldn't take much time, maybe half an hour. Would be boring, though.
Use an approximation
Here are some guidelines for an approximation. If you use something like "approximate binomial distribution" as key words, you can probably even find a formula to measure your error and so quickly find out which $m$ would be the right one.
Use a program
If you already know a programming language, it shouldn't take much time. If you don't, then this is a good problem to get started! In fact, a similar problem was the reason I started programming because sometimes calculators are just not enough. I'm trying to say, learning to program is an investment for future problems to arise. Python would be a good start in my opinion, their homepage even shows an implementation of the Fibonacci numbers to start with.