Auto category for list

Dear Support Community,
Is there a way to use a lookup table to set the Category automatic if the Text in the content table contains the search text?
Lookup Table
Search for
Category
house
HH
mice
M
pizza
P
Content Table
Category
unimportant
Text
Price
unimportant 4
house of people i like lorem ipsum
30 $
mice of things lorem ipsum
15 $
pizza is great lorem ipsum
1$
mice of lorem ipsum
I've been trying for hours to find the correct formula. =(
Please help me.
After it works it should look like this:
Category
unimportant
Text
Price
unimportant 4
HH
house of people i like lorem ipsum
M
mice of things lorem ipsum
P
pizza is great lorem ipsum
M
mice of lorem ipsum
It should identify the text even if the search text is only a part of the text in the cell.
Thanks a lot =)

But there is no way without a construction of c1 to cn Colums for the category counts?
If you don't want to set up those columns, you could use a script.
A simple one would be something like the following (with the document open, copy-paste into Script Editor and click the triangle to run).   Change the sheet, table names, columns, to fit your setup.
tell application "Numbers"
  set tblLUT to document 1's sheet "Sheet 1"'s table "LUT"
  set tblTgt to document 1's sheet "Sheet 1"'s table "Table 2"
  set txtCol to 3 -- column "C" - change as needed
  set catCol to 1 --  column "A" - change as needed
  set lstLUL to tblLUT's rows's cells's value --make list of lists
  repeat with r from 2 to (count tblTgt's rows)
  set strMatch to ""
  repeat with i from 2 to lstLUL's (count items)
  if tblTgt's row r's cell txtCol's value contains (lstLUL's item i's item 1) then
  set strMatch to (lstLUL's item i's item 2)
  end if
  set tblTgt's row r's cell catCol's value to strMatch
  end repeat
  end repeat
end tell
This can be expanded to extract more than one category from the text if you need that, e.g. if you have both mice and pizza and want to show them both.
SG

Similar Messages

  • SharePoint Auto Archive for List Data

    Hi,
    We have a requirement where we want the list items to be auto archived(copy to a separate list) after [n] years. The time duration is determined by one of the column of the list(created time/updated time).
    Does MOSS-2007 supports any built-in feature to supports auto archival for list data? If not whats the best to implement this.
    Thanks in advance,
    San

    Yes.  Using content types, you can set information management policy settings.  These settings allow you to expire documents based on content type.  What happens at expiration time can be configured.  A disposition workflow may be kicked off, or you could just delete the document.
    To try this out, go to list settings -> advanced settings and check "Allow Management of content types".
    Then click the document content type from the list setting page.  From the content type information page, click "Information managament policy settings".  Select "Define a policy..." and click OK.  from there you can configure expiration.
    Note:  You will have to configure any workflows that should run at expiration time BEFORE configuring expiration itself.
    EDIT: looking further, I see you want to archive, not just expire.  To do this, implement a workflow on the list that moves the file into an archive folder (or onto a filesystem or wherever) and configure that workflow to run on expiration.

  • Is there a way to turn on auto complete for text that has to be entered repeatedly? I don't want to use a pop up list.

    Is there a way to turn on auto complete for text that is repeated? I don't want to use a pop up list.

    No, not in Number for iOS.

  • Default item category for components in task list

    Hii all,
    I need one help. We need to maintain default item category for components in task list.
    Currently it comes as "L" and the field is non editable.
    Is there any way wherein i can edit the item category to "N" or any other. Also need to know why this category "L" appears?
    I can brint the default item category in the service order by the standard config.(PM/CS--> Maint & serv processing --> Main & Service orders --> General data --> define default values for component item categories)
    But i want it in the task list.
    Please help
    Regards,
    Vijay

    Hi Vijay,
    Just go to task list and then to component. go to item category field and press F1 (help)
    its mention
    Item Category (Bill of Material)
    Categorization of the items in a BOM according to set criteria, such as whether they refer to an object (for example, material master or document info record) or whether they are kept in stock.
    To my knowledge It wont be possilbe have item category N in task list by directly adding material.
    Hi Pete,
    Correct me if i am wrong that configuration setting for default material type and item category works for orders only.

  • In my email auto fill it lists addresses I haven't used in 2  years as "recent others". What causes this, the contact information for these people was deleted some time ago.

    In my email auto fill it lists addresses I haven't used in 2  years as "recent others". What causes this, the contact information for these people was deleted some time ago.

    Mail, Window Menu, Previous Recipients.
    Select the ones you don't want and delete them.
    If you want to add them to contacts, click that button.

  • Auto Po for Sevice

    Hi experts,
    Anybody worked with auto PO for services (Service created through AC01)?
    We already set up auto PO for material but cannot do the same for service as we cannot create source list for service which is a mandatory condition for Auto PO set up for material.
    Anybody can suggest how to set up auto PO for services. We have service contract for theseervices.
    Full points will be awarded  for explanatory replies.
    Regards,
    Santosh

    AUto Service PO is not Possible in Std SAP.
    You can create the auto Service PO with DIEN service material but it will have the following disadvantage:
    Material Master to be created with Material Type DIEN (Service) u2013 MM01
    Material type service has NO QTY Update And NO VALUE Update takes place
    No Accounting view created as there is no value and qty update in MMR.
    If you create Service PR:Item category D (Services) Input not possible and No services tab will be available, where all break up of the services can be entered
    1.     If these materials are used, system does not allow setting Item category as D (Services).  
    2.     Since the PR is not created with item category D it will no be considered as service PR.
    3.     The PO Created with reference to the PR will not also be considered as a Service PO, and will not have all the functionalities of a Service PO.
    4.     Procurement of services made against account assignment.
    In the PO No service based IV will come.
    Create Goods Receipt for Service PO.
    Note: No service entry sheet creation/ release possible, only GR possible
    ML81N u2013 Not possible
    And Even if you do the GR>Though, 101 is done no stock update will take place.

  • How to customize Category and Category items list while creating New Model

    Hi,
    what the most convenient way to customize the Category and Category items list while creating New Model?
    This is standard:
    Now, what we want to achieve, is to customize this menu, to:
    1. Display in the Category window only f.e. two categories:
    - EA Diagrams
    - BPM Diagrams
    2. In the EA Diagrams, we want to have f.e. four copies of City Planning diagram, each of them should have different elements available, f.e. in the first copy, only Architecture Areas shall be made available, in the second one Architecture Areas and Business Functions, in the third on f.e. only Business Functions shall be made available. Additionally, it should behave like a hierarchy ... meaning you can create the second diagram, only as child (related diagram) of the first diagram etc.
    I know, excluding the particular diagrams/diagram elements can be configured using the right/profile settings, but how to:
    1. Customize the standard New Model menu window
    2. Create copies of City Planning Diagrams with different set-ups
    3. Set the relationship between diagrams
    Is such a configuration change possible?
    Thanks a lot for your help!
    Regards,
    Rafal

    Now, what we want to achieve, is to customize this menu, to:
    Question #1. Display in the Category window only f.e. two categories:
    - EA Diagrams
    - BPM Diagrams
    Click on Tools => General Options=> Model Creation
    Click on Properties => at right of Default category set
    Note : Model template does not work as Category. We can't set. An enchancement request has been open to SAP
    In the following example I defined a new default (MyNewDefault.mcc). As you can see only BPMN models are available.
    To create a new category set with BPMN choice
    a) Copy default.mcc in MyNewDefault.mcc file.
        Go to Tools=>General Options=>Model Creation : Select your new category
        Go to Tools=>General Options=>Model Creation : Edit properties and remove all things you does not want keep
    or
    b) Go to Tools=>General options=>Model Creation : Edit properties and click on Save as button and specify the file name "MyNewDefault".
        Quit the window.
        Select you new category : Go to Tools=>General Options=>Model Creation : "MyNewDefault"
        Edit properties and remove all things you does not want keep.
        Save you new category
    Question #2. How to define copies/replicas of existing diagrams
         Wrote an extension
    Question #3. How to make sure, particular diagrams can be used (created) only on predefined "levels" and how to set the parent-child relationship, so that PD enforced it directly when creating a new diagram.
         Specify yours conditons in your extension attached to your model
         Example : When the user want create a child diagram :  You can display a list of Parent Diagrams to select from.
         You can set in your extension by VBScript parent-child relationship
    Question #4 In the EA Diagrams, we want to have f.e. four copies of City Planning diagram, each of them should have different elements available, f.e. in the first copy, only Architecture Areas shall be made available, in the second one Architecture Areas and Business Functions, in the third on f.e. only Business Functions shall be made available.
    If I understand well your question. I suggest to take a look in
    Repository=>Administration=>Objects Permission Profile
    You can specify objects to show, mask, deactivate at model level.
    You can specifiy your own metadata.
    But I'm not sure you can mask, deactivate functions following diagram selection. It seem to specific.
    Message was edited by: Benoit Le Nabec

  • HT4098 How do I turn off auto-renew for the Guardian?

    Trying to turn off auto-renew for The Guardian.  From PC. 
    I did the following:
    1. Launch iTunes on your computer
    2. Choose Store>Sign In from the iTunes menu.
    3. Enter your Apple ID and password when prompted. 
    4. Choose Store>View My Account. You may be asked to re-enter your Apple ID password.  Click
    View Account.  (I chose "iTunes Store", in the side bar, since the word "Store" in the menu bar didn't list "My Account". Then I chose "Account" in Quick Links, on the right-hand side of the screen. I got the "Account Information" ok.)
    5. From the Account Information screen, scroll to the bottomof the page to the Settings section.
    Then it said to:  6. Click "Manage" to the right of "Subscriptions".
    The word "Subscriptions" does not appear in the Settings section.  Nothing in the Settings section takes me to a page on which to manage my subscriptions.

    Hi
    Read this Subscribe to iTunes Match - Apple Support
    This includes a section about turning off auto renew.
    Jim

  • Auto-complete for the email addresses in the mail app is not working

    Hi, could somebody kindly help, please?
    I have just got a new iphone 5s after my old 5 got broken. When I got the new 5s one I had to restore everything from the back-up copy I had on my ipad or in my icloud, whatever.
    The problem is that in the standard mail app which you have at the bottom of the screen auto-complete for the email addresses is not working on this new iphone. However, it still works on the ipad.
    Can I turn it on somewhere or is it a bug? I remember When my old iohone was new as well as the ipad and ipod, I did not have to turn on anything. The recent email addresses list (appears when one starts to type an address in the address bar when writing a new email message) appeared automatically. And on this phone it doesn't appear at all. It doesn't suggest me any recent or whichever email addresses and I am really lazy to type an address each time.
    Could this be solved?
    Many thanks in advance for the eventual help.
    Olia

    I am also getting same problem...................anybody please help.

  • My auto install for Premiere Elements failed and told me i needed to do a restart and try installing again. Having restarted my laptop, how do I install the software? There are two .exe files in the folder - oem and start-up. Which should i run?

    My auto install for Premiere Elements failed and told me i needed to do a restart and try installing again. Having restarted my laptop, how do I install the software? There are two .exe files in the folder - oem and start-up. Which should i run?
    thanks

    for windows you should have an exe and a 7z file.  put both in the same directory and double click the exe.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Can I create a parent category for a series of categories?

    I have created a list of construction works in categories with subtotals for each article.
    Can I create a parent category for a selection of categories?
    For example:
    categories:
    - masonry
    - windows
    - plumbing
    each with subtotals.
    Now I want to create a parent categorie: - house #1, with a total of all subtotals

    Yes, using the Reorganize control. It's done in the opposite order though—create the (parent) category, then create the subcategories.
    Detailed instructions are available in Chapter 3, Using Tables, of the Numbers '09 User Guide. The guide may be downloaded through the Help menu in Numbers. A search on 'categories' will take you to the TOC page where you can click to go directly to the discussion of Categories and Sub categories.
    Regards,
    Barry

  • Any thoughts on auto sourcing for a non catalogue request?

    Any thoughts of auto sourcing for a non catalogue request?
    If i have a Contract Purchase Agreement set for a certain Category and if i use the same category in the non catalogue request purchase requisition will the workflow automatically generate the PO?
    Following set to Y
    CONTRACT_REQUIRED_FLAG
    INCLUDE_NON_CATALOG_REQ_FLAG
    USE_CONTRACT_FLAG
    How the price will be determined in the PO in such cases?

    Hi,
    You need to define the sourcing rule, ASL and default assignment sets and map the CPA in the ASL setup.
    This will drive the autocreation of PO.
    Thanks,
    PS.

  • Set Category for multiple IR's via Button in Taskbar

    Hi!
    I have been searching the net for this for some time now, but wasn't successful, so maybe here is somebody who could help me. Hope I did select the correct forum for this thread...
    In SCSM 2012 - is it possible to set the category for multiple IRs in one step via button in the taskbar, same like being able to assign multiple IRs to Analysts or change Status via button in taskbar, without need to open each IR and set it in there?
    Any hint would really be appreciated :-)

    Yes it's possible, but I'm unaware of any solution out there that you can just plug&play. (Somebody might know of one, though!)
    If you're a developer (or know a developer), then you can create a custom console task in Visual Studio, bundle it with a management pack, and import that management pack.
    From a high level, first you'll need to create a custom console task. The following blog posts give some insight into how to create one.
    http://blogs.technet.com/b/servicemanager/archive/2010/02/11/tasks-part-1-tasks-overview.aspx
    http://blogs.technet.com/b/servicemanager/archive/2010/12/22/tasks-part-2-custom-console-tasks-for-create-edit-delete.aspx
    (note: The second post also discusses sealing and bundling management packs.)
    To solve your specific request, the console task code will (again, at a high level) present a window for the user to choose a classification category. Then, after clicking apply on that window, the console task code will iterate through all of the "nodes"
    sent as a parameter to the console task. A "node" represents an incident selected by the user in the incident view. For each incident in the list, set the classification category to whatever value the user selected, then apply the changes to
    that incident.
    If you want to take a crack at building this solution yourself and this is your first custom extension for Service Manager, let me know, I'll help you through the gritty details :)
    And, like I said, if someone knows of a solution you can just import, that'll make things a heck of a lot easier ;)

  • App category for Legal

    Is there a app category for legal?  Apple seems to have a category for other industries/fields.  I see they do have apps for legal so why not add such a category.  Am I missing something?

    http://www.apple.com/feedback/
    Why not create a Smart list where video kind is music video and artist is XYZ?

  • Product category favorites list

    SRM SERVER 550 Level 14.
    Hello all,
    The users want their product favorites list to have the last 15 categories.
    I found out that by manually adding entries to BBP_CATEGORY_FAV I can increase the number of entries shown in the drop down list for product categories.
    There's also an option for product category for the users in their own settings.
    My question is is there an option for mass changing this for approximately 300 user?
    Kind regards, Rob Dielemans

    Hi Rob,
    There are few ways to achieve this.
    all data element like Unit of measure,product category ,currency are populated using favourite function module.
    There are two BADI,Read documentation of these two BADI's
    BBP_F4_READ_ON_EXIT
    BBP_F4_READ_ON_ENTRY
    In these BADI,you have a table ET_CATEGORY_FAVOURITES
    Populate these tables with favorite list and pass EV_X_FAV_PROCESSED as X.
    You will get your favourite list in F4 Help.
    This is applicable to all data elements.
    To maintain this kind of list you have to pupulate the User favourite list in some table and based on that you have to plan pupulation on internal table.
    Another simple way to do that ,which I have not tested and it require SAP core code modification.
    You can see in SE38 transaction  In include ,LBBP_HELP_ATTRTOP,there is a data declaration and based on this all data element like...product,UOM,Currency etc creats 5 favorite list...
    So increase this number to 15 this will solve issue...
    This may require access key generation and further maintaience issues while upgrade..
    number of favourites per data element
    CONSTANTS: GC_MAX_FAVOURITES TYPE I VALUE 5.
    Regards,Nishant

Maybe you are looking for