Conditional formatting

  • Thread starter Thread starter alistair01
  • Start date Start date
A

alistair01

I have 2 columns of data which are linked to other sheets. the first o
these can either contain Text or numbers. i would like to have exce
only display the values above 0
 
Select column A, go to Format > Conditional Formatting,
Formula Is, and insert:

=OR(ISTEXT($A1),$A1<=0)

and format the font as white.

HTH
Jason
Atlanta, GA
 
correction --- make that
General;;;@
to display numbers above zero
to not display negative numbers
to not display zero numbers
to display text values
 

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

Similar Threads


Back
Top