if e.col.Name = "1月"
if e.Row("费用大类").Contains("%") then
e.Text = Format(Val(e.text),"#0.00%")
end if
End if