How can I type 2 effictive formula in one cell?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi! I need to type two formula into one cell; such as to displsy in that cell
a percantage of a value of another cell and the result should round up to 2
decimals.
How the new formula should to be typed?
 
Hi

Something like this:
=ROUNDUP(A1,4)
and format as Percentage with 2 decimals ?

NB! Probably, the ROUNDUP() needs Analysis Toolpack Ad-In to be installed.
 
Maybe this.......

=A1+B1&" = "&TEXT((A1+B1)/C1,"0.00%")

Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top