+ Reply to Thread
Results 1 to 29 of 29

Get results from large data in excel

  1. #1
    Registered User
    Join Date
    07-28-2021
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    11

    Get results from large data in excel

    Hi all,

    Every week I insert some large data from an external source in to excel.

    I would like some of this data automatically filtered so I don't need to do the filtering by myself anymore or do a copy/paste of the filtered data..
    --

    I've created a dummy workbook for this.

    Sheet2 presents the data I have inserted in Excel
    Sheet1 is what I would like to see when incidents are assigned to DUMMYITDESK

    with de short descri, symptom, number, etc...

    So the thing I when I insert data in sheert 2 the data filtered shoud automatically come in sheet 1

    I'm looking for a solution for month's ..

    Thanks for your help in advance!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,292

    Re: Get results from large data in excel

    Please Login or Register  to view this content.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    07-28-2021
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    11

    Re: Get results from large data in excel

    And how did you do it?

  4. #4
    Registered User
    Join Date
    07-28-2021
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    11

    Re: Get results from large data in excel

    This is not a the solution I want.. The data in sheet1 shoud appear automatically when I insert new data in sheet2

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

    Re: Get results from large data in excel

    Sheet1

    A5=IFERROR(INDEX(Sheet2!A$2:A$100,AGGREGATE(15,6,ROW(Sheet2!A$2:A$100)-ROW(Sheet2!A$2)+1/(Sheet2!$E$2:$E$100=Sheet1!$B$3),ROWS(Sheet2!$A$2:Sheet2!$A2))),"")

    Copy across and down


    Sheet1 B3 type Assignment group
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,292

    Re: Get results from large data in excel

    You only need to enter data and update.
    Accordingly, in your Excel must be loaded Power Query.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    07-28-2021
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    11

    Re: Get results from large data in excel

    Can you check what I am doing wrong? Cannot get any date in my excel when I execute this formula.
    Attached Files Attached Files

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,726

    Re: Get results from large data in excel

    In your formula, you reference Sheet1!$G$8 - this cell contains the word COUNT. Is this the correct cell reference?

    Try this instead:

    =IFERROR(INDEX(Sheet2!A$2:A$100,AGGREGATE(15,6,ROW(Sheet2!A$2:A$100)-ROW(Sheet2!A$2)+1/(Sheet2!$D$2:$D$100=$B$16),ROWS(Sheet2!$A$2:Sheet2!$A2))),"")

    Please update your profile with your current Office version - your Windows version is of no interest or value to us. Thanks.
    Last edited by AliGW; 11-30-2021 at 08:57 AM.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  9. #9
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Get results from large data in excel

    Your Excel version in your profile is wrong, it says "Win 10", this is OS.

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,726

    Re: Get results from large data in excel

    @DJunqueira

    See post #8.

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

    Re: Get results from large data in excel

    Tickets Created -O365

    A21=IFERROR(INDEX(Sheet2!A$2:A$100,AGGREGATE(15,6,ROW(Sheet2!A$2:A$100)-ROW(Sheet2!A$2)+1/(Sheet2!$D$2:$D$100='Tickets Created -O365'!$B$16),ROWS(Sheet2!$A$2:Sheet2!$A2))),"")

    Copy across and down

    select Assignment group with dropdown list in b16
    Attached Files Attached Files

  12. #12
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Get results from large data in excel

    Quote Originally Posted by AliGW View Post
    @DJunqueira
    See post #8.
    Last edited by AliGW; Today at 09:57 AM.
    Ali

    We posted almost at the same time, what should I do now?

  13. #13
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,726

    Re: Get results from large data in excel

    No need to do anything, however we didn't post at the same time. Yours was three minutes after mine.

    I was just pointing out that the Office version issue had already been addressed.

  14. #14
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,726

    Re: Get results from large data in excel

    @ToonV1

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

  15. #15
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Get results from large data in excel

    Quote Originally Posted by AliGW View Post
    No need to do anything, however we didn't post at the same time. Yours was three minutes after mine.
    I was just pointing out that the Office version issue had already been addressed.
    While I was reading and writing you added the correction, it happens quit frequently in forums, good that we saw the same question almost at the same time...

  16. #16
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,292

    Re: Get results from large data in excel

    Simplified formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  17. #17
    Registered User
    Join Date
    07-28-2021
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    11

    Re: Get results from large data in excel

    Thanks didn't saw it!

  18. #18
    Registered User
    Join Date
    07-28-2021
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    11

    Re: Get results from large data in excel

    I'm new to this forum so I'll adjust my profile soon

    Another question, in my excel sheet I also want to have the word "Problem" filtered (it's a cell containting the word problem) on my first sheet how should I do that?

    The outcome should be that all Short description containing the word "problem" should be visible in Sheet1

    Thanks in advance!
    Attached Files Attached Files

  19. #19
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,726

    Re: Get results from large data in excel

    It will take you under a minute to update your profile. Please do it ASAP, as the version you have may mean that mnore streamlined formulae can be offered. It isn't a trivial request.

  20. #20
    Registered User
    Join Date
    07-28-2021
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    11

    Re: Get results from large data in excel

    It has been changed

    Can someone have a look at my problem above?

    Thanks in advance !
    Last edited by ToonV1; 11-30-2021 at 11:59 AM.

  21. #21
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,726

    Re: Get results from large data in excel

    Someone will - please be patient!

    Thank you for updating your profile.

  22. #22
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,726

    Re: Get results from large data in excel

    Try this:

    =IFERROR(INDEX(Sheet2!A$2:A$100,AGGREGATE(15,6,ROW($1:$100)/(LEFT(Sheet2!$A$2:$A$100,7)="Problem"),ROWS($14:14))),"")

  23. #23
    Valued Forum Contributor Haluk's Avatar
    Join Date
    02-14-2019
    Location
    Turkiye
    MS-Off Ver
    2010 - 64 Bit on Windows-11 (22 H2) 64 Bit
    Posts
    1,150

    Re: Get results from large data in excel

    The following single formula works for Google Sheets but, i guess Excel does not have the "RegexMatch" function;

    Please Login or Register  to view this content.
    Attached Images Attached Images

  24. #24
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,726

    Re: Get results from large data in excel

    The following single formula works for Google Sheets but, i guess Excel does not have the "RegexMatch" function;
    No, and Excel 2019 does not have FILTER, either, otherwise I'd have used it.

  25. #25
    Registered User
    Join Date
    07-28-2021
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    11

    Re: Get results from large data in excel

    Thank you.

    I'm checking it and still I cannot manage it. Can you check in my Sheet "unknown tickets"? Only getting blanks.. Data is coming from Sheet2

    I can see this is maybe because in my Dummy workbook only the cells starting with "Problem" are adapted
    It should be every cell that is "Containing the word "Problem" that should be adapted.
    Attached Files Attached Files
    Last edited by ToonV1; 11-30-2021 at 01:21 PM.

  26. #26
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Get results from large data in excel

    Proposed solution for column C 'Unknown Tickets O365'

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by DJunqueira; 11-30-2021 at 01:34 PM.

  27. #27
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,726

    Re: Get results from large data in excel

    Quote Originally Posted by ToonV1 View Post
    Thank you.

    I'm checking it and still I cannot manage it. ....
    What made you do this???

    LEFT(Sheet2!$A$2:$A$3000,7)="*Problem*")

    You wanted cells that start with 'problem', so that's what I gave you. Now you have shifted the goalposts, so LEFT isn't going to work. Would that you had said what you really wanted ...

    LEFT takes a number of characters from the start of the cell (7 to be precise in this case). That's never going to work now you have changed the requirements.

  28. #28
    Registered User
    Join Date
    07-28-2021
    Location
    Belgium
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    11

    Re: Get results from large data in excel

    I asked for cells that are containing the word “problem” not starting with problem… so indeed this Left function will not work

  29. #29
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,726

    Re: Get results from large data in excel

    Fair enough, however all the examples had 'problem' to the left.

    Anyway, I have to run - got a Zoom meeting to go to.

+ 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] INDEX MATCH? Multiple results from large data
    By joppert87 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-30-2020, 06:43 AM
  2. Read last 10 individual results from a large data set
    By AndyGW in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 08-27-2017, 11:11 AM
  3. Replies: 6
    Last Post: 08-25-2017, 11:57 AM
  4. LARGE function not giving desired results
    By jobdillon in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-07-2016, 12:42 PM
  5. Replies: 3
    Last Post: 11-01-2012, 08:15 PM
  6. Replies: 2
    Last Post: 12-28-2011, 06:57 AM
  7. [SOLVED] Data too large for Excel, need to query Access data for results
    By Susan in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-09-2006, 11:10 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