=A1&" / " &TEXT(B1,"0%")
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email
"Jimll565" wrote in message
...
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.