Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
jc jc is offline
external usenet poster
 
Posts: 164
Default If And Statements

How do i make a conditional formatting formula that says....

If B3 has an "X" in it and C3 is blank, fill C3 in red...

Thanks!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default If And Statements

Change from Cell is to Formula is and add this formula...

=And(B3="X", C3="")
--
HTH...

Jim Thomlinson


"JC" wrote:

How do i make a conditional formatting formula that says....

If B3 has an "X" in it and C3 is blank, fill C3 in red...

Thanks!!

  #3   Report Post  
Posted to microsoft.public.excel.programming
jc jc is offline
external usenet poster
 
Posts: 164
Default If And Statements

Awesome!! THis worked!!! Thank-You very much!!!

"Jim Thomlinson" wrote:

Change from Cell is to Formula is and add this formula...

=And(B3="X", C3="")
--
HTH...

Jim Thomlinson


"JC" wrote:

How do i make a conditional formatting formula that says....

If B3 has an "X" in it and C3 is blank, fill C3 in red...

Thanks!!

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
IF Statements (Mutliple Statements) Deezel Excel Worksheet Functions 3 October 19th 06 06:13 AM
IF Statements Julie Excel Discussion (Misc queries) 1 May 1st 06 07:45 PM
IF and MAX statements bob Excel Worksheet Functions 5 April 2nd 06 04:33 AM
if statements, and statements Sum Limit and marking Excel Worksheet Functions 3 March 29th 06 03:25 PM
operator statements, shorting when reusing one of the statements? KR Excel Programming 1 August 4th 05 06:20 PM


All times are GMT +1. The time now is 03:58 PM.

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

About Us

"It's about Microsoft Excel"