+ Reply to Thread
Results 1 to 2 of 2

Regarding multiple IF's using "OR"

  1. #1
    Registered User
    Join Date
    03-07-2006
    Posts
    6

    Regarding multiple IF's using "OR"

    Please help...
    I came across this problem and kindof stuck up
    The query is

    IF(ISNUMBER(MATCH("Project Planning",$C$3:$C$3)),IF(K3<>"",K3,I3))

    I also want to check if its not "Project Planning" then is it "System Test"
    if its not "System Test" then is it "Regression Testing" and then check the second IF statement i.e IF(K3<>"",K3,I3)

    How can I check for multiple using OR statement before IF(K3<>"",K3,I3) is executed

  2. #2
    Tushar Mehta
    Guest

    Re: Regarding multiple IF's using "OR"

    Search XL help for 'OR' (w/o the quotes). It will lead you to the OR
    function that looks like OR(logical1,logical2,...)

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Excel, PowerPoint, and VBA add-ins, tutorials
    Custom MS Office productivity solutions

    In article <[email protected]>,
    [email protected] says...
    >
    > Please help...
    > I came across this problem and kindof stuck up
    > The query is
    >
    > IF(ISNUMBER(MATCH("Project Planning",$C$3:$C$3)),IF(K3<>"",K3,I3))
    >
    > I also want to check if its not "Project Planning" then is it "System
    > Test"
    > if its not "System Test" then is it "Regression Testing" and then check
    > the second IF statement i.e IF(K3<>"",K3,I3)
    >
    > How can I check for multiple using OR statement before IF(K3<>"",K3,I3)
    > is executed
    >
    >
    > --
    > sunita_shaw
    > ------------------------------------------------------------------------
    > sunita_shaw's Profile: http://www.excelforum.com/member.php...o&userid=32227
    > View this thread: http://www.excelforum.com/showthread...hreadid=520298
    >
    >


+ 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