I need to be able to find the first two digits of a large set of numbers. The problem is when I use the LEFT formula it gives me the first number and then the decimal point instead of the second numeral.

The current formula I am using is =LEFT(B2,2). B2 = 3.5. I need the formula to result in 35.

How can I accomplish this?