Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
I have a Textbox obj value is 223.0331321 how to convert this into % . or 223.04?
=num( < your Expr> ,'#,##0.0')
for % take show in % from number.
Vikas
round(223.0331321,0.020)
and for %
num(223.0331321,'####### ###%')