+ Reply to Thread
Results 1 to 4 of 4

Array formula to remove helper column

  1. #1
    Forum Contributor
    Join Date
    05-29-2009
    Location
    sheffield
    MS-Off Ver
    Excel 2013
    Posts
    210

    Array formula to remove helper column

    On the attached, on worksheet "schedule", in column D I have a formula that checks whether the corresponding value in column C exists in column B on the worksheet "loads", .

    I have then used COUNTIFS to see how many entries exist for each location and the final result is shown on the "results" worksheet in column C.

    I want this to work without the need for the helper column ("schedule!", column D).

    Can this be done with an array formula?

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Array formula to remove helper column

    =SUMPRODUCT((schedule!B:B=B2)*ISNUMBER(SEARCH(loads!B:B,schedule!C:C)))
    full column is not a good idea

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Array formula to remove helper column

    Try this in C2:

    =SUMPRODUCT((schedule!B$2:B$48=B2)*(COUNTIF(loads!B$2:B$69,"*"&schedule!C$2:C$48&"*")))

    I believe your helper column is producing incorrect results so this will not match up with what you have currently.

  4. #4
    Forum Contributor
    Join Date
    05-29-2009
    Location
    sheffield
    MS-Off Ver
    Excel 2013
    Posts
    210

    Re: Array formula to remove helper column

    Thanks both - sorted.

+ 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] Helper column instead of array?
    By trolle in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-13-2018, 10:19 AM
  2. [SOLVED] Using SUMPRODUCT/ARRAY formula instead of helper column
    By esbencito in forum Excel General
    Replies: 6
    Last Post: 01-23-2018, 10:22 PM
  3. [SOLVED] Adapt array formula to remove need for helper row
    By JayUSA in forum Excel General
    Replies: 2
    Last Post: 09-20-2017, 10:56 PM
  4. A Simple Formula/Helper Column To Transpose a Range
    By chullan88 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 10-24-2016, 09:09 AM
  5. Sort by helper column even if values in helper are alike
    By NoSleepForMe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-10-2016, 04:14 AM
  6. [SOLVED] Using array formula instead of creating a helper column
    By jasonleewkd in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-10-2014, 12:55 PM
  7. Replies: 3
    Last Post: 01-03-2012, 12:01 PM

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