what is structure of boolean logic in conditional formatting argu.

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

Guest

I have a small spreadsheet and am using conditional formatting. The
individual cells have several possible arguments, and I am coloring the
background differently depending on the information. Some cells have a blank
in front of the data, and some don't. Is there a way to use boolean logic to
create, in effect, more than the three conditions? I have Cell Value Equal To
="pnd" as one of the conditions, and want to be able to say Cell Value Equal
To OR(="pnd",=" pnd") or however the syntax should be for the boolean logic.
In English I want it to be if cell value is equal to "pnd" or " pnd", then
the condition is true and the cell changes color. I know, I know, I can
always use an edit check to ensure I don't get blanks in front of some of the
data, but......can't I combine boolean logic and conditional formatting?
 
Try

=TRIM(A1)="pnd"

replace A1 with the cell in question and use formula is


--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 

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