+ Reply to Thread
Results 1 to 4 of 4

If questiom

Hybrid View

  1. #1
    Registered User
    Join Date
    09-11-2015
    Location
    Atlanta, GA
    MS-Off Ver
    2010
    Posts
    12

    If questiom

    My question is can you do an IF technically I think it would be a nested if when all the criteria is in the same cell? The attachment only shows 2 items but cell A2 could have as many as 5 items. I have an if and in cell F2, but I need to get this part worked out. Where I want to be is a sum enclosing the if statement to sum the missed items.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: If questiom

    Well. Not pretty, but the formula works.

    =IF(OR(NOT(ISERROR(SEARCH("demoS",A2))),NOT(ISERROR(SEARCH("at&t services",A2))),NOT(ISERROR(SEARCH("sims",A2)))),1,0)

  3. #3
    Registered User
    Join Date
    09-11-2015
    Location
    Atlanta, GA
    MS-Off Ver
    2010
    Posts
    12

    Re: If questiom

    JieJenn,
    While it does return a value, it is only returning 1, when there are two conditions listed. Shouldn't it return both. I apologize, I'm still learning if statements.

  4. #4
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: If questiom

    Maybe the site will gives a clear explanation on IF statement

    http://www.techonthenet.com/excel/formulas/if.php

+ 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