+ Reply to Thread
Results 1 to 3 of 3

IF and Or function

  1. #1
    Registered User
    Join Date
    08-07-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    62

    IF and Or function

    Hi everyone,

    Does anybody know why my if and or don't work> I keep on getting the VALUE error

    =IF(OR(A3= "CCU", "CCY"), "Y", "N")


    Thanks,

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: IF and Or function

    Your second or argument was not TRUE or FALSE but simply text.

    =IF(OR(A3= "CCU", A3="CCY"), "Y", "N")
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    08-07-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    62

    Re: IF and Or function

    Thanks Andy

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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