+ Reply to Thread
Results 1 to 5 of 5

Using helper columns to filter data

  1. #1
    Registered User
    Join Date
    10-26-2021
    Location
    France
    MS-Off Ver
    2013
    Posts
    20

    Using helper columns to filter data

    HI Guys

    In the end what I am trying to do is to identify the start and finish times of a series as shown in the tables in the atatched file

    I thought to solve the problem by creating a helper column in column K in the attached file which would check in the above cells in column J whether the format has been produced or not during the day (ie Gn 1/3, Bol or verrines). If not, then a 1 would be allocated in column K and this until the format changes over. If the new format for that day has not yet been previously produced during the day, then again a 1 would be allocated.

    For June 3 data, the format Bol is produced once but then again at 17:46. Ideally the formula would take this into account and place a 2 in the column K, etc as hightlighted in the attached file.

    I would most appreciate any help or alternative ideas for the formula in column K to help identify whether it is the first series of a particular format for that day or the second
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,781

    Re: Using helper columns to filter data

    N18=IF(N$16=$N$16,IFERROR(AGGREGATE(15,6,$B$2:$B$451/($A$2:$A$451=$M18)/($J$2:$J$451=N$15)/($I$2:$I$451>0)/($K$2:$K$451=(LEFT(N$17,1)+0)),1),""),IFERROR(AGGREGATE(14,6,$B$2:$B$451/($A$2:$A$451=$M18)/($J$2:$J$451=N$15)/($I$2:$I$451>0)/($K$2:$K$451=(LEFT(N$17,1)+0)),1),""))

    Copy across and down
    Attached Files Attached Files
    Last edited by CARACALLA; 09-17-2022 at 04:03 PM.

  3. #3
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,427

    Re: Using helper columns to filter data

    Please try for start time 1st serie:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Please try for finish time 1st serie:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Please try for start time 2nd serie:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Please try for finish time 2nd serie:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Format cells: uu:mm:ss;;
    Copy across per block.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    10-26-2021
    Location
    France
    MS-Off Ver
    2013
    Posts
    20

    Re: Using helper columns to filter data

    HI Caracalla
    Your formulas are working perfectly thank you. However, to calculate the start and finish times in your formulas you are using the data in column K that I inserted manually.
    I need a formula for column K as a result to calculate when the format changes. Always a 1 for each new format during that day and a 2 if it is the second series during the day of that format (this happened on 3rd June for the BOL and Verrines)
    Many thanks for your help

  5. #5
    Registered User
    Join Date
    10-26-2021
    Location
    France
    MS-Off Ver
    2013
    Posts
    20

    Re: Using helper columns to filter data

    HI HansDouwe
    Unfortunately I have only Excel 2013 and cannot use your formulas.
    Additionally I need a formula for column K (whose data has been entered manually) to calculate when the format changes. Always a 1 for each new format during that day and a 2 if it is the second series during the day of that format (this happened on 3rd June for the BOL and Verrines)
    Many thanks for your help

+ 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. Replies: 1
    Last Post: 06-01-2022, 01:59 AM
  2. [SOLVED] Possible to filter an array using a Regular Expression (not using helper columns)?
    By Rhudi in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 12-07-2021, 04:06 PM
  3. 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
  4. multiple helper columns
    By ammartino44 in forum Excel General
    Replies: 6
    Last Post: 03-25-2015, 02:52 PM
  5. [SOLVED] Get rid of helper columns
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-24-2014, 05:26 PM
  6. Helper Column Won't Filter
    By Gard5096 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-27-2014, 04:46 PM
  7. Helper columns
    By Blake 7 in forum Excel General
    Replies: 3
    Last Post: 02-23-2011, 06:42 AM

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