+ Reply to Thread
Results 1 to 3 of 3

List of companies(with duplicates) with corresponding niche column.....

  1. #1
    Registered User
    Join Date
    06-01-2018
    Location
    Oklahoma City, Oklahoma
    MS-Off Ver
    MS Office 2016
    Posts
    8

    List of companies(with duplicates) with corresponding niche column.....

    (see attachment)
    I'm trying to get Sheet 1("Classification Cross Sell") to populate with True or False depending on if Sheet 2("Developer-Tables")'s Niche was Professional vs Office Services vs Commercial vs Skilled Trades. I believe I would need to use some type of combination of nested IF statements along with using the AND + OR functions but i'm not very familiar with if statements and was hoping to get help

    The Niche depends on the classification. For Example, the 'Professional' classification consists of multiple Niches:
    • Accounting/Finance
    • Engineering
    • Human Resources
    • Information Technology
    • Lab
    • Legal
    • Medical
    • Procurement
    • Sales
    so IF the niche matches any of these, I need the corresponding cell under professional and to the right of that same company's name, to show as "True"



    Sheet 1("Classification Cross Sell")
    Column A B C D E
    1 Company Professional Office Services Commercial Skilled Trades
    2 ABC Co. True True False False
    3 XYZ Co. False False True False

    Sheet 2("Developer-Tables") - Eventually, this will be hidden.
    Column A Column B
    1 Company Niche
    2 ABC Co. Accounting
    3 ABC Co. Marketing
    4 ABC Co. Human Resources
    5 XYZ Co. General Labor



    Any recommendations would be greatly appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,704

    Re: List of companies(with duplicates) with corresponding niche column.....

    You can do it, as you have it, but it will be slow to calculate I'm afraid...

    For info, where your criteria are defined strings you can use an inline array to shorten the formula, e.g. instead of:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    you can use

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    however, it's no more efficient... and in your case, you would need to do some "chuntering" in the calc - i.e. multiply the OR by the test on Client, push all values into an collection and test sign of result.

    it would, if possible, be much better to assign the category adjacent to the niche, thus negating the multiple OR requirements with a single additional test on category.

    I've attached an example -- one new tab {Niche_Category}, and one new column on your developer tab {references Niche_Category table to assign value per Niche}

    others will invariably provide you with an Array, or SUMPRODUCT type approach, but tbh I'd advise against that route, hence I've not provided the same.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    06-01-2018
    Location
    Oklahoma City, Oklahoma
    MS-Off Ver
    MS Office 2016
    Posts
    8

    Re: List of companies(with duplicates) with corresponding niche column.....

    Thanks so much, This is exactly what I needed! and appreciate the advise!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Companies House DISSOLVED Companies.
    By MacStokes in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-24-2017, 02:10 PM
  2. Companies House API - search for companies, populate spreadsheet.
    By damnation in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-19-2016, 10:52 AM
  3. Create a list of companies based that match dropdown selection
    By aduquet in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-29-2013, 02:46 PM
  4. Separate same companies in same column
    By mohan_srijaya in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-12-2013, 08:07 PM
  5. Replies: 14
    Last Post: 07-28-2013, 10:44 AM
  6. Replies: 2
    Last Post: 08-28-2012, 10:41 PM
  7. Replies: 3
    Last Post: 08-17-2010, 06:55 AM

Tags for this Thread

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