Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Excel conditional formatting

I have a table with names across the top and tasks down the side, i have set
up a drop down list for each task under each name, in the drop down is level
1, level 2 and level 3, they are formatted to change colour depending on the
level, i want the cell with the persons name in to change colour when every
task is at level 1 can anyone help please. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Excel conditional formatting

Select the cell with name in it. Under format - conditional formatting,
change the first box to "Formula is" and use something like:

=AND(A2="Level 1",B2="Level 1",C2="Level 1")

to test if multiple other cells are all at "Level 1".
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Lewy" wrote:

I have a table with names across the top and tasks down the side, i have set
up a drop down list for each task under each name, in the drop down is level
1, level 2 and level 3, they are formatted to change colour depending on the
level, i want the cell with the persons name in to change colour when every
task is at level 1 can anyone help please. Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Excel conditional formatting

You are da man Luke M, Cheers mate.

"Luke M" wrote:

Select the cell with name in it. Under format - conditional formatting,
change the first box to "Formula is" and use something like:

=AND(A2="Level 1",B2="Level 1",C2="Level 1")

to test if multiple other cells are all at "Level 1".
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Lewy" wrote:

I have a table with names across the top and tasks down the side, i have set
up a drop down list for each task under each name, in the drop down is level
1, level 2 and level 3, they are formatted to change colour depending on the
level, i want the cell with the persons name in to change colour when every
task is at level 1 can anyone help please. Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Excel conditional formatting

=AND(A2="Level 1",B2="Level 1",C2="Level 1")

=AND(A2:C2="Level 1")

=COUNTIF(A2:C2,"Level 1")=3

--
Biff
Microsoft Excel MVP


"Luke M" wrote in message
...
Select the cell with name in it. Under format - conditional formatting,
change the first box to "Formula is" and use something like:

=AND(A2="Level 1",B2="Level 1",C2="Level 1")

to test if multiple other cells are all at "Level 1".
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Lewy" wrote:

I have a table with names across the top and tasks down the side, i have
set
up a drop down list for each task under each name, in the drop down is
level
1, level 2 and level 3, they are formatted to change colour depending on
the
level, i want the cell with the persons name in to change colour when
every
task is at level 1 can anyone help please. 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
EXCEL Conditional Formatting HANK Excel Discussion (Misc queries) 3 June 19th 09 05:38 PM
Excel: Conditional Formatting wilchong via OfficeKB.com New Users to Excel 2 February 18th 09 06:27 AM
Excel 07 Conditional Formatting Help! [email protected] Excel Worksheet Functions 4 September 29th 07 12:54 AM
conditional formatting in excel spotlight New Users to Excel 1 June 29th 06 11:53 AM
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 07:25 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"