+ Reply to Thread
Results 1 to 6 of 6

Conditional Formatting If..Or.. Then

  1. #1
    Forum Contributor
    Join Date
    05-20-2013
    Location
    Ann Arbor, MI
    MS-Off Ver
    Excel 2010
    Posts
    255

    Conditional Formatting If..Or.. Then

    Hello.

    I'm currently using this formula: =OR($A2="",$E2="",$E2="mm/dd/yy")

    Is there a way for me to do something like this:

    If $A2="",$E2="",$E2="mm/dd/yy" then $F2= ""

    and if that statement is false then $F2 = "y"

    Thanks so much.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,106

    Re: Conditional Formatting If..Or.. Then

    IN F2

    =IF( OR($A2="",$E2="",$E2="mm/dd/yy") , "", "Y")

  3. #3
    Forum Contributor
    Join Date
    05-20-2013
    Location
    Ann Arbor, MI
    MS-Off Ver
    Excel 2010
    Posts
    255

    Re: Conditional Formatting If..Or.. Then

    Hi etaf,

    Thanks, but nothing is happening. I have attached my workbook
    Attached Files Attached Files

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Conditional Formatting If..Or.. Then

    etaf's solution is the formula to be inputted in the cell F2 not as a rule for CF
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Forum Contributor
    Join Date
    05-20-2013
    Location
    Ann Arbor, MI
    MS-Off Ver
    Excel 2010
    Posts
    255

    Re: Conditional Formatting If..Or.. Then

    Oh whoops! Thank you!

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,106

    Re: Conditional Formatting If..Or.. Then

    did you put the formula into F2
    OR is it a conditional format we are trying to set for F2

    here your spreadsheet updated
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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