Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Excel Conditional Formatting

I am trying to create conditional formating for my worksheet.
cell(row,column)
If the value in For n= 1, end of active rows (cell(n,1) and cell(n,3) and
cell(n,4)) =
For i=n+1, end of active rows (cell(i,1) and cell(i,3) and cell(i,4) )
Then cell(n,5) = cell(i,5) or cell(i,5) = cell(n,5)

If there is a missing for cell(n,5) or cell(i,5) then fill in the missing
value.
Or if cell(n,5) < cell(i,5) highlight both cells in red.

From the example listed below in the third row and column 5 the value should
be fill
in with the value of Dallas.

Listed below in the second and fourth row and column 5 both cells should
highlighted in red.

Example:
Column1 Column3 Column4 Column5
1 10/1/07 34 Dallas
6 3/4/07 23 Chicago
1 10/1/07 34
6 3/4/07 23 Denver


Please help me create condtional formatting for the example listed above.

Thank You,

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Excel Conditional Formatting

Select all the D cells starting in D1 and use a CF formula of

=AND(COUNTIF($A$1:A1,A1)1,COUNTIF($B$1:B1,B1)1,C OUNTIF($C$1:C1,C1)1)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Joe K." <Joe wrote in message
...
I am trying to create conditional formating for my worksheet.
cell(row,column)
If the value in For n= 1, end of active rows (cell(n,1) and cell(n,3) and
cell(n,4)) =
For i=n+1, end of active rows (cell(i,1) and cell(i,3) and cell(i,4) )
Then cell(n,5) = cell(i,5) or cell(i,5) = cell(n,5)

If there is a missing for cell(n,5) or cell(i,5) then fill in the missing
value.
Or if cell(n,5) < cell(i,5) highlight both cells in red.

From the example listed below in the third row and column 5 the value
should
be fill
in with the value of Dallas.

Listed below in the second and fourth row and column 5 both cells should
highlighted in red.

Example:
Column1 Column3 Column4 Column5
1 10/1/07 34 Dallas
6 3/4/07 23 Chicago
1 10/1/07 34
6 3/4/07 23 Denver


Please help me create condtional formatting for the example listed above.

Thank You,



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
Conditional Formatting in Excel Brian New Users to Excel 4 December 10th 09 08:40 PM
Excel conditional formatting Masoud Excel Worksheet Functions 1 December 9th 09 10:27 AM
Conditional formatting in Excel sike11 via OfficeKB.com New Users to Excel 10 June 29th 06 10:19 AM
Conditional Formatting in Excel BaptistKitty Excel Worksheet Functions 2 February 5th 06 06:33 PM
Conditional Formatting in Excel Help Please..... Willie T Excel Discussion (Misc queries) 4 February 9th 05 02:28 PM


All times are GMT +1. The time now is 09:53 AM.

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"