+ Reply to Thread
Results 1 to 5 of 5

If question

  1. #1
    Registered User
    Join Date
    12-05-2008
    Location
    Portugal
    Posts
    19

    If question

    So I got data organised in a table, from A to H.

    A3:G10 is normal data...
    In H3:H10 it shows blank or an *.

    1) In collumn J, I want to specify if in those H3:H10 it finds any *. If it finds any, a word like "incompatible" will appear; if not, "compatible" will appear.
    2) Furthermore, let's say I want not only the condition imposed in 1), but also I ask it to look at a value in a cell and see if it's superior to 10. IF both are met, it shows "compatible", if one fails, "imcompatible".

    I guess it's a simple question but I couldn't figure it out.
    Thanks
    Last edited by david_pt; 12-19-2009 at 12:19 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: If question

    Hi David. Put together a sample workbook showing examples of the data you want evaluated. Be sure we see examples of "incompatible" and "compatible" as well as this cell you want evaluated for ">10". Mock up your desired results manually so we can see, and make sure it's crystal clear why each example has the result it does.

    Click GO ADVANCED and use the paperclip icon to post up your workbook.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    12-05-2008
    Location
    Portugal
    Posts
    19

    Re: If question

    Ok I'll send this attachment.
    It's not my working excel file but everything is just the same.


    Everything you need to know is on sheet number 2, so if you find any problem tell me.


    Thanks
    Attached Files Attached Files

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: If question

    This formula will tell you which L1, L2 or L3 your set of names qualify for:

    =IF($B$5<5936, IF(COUNTIF($C$2:$C$4, "~*")=0, "L3", "L1"), "L2")
    Last edited by JBeaucaire; 12-19-2009 at 06:00 PM.

  5. #5
    Registered User
    Join Date
    12-05-2008
    Location
    Portugal
    Posts
    19

    Re: If question

    Huge final edit of the message: It had an error but I figured it out now. I'm not sure if this is what I'm looking for anyway, I'll come back with "more" if it still doesn't suit it.
    Last edited by david_pt; 12-19-2009 at 05:42 PM.

+ 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