+ Reply to Thread
Results 1 to 3 of 3

Or; and condition

  1. #1
    Forum Contributor
    Join Date
    01-03-2013
    Location
    Toulouse
    MS-Off Ver
    Excel 2010
    Posts
    141

    Or; and condition

    Hi guys please I have a column, and I would like to have one of this cell C3-C7 is highlighted in green if there is one of these letters;

     EWS
     EVW

    and on one of this cell D3-D7 to count 1 if either one of C3-C7 filled with
     EWS
     EVW


    Thanks

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Or; and condition

    I would like to have one of this cell C3-C7 is highlighted in green if there is one of these letters...
    Highlight C3:C7 > Conditional Formatting > New Rule > Use a formula
    =OR(C3="EWS",C3="EVW")
    Format: Fill color of your choice > OK > OK

    and on one of this cell D3-D7 to count 1 if either one of C3-C7 filled with...
    D3 =--(OR(C3="EWS",C3="EVW"))
    Drag down through D7.

  3. #3
    Valued Forum Contributor than_gold's Avatar
    Join Date
    10-17-2017
    Location
    Coimbatore India
    MS-Off Ver
    Office 365
    Posts
    646

    Re: Or; and condition

    You could try this out:
    Then enter this formula: =SUM(COUNTIF(A2,"*"&Mylist&"*")) (A2 is the first cell of the range you want to highlight, Mylist is the range name you have created in step 1) into the Format values where this formula is true text box;

    Pls check here for further input:https://www.extendoffice.com/documen...ple-words.html
    Regards,
    Thangavel D

    Appreciate the help? CLICK *

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Rotate List of names bottom to top Repeat without condition with option to set a condition
    By spyac in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-05-2018, 05:17 PM
  2. [SOLVED] condition fails. If condition deletes main worksheet
    By shiva_raj in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-22-2017, 11:33 AM
  3. Replies: 7
    Last Post: 06-01-2015, 06:05 PM
  4. Condition formatting of multiple condition formatted cells
    By merrin84 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-22-2015, 05:08 PM
  5. [SOLVED] IF the condition of gender is met AND the condition of age is met subtract this number
    By arsenalmom in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-16-2014, 11:16 PM
  6. [SOLVED] Help for if condition formula result only either hit or miss from mulitple condition
    By breadwinner in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-09-2013, 07:29 AM
  7. multi condition format? lookup and date condition valid for.
    By D_Rennie in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-13-2009, 11:37 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1