Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default How to combine more than one condition for CONDITIONAL FORMATTING

A B C
1 OTT Supplier availability
2 10-Nov BT 9-Nov
3 10-Nov CD 9-Nov
4 11-Nov BT 16-Nov
5 9-Nov AX 18-Nov
6 9-Nov BT 9-Nov

On the above example , using CONDITIONAL FORMATTING I need to mark
the cells in OTT column(A) where Supplier Column (B) = "BT" and A-C <=3
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default How to combine more than one condition for CONDITIONAL FORMATTING

Use the And function to achieve what you want:

=AND(B2="BT",A2-C2<=3)
Copy down the formatting

Regards,
Fred

"Asoka Walpitagama - Brandix College IT"
osoft.com wrote in
message ...
A B C
1 OTT Supplier availability
2 10-Nov BT 9-Nov
3 10-Nov CD 9-Nov
4 11-Nov BT 16-Nov
5 9-Nov AX 18-Nov
6 9-Nov BT 9-Nov

On the above example , using CONDITIONAL FORMATTING I need to mark
the cells in OTT column(A) where Supplier Column (B) = "BT" and A-C <=3


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 - adding condition on formula Casa Excel Discussion (Misc queries) 2 June 5th 08 01:48 PM
Combine Conditional Formatting Rules formulae Fred Excel Discussion (Misc queries) 3 March 16th 07 02:27 AM
Conditional Formatting (Hightlight row based on one condition) Jamesy Excel Discussion (Misc queries) 3 November 16th 06 04:02 PM
4 condition conditional formatting jeffg Excel Worksheet Functions 2 October 5th 05 06:16 PM
conditional formatting - multiple condition jenhow Excel Discussion (Misc queries) 5 August 17th 05 02:45 PM


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