Combining a whole number and a % in one cell

J

Jimll565

I'm tryingto combine a whole # and a percentage in the same cell

A1= 25 B1= 78% C1=25 / 78%

I used =A&" / "&B1

What I get is C1=25 / 0.7794223

I think I need it to merge the product and not the formula.
 
Top