Displaying result in parentheses

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

Guest

Thanks in advance for any help with this...

How do I display the result of a "countif" formula in parentheses? What
would I add to the following formula:

=countif(a:1:a100,"Blue")

so that the result is (35) instead of 35 ?

Thanks!
 
Format as (0)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Use a custom number format of:

(0)

Note, though, that many people will interpret this as a negative
number. If the number *is* negative it will display as -(35).
 
A lot of people will read (35) as negative 35.

(just a warning)
 

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