LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Those are for 2 separate cells, aren't they?

If cell A= P then I would like cell B to automatically fill with NA and
turn
black.


"Turn black", do you mean you want the background fill color to be black? If
the default font color is also black then you won't be able to see NA.

Formula for "cell B":

=IF(A1="P","NA","")

To make that cell turn black:

Goto FormatConditional Formatting
Cell value is: equal to: NA
Click the Format button
Click the Patterns tab
Click the black color square
OK out

if cell A = 11 or below & cell B = 5 or higher then cell C = needs
instructions


=IF(AND(A1<=11,B1=5),"needs instructions")

Biff

"sbrimley" wrote in message
...
I am trying to figure out a formula to do the following. I think I need an
if statement but have not worked with this function yet. Can someone
please
help? Thank you!

If cell A= P then I would like cell B to automatically fill with NA and
turn
black.

also

if cell A = 11 or below & cell B = 5 or higher then cell C = needs
instructions.





 
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
Better Way to Code IF Statements? TheRobsterUK Excel Discussion (Misc queries) 4 July 18th 05 03:37 PM
Logical ELSE statements Ruth Excel Discussion (Misc queries) 2 June 23rd 05 03:23 PM
Nested IF statements John Simons Excel Worksheet Functions 14 February 16th 05 06:17 AM
2 If Statements between 2 values Q John Excel Worksheet Functions 4 December 13th 04 03:37 PM
If statements Mark Excel Worksheet Functions 3 November 2nd 04 08:39 PM


All times are GMT +1. The time now is 11:08 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"