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

How can I request a cell containing anything with '' changes to a
different colour.

e.g
In Column A cells contain numbers, text and the following '1812,
'2493' etc... The ones with numbers change to green, the cells with
text to blue and the one with '' to yellow.

How can i perform this function in condition.

Please note, occasionally responses are sent as Macro, if in Macro, I
dont know anything about Macro which means I would notknow how to
start, open, edit, create etc Macros.

Thx

Gunj

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dav
 
Posts: n/a
Default Conditional Format


You have to go into format_conditional formating
In all case the condition needs to be formula is not cell value is
If the first cell you apply the format to is A4 (this format can be
copied down with paste special formats to the other cells)

Condtion 1 choose green as a colour if it is true =ISNUMBER(A4)

Condtion 1 choose yellow as a colour if it is true
=ISNUMBER(SEARCH("",A4))

Condtion 3 choose red as a colour if it is true =ISTEXT(A3)

Regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=523579

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

Thank you, it works but as a follow on...

How do I copy ONLY the colours of this particular column to several
other columns in the same row without copying the entire format of this
column.

e.g.

Condition 1 is green as a colour if it is true =ISNUMBER(C4)
but I also require cells B4,D4,E4 F4 too to become green if the above
condition is met though these cells do not contain the same data as C4,
etc

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

Thank you, it works but as a follow on...

How do I copy ONLY the colours of this particular column to several
other columns in the same row without copying the entire format of this
column.

e.g.

Condition 1 is green as a colour if it is true =ISNUMBER(C4)
but I also require cells B4,D4,E4 F4 too to become green if the above
condition is met though these cells do not contain the same data as C4,
etc

Thx
Regards
Gunj

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
Data Validation or Conditional Format (or combo of) Scott Excel Worksheet Functions 3 November 3rd 05 03:57 PM
Conditional format numbers PiPPo Excel Worksheet Functions 5 October 18th 05 05:03 AM
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 DougS Excel Worksheet Functions 3 May 3rd 05 01:36 AM


All times are GMT +1. The time now is 02:20 AM.

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"