+ Reply to Thread
Results 1 to 3 of 3

IF "exists at least one of this kind => xxx" conditional.

  1. #1
    Registered User
    Join Date
    05-03-2012
    Location
    Montevideo, Uruguay
    MS-Off Ver
    Excel 2007
    Posts
    1

    IF "exists at least one of this kind => xxx" conditional.

    Please I need help with this kind of conditions...

    I don't know how to do it when I have a large data range, in which only one missing / wrong value is enough to discard any calculation from this data range.

    If there are only few cells, i put "if(or(a7="NDA";b7="NDA".........;g7="NDA");"NDA";SUM(a7:g7)) but i can't do that with large ranges. I think that maybe i have to use any kind of look up formulas, but i don't know how, can anyone help me, please???

    thanks.

    PS: It would be great if someone speaks spanish.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: IF "exists at least one of this kind => xxx" conditional.

    Hi and welcome to the forum.

    I don't speak Spanish but maybe i'll be able to give you a suggestion.

    And best way to describe your problem is to upload s small sample workbook.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: IF "exists at least one of this kind => xxx" conditional.

    not sure if this is what you want, but perhaps instead of that big formula, try the below....

    =IF(COUNTBLANK(A1:A11)>0,what-to-show-if-there-is-a-blank,what-to-show-if-there-is-NO-blank)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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