Results 1 to 3 of 3

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

Threaded View

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

    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

    OR(A1="x",A1="y",A1="z",A1="apple",A1="banana")


    you can use

    Formula: copy to clipboard

    OR(A1={"x","y","z","apple","banana"})


    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

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