Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default change font color of cell based on critera


heloo
suppose that i have 6 coloumns as follw

1 2 3 4 5 6

i want to change the font color of the third and forth column to re
when the fifth and sixth column is not blank



how can i do that in excel

--
amrezza
-----------------------------------------------------------------------
amrezzat's Profile: http://www.excelforum.com/member.php...fo&userid=2876
View this thread: http://www.excelforum.com/showthread.php?threadid=48665

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default change font color of cell based on critera

With Conditional Formatting of the cells in columns 3 & 4, use Formula Is,
and this formula:

=AND(NOT(ISBLANK($E1)), NOT(ISBLANK($F1)))

Set the format to Font colour Red.

Mike F
"amrezzat" wrote in
message ...

heloo
suppose that i have 6 coloumns as follw

1 2 3 4 5 6

i want to change the font color of the third and forth column to red
when the fifth and sixth column is not blank



how can i do that in excel?


--
amrezzat
------------------------------------------------------------------------
amrezzat's Profile:
http://www.excelforum.com/member.php...o&userid=28766
View this thread: http://www.excelforum.com/showthread...hreadid=486656



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default change font color of cell based on critera

One way:

Select the third and fourth column (say, C:D, with C1 active). Choose
Format/Conditional Formatting:

CF1: Formula is =COUNTA(E1:F1)<2
Format1: <patterns/<red

In article ,
amrezzat wrote:

heloo
suppose that i have 6 coloumns as follw

1 2 3 4 5 6

i want to change the font color of the third and forth column to red
when the fifth and sixth column is not blank

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
change font color based on a value Golf Nut[_2_] Excel Worksheet Functions 1 April 26th 07 03:30 PM
how do i change row font color based on cell value in that row brianatkraft Excel Worksheet Functions 5 November 2nd 06 08:53 PM
change font color of cell based on critera amrezzat Excel Worksheet Functions 1 November 20th 05 03:54 PM
Change Font Color in cell Based on another cell value John Excel Programming 2 November 18th 05 05:28 PM
Font to change color automatically based on value in cell. mtwelsh72 Excel Programming 3 January 23rd 05 06:41 PM


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