Results 1 to 11 of 11

Extract information from data

Threaded View

  1. #11
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Extract information from data

    Non-volatile ordinary (not array) formulas achieving the same - pretty quick.

    For the store info:

    =IFERROR(INDEX(Data!A:A,AGGREGATE(15,6,ROW(Data!$3:$300)/(TRIM(INDEX(Data!$A$3:$HF$3,,MATCH("Week "&$B$1,Data!$1:$1,0)+2):INDEX(Data!$A$10:$HF$300,,MATCH("Week "&$B$1,Data!$1:$1,0)+2))<>""),ROWS($1:1))),"")

    copied across and down and for the fault info:

    =IFERROR(INDEX(INDEX(Data!$A:$HF,,MATCH("Week "&$B$1,Data!$1:$1,0)+COLUMNS($E:E)-1),AGGREGATE(15,6,ROW(Data!$3:$300)/(TRIM(INDEX(Data!$A$3:$HF$3,,MATCH("Week "&$B$1,Data!$1:$1,0)+2):INDEX(Data!$A$10:$HF$300,,MATCH("Week "&$B$1,Data!$1:$1,0)+2))<>""),ROWS($1:1))),"")

    copied across and down
    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. Replies: 5
    Last Post: 06-26-2016, 12:52 AM
  2. [SOLVED] Extract Invoice Information from Source Data Sheet to Individual Worksheets
    By HangMan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-31-2015, 11:37 AM
  3. Replies: 2
    Last Post: 11-27-2013, 12:48 AM
  4. Information Extract
    By mfjanoo in forum Excel General
    Replies: 5
    Last Post: 04-10-2013, 04:47 AM
  5. How to extract Information from an Excel File and entering those data in a text file?
    By bikash.nitk in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-10-2012, 12:13 PM
  6. Replies: 2
    Last Post: 10-23-2008, 11:19 AM
  7. extract relevent data information in other cells
    By stevekirk in forum Excel General
    Replies: 4
    Last Post: 09-12-2006, 11:22 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