Text Formats In Formals

  • Thread starter Thread starter Minitman
  • Start date Start date
M

Minitman

Greetings.

I am trying to get this output:

8.25% Sales Tax

with this formula:

=Enter!AL42&" Sales Tax"

What I get is"

..0825 Sales Tax

Where Enter!AL42 is .0825 formatted as percentage to 2 decimal places.
Is there a way to format the cell reference in this formula as
percentage to 2 decimal places?

Any help would be most appreciated.

TIA

-Minitman
 
oops, not to 2 decimal places.
It's covered, but
=ROUND(Enter!AL42*100,2)&"% Sales Tax"
work too.
 
Hey Frank,

That is exactly what I was looking for.

Thank you.

-Minitman
 
Hey Dave,

This looks like good, although Franks solution is just a little bit
better.

I do appreciate the reply.

-Minitman
 

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