Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel 2002 Conditional Formatting Questions 2

Status
Not open for further replies.

Hakala

Technical User
Apr 26, 2006
144
US
Hi, Tek-Tippers!

I'm trying to get conditional formatting to work based on:
* Cell value is some specific text, such as "New Hire"
and (different cell, different formula)
* Cell has nothing in it

I'm having trouble tracking down what the formulas should be. I know some Access VBA but that syntax isn't working here. All the Help file has is math (does not equal 0, etc) which doesn't work either.

Do any of you know where I can find a good reference on what formulas are acceptable to Excel in the conditional formatting window?

Thanks!


Michelle Hakala
 
=AND(A1="New Hire",B1="")

[Blue]Blue[/Blue] [Dragon]

If I wasn't Blue, I would just be a Dragon...
 

Hi,

VBA does not work in spreadsheet functions.

In CF, use Formula is rather than Cell Value is.

Use spreadsheet function notation like...
[tt][highlight]
=AND(A1="Hew Hire",OtherCellRef=your other formula)[/highlight]
[/tt]


Skip,

[glasses] When a group touring the Crest Toothpaste factory got caught in a large cooler, headlines read...
Tooth Company Freeze a Crowd! and
Many are Cold, but Few are Frozen![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top