Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Darkdrew
 
Posts: n/a
Default Conditional Format Issue

I need to format a column where everything that does not equal "3" or "5" is
highlighted and to ignore blank cells.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Conditional Format Issue

Try this:

Assuming you want conditional fomatting on Cells A1:A10

Select A1:A10, with A1 as the active cell

<Format<Conditional Formatting
Formula Is: =AND(A1<"",AND(A1<3,A1<5))
Click the [Format] button and set your format
Click the [OK] buttons

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Darkdrew" wrote:

I need to format a column where everything that does not equal "3" or "5" is
highlighted and to ignore blank cells.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Conditional Format Issue

Use CF with Condition 1 of Formula Is and a formula of

=AND(A1<"",A1<3,A1<5)

then form at to your hearts content.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Darkdrew" wrote in message
...
I need to format a column where everything that does not equal "3" or "5"

is
highlighted and to ignore blank cells.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Darkdrew
 
Posts: n/a
Default Conditional Format Issue

That seems to work. I just had to change A1 to RC. I prefer the R1C1
format. Thanks for the help.

"Ron Coderre" wrote:

Try this:

Assuming you want conditional fomatting on Cells A1:A10

Select A1:A10, with A1 as the active cell

<Format<Conditional Formatting
Formula Is: =AND(A1<"",AND(A1<3,A1<5))
Click the [Format] button and set your format
Click the [OK] buttons

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Darkdrew" wrote:

I need to format a column where everything that does not equal "3" or "5" is
highlighted and to ignore blank cells.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell Format Changes When Data Is Entered - Not Conditional Formatt SundanceKidLudwig Excel Worksheet Functions 2 September 30th 05 02:07 PM
Conditional format of minimum number MaggieMagill Excel Worksheet Functions 6 September 25th 05 11:36 PM
Conditional format question [email protected] Excel Discussion (Misc queries) 7 September 16th 05 04:15 PM
Conditional Format Question DougS Excel Worksheet Functions 3 May 3rd 05 01:36 AM
Copying a conditional format Meaux Excel Worksheet Functions 2 November 29th 04 10:19 AM


All times are GMT +1. The time now is 12:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"