Need solution to formula problem

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

Guest

Help please!

I have two rows of numbers with some cell that will contain 'N/A".

If the top row is highest I need it highlighted yellow if it is not highest
or is "N/A" the cell needs to remain with no fill.

I can do a condtional formatting that works great until a cell contains the
"N/A". Is there a formula that I can do in conditional formatting or some
other options that will solve this problem.
 
As suggested in your multi-post in .programming
(please do not multi-post)

Try this ..

Select rows 1 & 2, and apply cond format
Cond1's formula: =A$1="N/A" ("No format set")
Cond2's formula: =A$1>A$2 (set fill color: yellow)
 

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

formula error 1
Conditional Formatting 7
Excel VBA 1
Excel Import Comments 3
Insert New Row with auto formatting. 3
Need help with a formula, please!!! 2
Formula Help 9
Conditional Format - Formula 9

Back
Top