find out if the cell contains one of the sentences several

I need to analyze some data in Excel and I hit a bit of a roadblock, but if I can some sort of help with a formula that does:

I want to test the A1 cell to see if it contains one of the following:

"Partially".

"Not here."

"Arrived."

"Completely".

Cell A1 contains the text in the box below:

022-03142452 YYZ LHR 5 20,0.01 partially assigned for the booked flight. XCM YUL 3

If the cell contains "Partially", then I want the result to display "1".

If the cell contains "Absent", then I want the result to show '2 '.

etc...

Enjoy all the assistance,

TXS,

FB

Try this formula:

IF (IFERROR (SEARCH ("partially", A1), 0) > 0, 1, IF (IFERROR (SEARCH ("Absent", A1), 0) > 0, 2, IF (IFERROR (SEARCH ("arrived", A1), 0) > 0, 3, IF (IFERROR (SEARCH ("completely", A1), 0) > 0, 4,' '))))

Tags: iWork

Similar Questions

  • How to find out what the police are actually using Firefox?

    How to find out what the police are actually using Firefox?
    Inspect the element don't say what substitute fonts.

    Firefox 24 ESR has the tab fonts in the Inspector, which shouldn't be a problem.

  • How to find out if the new menus or responsibilities have been added to the system

    Dear Sir

    Please let me know how to find out if the menus or the responsibilities have been added to the system.

    OUL5 x 64
    EBS r12 12.0.6

    Thanks-Tom

    It is a unique work, or you should always know when a new menu/responsibility is added?
    If it is a time of employment, then you can write a query on the 2 tables (fnd_menus_tl and fnd_responsibility_tl)

    Select * from fnd_menus_tl where creation_date > sysdate - 7

    Select * from fnd_responsibility_tl where creation_date > sysdate - 7

    If you need to do every time, then you can write an alert.
    Go to a responsibility to Alert Manager > alerts > set
    Process = system administration
    name = my Menu new alert
    Click event
    Check the insert box, clear the check box update
    application = application object library
    Table = fnd_menus_tl (or fnd_responsibility_tl)
    Select = Select responsibility_name in & output1 fnd_responsibility_tl where rowid =: rowid
    or, select user_menu_name in & output1 fnd_menus_tl where rowid =: rowid
    Save
    define an action
    attribute to the set of scripts
    make sure click the alert details and enter installation details

    Hope that answers your question
    Sandeep Gandhi
    Independent consultant
    513-325-9026.

  • How can I find out what the file extension is an attachment to an email?

    I get an email with an attachment, I can not open with any of the applications that I have in my Ubuntu 14.04. How can I find what is the extension of the attached document, so I can find an attachment that can open and store?

    I can't save it on the disk without the aid of an application

    I am really curious what you could not do. There is no problem with saving a file on the disk without file extension.

    I don't like when a program hides important details of me

    I don't think that there is nothing that Thunderbird is hiding from you. Most likely the attachment is not a file extension - for any reason.

  • Use the timestamp when another cell contains one of two values

    Hi everyone again,

    I am struggling with a formula more in number. I have a formula whose time stamps the current date in a cell when a corresponding cell in the map is filled with '1 '.

    =IF(C3=1,TODAY,"")
    

    Hey Joe,

    IF and WHERE are your friends.

    Formula in D3 (fill down)

    = IF (OR (C3 = 1, C3 = "G"), TODAY (),"" ")

    Today is dynamic; It is not a timestamp.

    If you open the document tomorrow, it will be a new today (July 23, 2016, at least in Australia).

    Do you want a real timestamp (scheduled) or a dynamic date?

    Kind regards

    Ian.

  • Find out all the package and procedure names linked using an array of specifc

    I have 25 packages
    Each package contains 30-35 procedures
    I need to find all packages and procedures
    Each procedure handles the Tables from 5 to 20 according to the need of business rule.
    I need the entire package and related procedure names where a specific Table name is
    (DBA_SOURCE is not objective).
    Quick response appreciated.
    Thank you and best regards,

    It is difficult to help you if you do not want to read what is suggested. The utldtree.sql script will do what you want. Read the first part of the script and it will tell you what it does and how it works:

    >
    REM $Header: utldtree.sql, v 1.2 1992/10/26 16:24:44 $ RKOOI Stab
    REM
    REM Copyright (c) 1991 by Oracle Corporation
    REM NAME
    REM deptree.sql - Show objects recursively depends on given object
    REM DESCRIPTION
    REM This procedure, temp and table will allow you to see all
    Objects REM (recursively) depends on the given object.
    REM Note: you will see the objects for which you have permission.
    Examples of rem:
    REM run deptree_fill ('procedure', 'scott', 'billing');
    REM select * from deptree by seq #;
    REM
    REM Execute deptree_fill ('table', 'scott', 'emp');
    REM select * from deptree by seq #;
    REM
    REM run deptree_fill ("package body ', 'scott', 'accts_payable'");
    REM select * from deptree by seq #;
    REM
    Way prettier REM to display this information only
    REM select * from deptree by seq #;
    REM is
    REM select * from ideptree;
    REM This shows the relationship of dependence via indentation. View
    REM that no order by clause is necessary with ideptree.
    REM RETURNS

    >

    Did you notice the part that says? :

    >
    REM Execute deptree_fill ('table', 'scott', 'emp');
    REM select * from deptree by seq #;

    >
    If you supply a table name, it will display the objects that depend on this table just as you said you want.
    Please try this script.

  • find out all the line last character and color fill

    Dear friend,

    I need to find all the last character and fill color of line (no need to the last character of words).

    My code problem: no space in the last character is not the fill color.

    My code is below:

    var myDocument = app.activeDocument;  
    var myLine = myDocument.stories.everyItem().lines.everyItem().getElements();  
    for(i=0; i<myLine.length; i++)  
    {  
        var myCon = myLine[i].texts[0].contents;  
        if(myCon.match(/\n| /gi) != null){  
            try{  
                if(myLine[i].characters.item(-2).fillColor = myDocument.colors[2]);
                }catch(e){}  
            }  
        }  
    

    My screenshot as below:

    last.png

    Please suggest a friend

    Thanks in advance

    KS

    Add a ' if else ' statement to apply the fill color to the second to the last character only if the last character is a space. otherwise apply the fill color for the last character.

    myDocument var = app.activeDocument;

    myLine var = myDocument.stories.everyItem ().lines.everyItem () .getElements ();

    for (i = 0; i

    {

    Chantal var = myLine [i] .texts [0] .silence;

    If (myCon.match (/ \n| IM)! = null) {}

    try {}

    If (myLine [i].characters.item-(1) .silence == "'" ") {}

    myLine [i].characters.item-(2) .fillColor = myDocument.colors [2];

    } else myLine [i].characters.item-(1) .fillColor = myDocument.colors [2];

    } catch (e) {};

    }

    }

  • PCOC 2015 no design finds out about the toolbar

    I don't have a design view on my toolbar? I got it on other web pages. How can I find it? I have PCOC 2015 on an iMac.

    Hello

    Work on the fluid grid page? If so, this is expected. Please check this on how work on pages in live view view helps Dreamweaver fg | Summaries new features .

    There are a few other messages of similar forums. Re: is it possible to display the design view in the fluid grid pages?

    Thank you!

    Kusha

  • Where can we find out about the date and time for rollback on Oracle 11 g?

    Want to know what Oracle written paper in order to store information on the restoration that is executed. I have a question in which, according to me, a cancellation has occurred once external reports have been generated... therefore, the report has more accurate information on the State of the system. However, I have to confirm that this is what has happened, that I could not explain why the transactions that were performed before the reports were not on the system, but it was reported in the transaction report. Thank you.

    You should be able to find some information of restoration in recovery with LogMiner newspapers: http://download.oracle.com/docs/cd/E11882_01/server.112/e17110/dynviews_2035.htm#i1408263.

  • Find out all the colored text

    Hello

    In a large InDesign CS5 document without styles - how can we select all the text in a certain color and apply a paragraph style?

    :-) Nina storm

    Edition > find/replace

    To find

    Implement

    Find Format

    Select the color of character

    Format change

    Select the style.

  • How to find out why the crs has dropped?

    Hi all.. the clusterware on node 2 is down. How can I know the reason so much as to why the crs is down?

    This information is stored in log files from the src node House 2?

    Hello

    Please check the logfile under path below. This directory contains the alert.log to the clusterware nodes file.
    $ORA_CRS_HOME/log/hostanme

    Also check the CRSD, CSSD, EVMD directories under $ORA_CRS_HOME/log/hostanme for problems with other processes.

    I hope this helps.

    Concerning
    Ludmilla amine
    http://oracleracexpert.blogspot.com
    [Install and configure ASMLib in10g | http://oracleracexpert.blogspot.com/2009/08/install-and-configure-asmlib-in-10g.html]

  • Hi me Mamadou Moustapha I bought apple that i phone 6s a few days find out who the best phone of the world, because the day I bought it, I had questions on screen and when I went to the service center, they said they're going to update they have updated o

    Hi me yedess apple that i 6 s phone few days back knowing have the best phone in the world since the day I bought that I have questions on screen and when I went to the service centre they said they're going to update, I bought they updated after that I have the same problem now they say they're going to fix very terrible situation for apple this new product which has manufacturing defect they will repair, I asked to change device they deny because they want to fix m single i face the problem of the first day of the customer are powerless and that they only make just crazy.

    It's what warranties are for. If you bought the phone from Apple or an Apple authorized reseller, iPhone, you have 14 days to return it for a refund. After that the Bank should replace the phone. If you did not buy from Apple or a shop authorized, you must respect the terms of this store. However, Apple will always replace the phone, if you contact them directly.

  • Firefox I want to find out about the updates only when the ons add that I installed currently become compatible. Is this possible?

    Firefox keeps advising me up-to-date even if a few Add ons are not compatible with the newer version. Although I don't want to be notified when an update is available, I won't update if the add ons are not compatible. Also, advising me update is useless because I will not refresh firefox when all add ons are not compatible.

    Is it possible to put the automatic notification about the availability of updates to appear only when all add ons are compatible?

    You can install this extension to see the information of current compatibility on the subject: addons page.

  • I can't find out if the application works on the LG Optimus cursor?

    It has a 800 Mhz processor... but I don't know if its compatible.

    The phone has an older processor which is not compatible with Firefox mobile.

  • Pav dv6t-1300, #VC034AV prod: HD crashed, how can I find out if the OS is 32 or 64 bit?

    Hello. My hard drive died last night and I ordered a replacement. I tried to order from sites of HP recovery disks, but he says it's not service this model more. So I looked online, found a place with the disks, but wondered if the OS is windows 7 32 or 64-bit.

    I spent almost the last hour looking for this info and online on any computer I can still access the original. This info was not listed in the BIOS or when I hit f2. I knew that the memory is 4096 MB of ram, if it's relevant somehow.

    Thanks in advance!

    If you go to the section of the user's Guides of the Technical Support for your system page, then click on the HP Pavilion dv6 Entertainment PC - Maintenance and Service of Guide , you will see on the page on page 1-2 that your system supports up to 8 G memory RAM. 32-bit systems are supported up to 4 GB of RAM, so I think it's safe to say that you have a 64 bit system.

    If you found my answer helpful please say thank you by clicking on the icon of the thumb.
    If my answer has solved your problem, please mark it as accepted Solution. Thank you!

Maybe you are looking for