Results 1 to 14 of 14

Find + if + lookup

Threaded View

  1. #1
    Registered User
    Join Date
    12-04-2009
    Location
    Denver, CO
    MS-Off Ver
    Excel 2003
    Posts
    7

    Find + if + lookup

    I'm sorting through a list of business executives and trying to classify them by their titles to sort them into functional areas, but I'm ending up having to use just a giant nested IF statement, and there has to be a better way of doing it.

    Not everyone has a uniform title, so I'm using FIND to look at the title and find particular search strings. Basically it's this, over and over again:

    =IF(ISNUMBER(FIND("Operation",A1)),"Operations/Manufacturing",

    Where the title is obviously in A1. I can easily assemble a VLOOKUP table, but I don't know how to combine this with the ISNUMBER(FIND aspect of this.

    Can anybody help?
    Last edited by rockiesmagicnumber; 12-09-2009 at 03:23 PM.

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